diff options
author | Will Castro <39478251+VITALISED@users.noreply.github.com> | 2022-01-19 14:01:18 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-19 00:01:18 -0300 |
commit | 3118268367ce65f08a92ffd67934ce29f0e6d1c1 (patch) | |
tree | 7c6d98dffa658e077a350f327afaf4a636c70437 | |
parent | 56f88c797f2c809b7793a7f039b4d44cba49e446 (diff) | |
download | NorthstarMods-3118268367ce65f08a92ffd67934ce29f0e6d1c1.tar.gz NorthstarMods-3118268367ce65f08a92ffd67934ce29f0e6d1c1.zip |
Add functioning diffing for localisation files (#130)
-rw-r--r-- | .gitattributes | 2 | ||||
-rw-r--r-- | .gitconfig | 2 | ||||
-rw-r--r-- | Northstar.Client/mod/resource/northstar_client_localisation_english.txt | bin | 23974 -> 11694 bytes |
3 files changed, 3 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index dc73e011..0f336320 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -/Northstar.Client/mod/resource/* -text
\ No newline at end of file +/Northstar.Client/mod/resource/*.txt text diff working-tree-encoding=UTF-16
\ No newline at end of file diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 00000000..cff6f9fc --- /dev/null +++ b/.gitconfig @@ -0,0 +1,2 @@ +[diff "utf16"] +textconv = "iconv -f utf-16 -t utf-8"
\ No newline at end of file diff --git a/Northstar.Client/mod/resource/northstar_client_localisation_english.txt b/Northstar.Client/mod/resource/northstar_client_localisation_english.txt Binary files differindex 42d24dd8..cf12fc17 100644 --- a/Northstar.Client/mod/resource/northstar_client_localisation_english.txt +++ b/Northstar.Client/mod/resource/northstar_client_localisation_english.txt |