diff options
author | taskinoz <tristan@taskinoz.com> | 2022-01-19 17:32:06 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-19 17:32:06 +1100 |
commit | 5716bf20f545356d0c025fa0b2a3a8b530910862 (patch) | |
tree | e1f3821c3242dba9833c688855abb5a74e6f606d | |
parent | 72d1ab3492ea20ffb75a4d627b09bedd26df41a6 (diff) | |
parent | 9693b43e54659cf6049276ab66ca7cd59415460a (diff) | |
download | NorthstarMods-5716bf20f545356d0c025fa0b2a3a8b530910862.tar.gz NorthstarMods-5716bf20f545356d0c025fa0b2a3a8b530910862.zip |
Merge pull request #134 from VITALISED/attributes-localisation
Fix UTF-16BE being chosen over UTF-16LE
-rw-r--r-- | .gitattributes | 2 | ||||
-rw-r--r-- | Northstar.Client/mod/resource/northstar_client_localisation_english.txt | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index 0f336320..f18a3db7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -/Northstar.Client/mod/resource/*.txt text diff working-tree-encoding=UTF-16
\ No newline at end of file +/Northstar.Client/mod/resource/*.txt text diff working-tree-encoding=UTF-16LE-BOM
\ 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 index cf12fc17..96e4f04e 100644 --- a/Northstar.Client/mod/resource/northstar_client_localisation_english.txt +++ b/Northstar.Client/mod/resource/northstar_client_localisation_english.txt @@ -4,6 +4,7 @@ "Tokens" { // This file needs to be encoded as UTF-16 LE + "MENU_LAUNCH_NORTHSTAR" "Launch Northstar" "MENU_TITLE_MODS" "Mods" "RELOAD_MODS" "Reload Mods" @@ -287,4 +288,4 @@ Press Yes if you agree to this. This choice can be changed in the mods menu at a "INGAME_PLAYERS" "Players:" "TOTAL_SERVERS" "Servers:" } -} +}
\ No newline at end of file |