aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaskinoz <tristan@taskinoz.com>2022-01-19 17:32:06 +1100
committerGitHub <noreply@github.com>2022-01-19 17:32:06 +1100
commit5716bf20f545356d0c025fa0b2a3a8b530910862 (patch)
treee1f3821c3242dba9833c688855abb5a74e6f606d
parent72d1ab3492ea20ffb75a4d627b09bedd26df41a6 (diff)
parent9693b43e54659cf6049276ab66ca7cd59415460a (diff)
downloadNorthstarMods-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--.gitattributes2
-rw-r--r--Northstar.Client/mod/resource/northstar_client_localisation_english.txt3
2 files changed, 3 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
index 0f336320d..f18a3db77 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 cf12fc17f..96e4f04e9 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