Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Creating A New Language File

My Random Thoughts edited this page Sep 15, 2016 · 1 revision

This is a quick guide on how to convert the Server QA Scripts into your own language.

Language File

  1. First, make a copy of the en-en_text.ps1 file in the i18n folder
  2. Rename this copy to the language code you are translating into. Lets use German: de-de_text.ps1
  3. Edit de-de_text.ps1 using your favourite text editor
  4. Change each line shown into the language specific equivalent that you think fits best
  5. Save the file once done
  6. Edit the settings file that you are currently using in the settings folder
  7. Change the language setting to the same as the code (de-de for this example)

Compile The Script

  1. Compile the QA scripts using .\compile.ps1 -settingsfile mysettings.ini
  2. Check the text used and adjust if required

All Done

If you are happy with the translation, send it to me, and I'll include it here. Make sure to put your name on the top so the whole world knows what a great job you have done.!

Clone this wiki locally