Skip to content

Commit

Permalink
add vietnamese to gitattributes list
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Apr 26, 2024
1 parent cbc3561 commit f4b4698
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/gitattributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ mymod/tra/swedish/**.tra working-tree-encoding=cp1252
mymod/tra/schinese/**.tra working-tree-encoding=cp936
mymod/tra/tchinese/**.tra working-tree-encoding=cp950
mymod/tra/ukrainian/**.tra working-tree-encoding=cp1251
mymod/tra/vietnamese/**.tra working-tree-encoding=cp1258
# Classic or EE console, RU/UA
mymod/**/russian/**/install.tra working-tree-encoding=cp866
Expand Down Expand Up @@ -52,6 +53,7 @@ mymod/tra_ee/swedish/*-win32.tra working-tree-encoding=cp1252
mymod/tra_ee/schinese/*-win32.tra working-tree-encoding=cp936
mymod/tra_ee/tchinese/*-win32.tra working-tree-encoding=cp950
mymod/tra_ee/ukrainian/*-win32.tra working-tree-encoding=cp866
mymod/tra_ee/vietnamese/*-win32.tra working-tree-encoding=cp1258
```

After the file is created, tell git to re-read existing files:
Expand Down

0 comments on commit f4b4698

Please sign in to comment.