Skip to content

Translation

Aaron Schultz edited this page Jul 2, 2024 · 3 revisions

Add a language yourself

How it works To add your language, you only need to adjust the file in the Localization directory.

  1. Open localization.json
  2. 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"
        }
      ]

Values in curly brackets

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.

How to share your translation with all people?

🔥 Main

📦 Data

👷 Developers

Clone this wiki locally