Achievo/Howto/Translators/Languages

From Achievo/ATK Wiki

Jump to: navigation, search

Achievo Howto: Achievo/Howto/Translators/Languages

Complexity: Easy
Author: Sandy Pleyte <sandy@achievo.org>

List of other Howto's

Intro

In this howto I will explain howto update or create a new language file.

Update your language file

If your language allready exists in Achievo, but it's not complete (check the languages page). You can update the language files of Achievo and ATK as follows:

1. Goto the languages directory in the Achievo directory

2. Search your language file and edit it

3. Search for lines with '// Missing string!!!' on the end, like:

"unlocked" => "Unlocked", // Missing string!!!

4. Change the "Unlocked" into your language and remove '// Missing string!!!'

"unlocked" => "Deblokkeren",

5. Save the file

6. Then goto the atk/languages directory and repeat step 2 till 5.

7. Mail both files to translations@achievo.org


Then we will add those files to the repository and the next release will contain them.

Create a new language file

When you language isn't support yet, you can add it as follows:

1. Goto the languages directory in the Achievo directory

2. Check the Iso Codes for your country code

3. Copy en.lng to <your countrycode>.lng

4. Change $en into $<your countrycode>

5. Change all english strings into your language

6. Save the file

7. Then goto the atk/languages directory and repeat step 2 till 6.

8. Mail both files to translations@achievo.org


Then we will add those files to the repository and the next release will contain them.

Personal tools
Navigation