diff options
-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 |