-
Notifications
You must be signed in to change notification settings - Fork 40
/
.gitattributes
31 lines (29 loc) · 2.9 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Auto detect text files and perform LF normalization
* text=auto
# Translation files are encoded differently per-language,
# see https://github.com/TheIndieStone/ProjectZomboidTranslations/issues/155
Contents/mods/Hydrocraft/media/lua/shared/Translate/AF/*.txt text working-tree-encoding=cp1252 encoding=utf-8,
Contents/mods/Hydrocraft/media/lua/shared/Translate/AR/*.txt text working-tree-encoding=cp1252 encoding=utf-8,
Contents/mods/Hydrocraft/media/lua/shared/Translate/CA/*.txt text working-tree-encoding=cp1252 encoding=utf-8,
Contents/mods/Hydrocraft/media/lua/shared/Translate/CH/*.txt text working-tree-encoding=big5 encoding=utf-8,
Contents/mods/Hydrocraft/media/lua/shared/Translate/CN/*.txt text working-tree-encoding=utf-8 encoding=utf-8,
Contents/mods/Hydrocraft/media/lua/shared/Translate/CS/*.txt text working-tree-encoding=cp1250 encoding=utf-8,
Contents/mods/Hydrocraft/media/lua/shared/Translate/DA/*.txt text working-tree-encoding=cp1252 encoding=utf-8,
Contents/mods/Hydrocraft/media/lua/shared/Translate/DE/*.txt text working-tree-encoding=cp1252 encoding=utf-8,
Contents/mods/Hydrocraft/media/lua/shared/Translate/EE/*.txt text working-tree-encoding=cp1252 encoding=utf-8,
Contents/mods/Hydrocraft/media/lua/shared/Translate/EN/*.txt text working-tree-encoding=utf-8 encoding=utf-8,
Contents/mods/Hydrocraft/media/lua/shared/Translate/ES/*.txt text working-tree-encoding=cp1250 encoding=utf-8,
Contents/mods/Hydrocraft/media/lua/shared/Translate/FR/*.txt text working-tree-encoding=cp1252 encoding=utf-8,
Contents/mods/Hydrocraft/media/lua/shared/Translate/HU/*.txt text working-tree-encoding=cp1250 encoding=utf-8,
Contents/mods/Hydrocraft/media/lua/shared/Translate/IT/*.txt text working-tree-encoding=cp1252 encoding=utf-8,
Contents/mods/Hydrocraft/media/lua/shared/Translate/JP/*.txt text working-tree-encoding=utf-8 encoding=utf-8,
Contents/mods/Hydrocraft/media/lua/shared/Translate/KO/*.txt text working-tree-encoding=utf-16 encoding=utf-8,
Contents/mods/Hydrocraft/media/lua/shared/Translate/NL/*.txt text working-tree-encoding=cp1252 encoding=utf-8,
Contents/mods/Hydrocraft/media/lua/shared/Translate/NO/*.txt text working-tree-encoding=cp1252 encoding=utf-8,
Contents/mods/Hydrocraft/media/lua/shared/Translate/PL/*.txt text working-tree-encoding=cp1250 encoding=utf-8,
Contents/mods/Hydrocraft/media/lua/shared/Translate/PT/*.txt text working-tree-encoding=cp1252 encoding=utf-8,
Contents/mods/Hydrocraft/media/lua/shared/Translate/PTBR/*.txt text working-tree-encoding=cp1252 encoding=utf-8,
Contents/mods/Hydrocraft/media/lua/shared/Translate/RU/*.txt text working-tree-encoding=cp1251 encoding=utf-8,
Contents/mods/Hydrocraft/media/lua/shared/Translate/TH/*.txt text working-tree-encoding=utf-8 encoding=utf-8,
Contents/mods/Hydrocraft/media/lua/shared/Translate/TR/*.txt text working-tree-encoding=cp1254 encoding=utf-8,
Contents/mods/Hydrocraft/media/lua/shared/Translate/UA/*.txt text working-tree-encoding=cp1251 encoding=utf-8,