aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2022-01-02 21:36:40 +0100
committerGitHub <noreply@github.com>2022-01-02 21:36:40 +0100
commit34bc03d4424a3f6b2c53a61c47c1844cb7f88d5c (patch)
treeb9745b76b27ee473c9aecb9a710c40a9989f9912
parent7990ff1c9578e03bebaaef7eabb070c3829e93da (diff)
parent4762ef354f2f11ff945e315547af10faf3d68f04 (diff)
downloadNorthstarWiki-34bc03d4424a3f6b2c53a61c47c1844cb7f88d5c.tar.gz
NorthstarWiki-34bc03d4424a3f6b2c53a61c47c1844cb7f88d5c.zip
Merge pull request #6 from R2Northstar/localisation-page
Add localisation guide
-rw-r--r--docs/SUMMARY.md1
-rw-r--r--docs/modding/localisation_files.md10
2 files changed, 11 insertions, 0 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md
index 0f5e92a..f0cc311 100644
--- a/docs/SUMMARY.md
+++ b/docs/SUMMARY.md
@@ -35,6 +35,7 @@
* [Tutorials](modding/tutorials/modding-tutorials.md)
* [Cheatsheet](modding/cheatsheet.md)
* [Squirrel](modding/squirrel/what-is-squirrel.md)
+* [Localisation](modding/localisation_files.md)
***
diff --git a/docs/modding/localisation_files.md b/docs/modding/localisation_files.md
index e69de29..f6212ec 100644
--- a/docs/modding/localisation_files.md
+++ b/docs/modding/localisation_files.md
@@ -0,0 +1,10 @@
+# Localisation
+
+Northstar adds new strings to the game which can be localised to match the language you are using on your Titanfall 2 installation.
+
+## Files to translate
+
+There are the two files that need to be translated, use the English version as a base. After you finish make sure that the files are encoded in `UTF-16 LE` before opening a Pull Request.
+
+1. [Northstar.Client/mod/resource/northstar_client_localisation_english.txt](https://github.com/R2Northstar/NorthstarMods/blob/main/Northstar.Client/mod/resource/northstar_client_localisation_english.txt)
+2. [Northstar.Custom/mod/resource/northstar_custom_english.txt](https://github.com/R2Northstar/NorthstarMods/blob/main/Northstar.Custom/mod/resource/northstar_custom_english.txt)