aboutsummaryrefslogtreecommitdiff
path: root/docs/modding/localisation_files.md
blob: f6212ec4db9434babac93f0ecac1fc07be0cba70 (plain)
1
2
3
4
5
6
7
8
9
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)