aboutsummaryrefslogtreecommitdiff
path: root/docs/modding
diff options
context:
space:
mode:
authorBarichello <artur@barichello.me>2022-01-02 17:30:41 -0300
committerBarichello <artur@barichello.me>2022-01-02 17:30:41 -0300
commitf9ab7541299af62ce2fd3bcea410798be1c97f6e (patch)
tree7aa315cfdd1e10f2a040a667f12fa19d413cf0cb /docs/modding
parent7990ff1c9578e03bebaaef7eabb070c3829e93da (diff)
downloadNorthstarWiki-f9ab7541299af62ce2fd3bcea410798be1c97f6e.tar.gz
NorthstarWiki-f9ab7541299af62ce2fd3bcea410798be1c97f6e.zip
Add localisation guide
Diffstat (limited to 'docs/modding')
-rw-r--r--docs/modding/localisation_files.md10
1 files changed, 10 insertions, 0 deletions
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)