-
-
Notifications
You must be signed in to change notification settings - Fork 111
Translation
Aaron Schultz edited this page Jul 2, 2024
·
3 revisions
How it works To add your language, you only need to adjust the file in the Localization directory.
- Open localization.json
- Add your translation with the correct country code to the existing translations. For example, USA has en-US or Germany has de-DE You can find language codes here: https://www.andiamo.co.uk/resources/iso-language-codes/
"tuid": "OPEN_EVENT_VALIDATION",
"tuv": [
{
"lang": "de-DE",
"seg": "Öffne Eventvalidierung"
},
{
"lang": "en-US",
"seg": "Open event validation"
},
{
"lang": "fr-FR",
"seg": "Ouvrir la validation d'événement"
}
]
Text can be replaced if these brackets are specified with a value name inside them {VALUE} These brackets and the text inside them must always remain the same, in any language, they will then be replaced in the program with numbers or other important dynamic values.
- Second option is creating pull request on GitHub Repo in dev branch. https://github.com/Triky313/AlbionOnline-StatisticsAnalysis