author | Wuzzy |
Sun, 27 Mar 2016 14:16:58 +0100 | |
changeset 802 | 9ec4666eed9e |
parent 798 | 30c5f1ebd552 |
child 883 | 54d163c108c1 |
permissions | -rw-r--r-- |
365 | 1 |
#summary This is a guide for new translators. |
2 |
||
751 | 3 |
= Translations = |
4 |
== Introduction == |
|
365 | 5 |
|
6 |
This is a guide for translators. In order to translate Hedgewars into another language you are going to need: |
|
7 |
||
8 |
# The latest Hedgewars localization files |
|
496
24ffc984d617
Copy editing, add tips_en.xml to list of translation files
almikes@aol.com
parents:
368
diff
changeset
|
9 |
# A text editor like Notepad++, Geany, Vim, etc. |
365 | 10 |
# Qt4 Linguist. To download the Qt4 Linguist you have to download the Qt4 SDK. |
11 |
||
751 | 12 |
== Getting the localization files == |
365 | 13 |
|
14 |
To get the Hedgewars localization files there are 4 possible ways. |
|
15 |
||
496
24ffc984d617
Copy editing, add tips_en.xml to list of translation files
almikes@aol.com
parents:
368
diff
changeset
|
16 |
* *A*. Clone the Hedgewars source repository. |
24ffc984d617
Copy editing, add tips_en.xml to list of translation files
almikes@aol.com
parents:
368
diff
changeset
|
17 |
* *B*. Download the latest Hedgewars source code. |
24ffc984d617
Copy editing, add tips_en.xml to list of translation files
almikes@aol.com
parents:
368
diff
changeset
|
18 |
* *C*. Find the localization files in your current Hedgewars installation. |
24ffc984d617
Copy editing, add tips_en.xml to list of translation files
almikes@aol.com
parents:
368
diff
changeset
|
19 |
* *D*. Download only the specific files to be translated. |
365 | 20 |
|
21 |
The *A* is maybe the most convenient way to include the translations in the next Hedgewars release as you can easily produce a patch to provide it to the Hedgewars developers. Note that a fast internet connection is desired as you probably will clone the whole game sources. The other advantage of this way is that it can be used to translate the latest game version that is going to be released. |
|
22 |
||
23 |
The *B* way is a lot like the *A* way but more limited. |
|
24 |
||
25 |
The *C* is probably the fastest way and the more convenient for the translator. |
|
26 |
However, it has the limitation that one can only translate the most recent Hedgewars release (the one currently installed) and not the version that is going to be released. |
|
27 |
||
798
30c5f1ebd552
global replace of http with https for hedgewars.org wiki links
nemo
parents:
751
diff
changeset
|
28 |
The *D* way is to download the desired files from [https://hg.hedgewars.org/hedgewars/raw-file/default/share/hedgewars/Data/Locale/ here]. |
365 | 29 |
|
30 |
Above I am going to discuss the *C* way (Find the localization files in your current Hedgewars installation). |
|
31 |
||
751 | 32 |
=== Finding the localization files === |
365 | 33 |
|
496
24ffc984d617
Copy editing, add tips_en.xml to list of translation files
almikes@aol.com
parents:
368
diff
changeset
|
34 |
In GNU/Linux you have to look into `/path-to-Hedgewars/Data/Locale where path-to-Hedgewars` is the path to your Hedgewars installation. |
365 | 35 |
|
496
24ffc984d617
Copy editing, add tips_en.xml to list of translation files
almikes@aol.com
parents:
368
diff
changeset
|
36 |
In Windows you have to look into `c:\path-to-Hedgewars\share\Hedgewars\Data\Locale` where path-to-Hedgewars is the path to your Hedgewars installation. |
24ffc984d617
Copy editing, add tips_en.xml to list of translation files
almikes@aol.com
parents:
368
diff
changeset
|
37 |
|
24ffc984d617
Copy editing, add tips_en.xml to list of translation files
almikes@aol.com
parents:
368
diff
changeset
|
38 |
For example in an Arch Linux box the path is `/usr/share/Hedgewars/Data/Locale`. |
24ffc984d617
Copy editing, add tips_en.xml to list of translation files
almikes@aol.com
parents:
368
diff
changeset
|
39 |
In a Windows 8 box the path is `C:\Program Files (x86)\Hedgewars 0.9.19\Data\Locale`. |
365 | 40 |
|
751 | 41 |
== Translation files == |
365 | 42 |
|
670 | 43 |
Here is a list of the different localization files of the English language that you should use as your translation reference/template as it should be the most accurate and up to date. The file locations are relative to the top directory of the Hedgewars source code. |
365 | 44 |
|
670 | 45 |
* `/share/hedgewars/Data/Locale/en.txt`—This is the engine's strings |
46 |
* `/share/hedgewars/Data/Locale/hedgewars_en.ts`—This is the front-end's strings and you can edit it with Qt Linguist |
|
47 |
* `/share/hedgewars/Data/Locale/missions_en.txt`—This is the [Missions mission] description strings |
|
48 |
* `/share/hedgewars/Data/Locale/campaigns_en.txt`—This is the campaign description strings |
|
49 |
* `/share/hedgewars/Data/Locale/stub.lua`—This is all the Lua files (Missions, mission maps etc.) strings |
|
50 |
* `/share/hedgewars/Data/Locale/tips_en.xml`—This contains the tips shown in the main menu. This file is *not* in XML format! |
|
669 | 51 |
|
52 |
The following files are not used by Hedgewars itself, but they contain translatable metadata about Hedgewars: |
|
53 |
||
670 | 54 |
* `/share/hedgewars/Data/misc/hedgewars.desktop`—[https://wiki.freedesktop.org/www/Specifications/desktop-entry-spec/ Desktop Entry] file for the Hedgewars application |
55 |
* `/share/hedgewars/Data/misc/hwengine.desktop.in`—Desktop Entry file for the Hedgewars engine for playing savegames and demos |
|
56 |
* `/share/hedgewars/Data/misc/hwengine.desktop`—*Do not translate*! This file will be automatically generated from `hwengine.desktop.in` when building Hedgewars |
|
57 |
* `/share/hedgewars/Data/misc/hedgewars-mimeinfo.xml`—Description of Hedgewars file types |
|
365 | 58 |
|
751 | 59 |
== Updating an existing translation == |
365 | 60 |
|
496
24ffc984d617
Copy editing, add tips_en.xml to list of translation files
almikes@aol.com
parents:
368
diff
changeset
|
61 |
That is relatively easy. Just edit the existing file. You can edit every file with your favorite editor and the `.ts` file with Qt Linguist. |
365 | 62 |
|
496
24ffc984d617
Copy editing, add tips_en.xml to list of translation files
almikes@aol.com
parents:
368
diff
changeset
|
63 |
The `en.lua` file doesn’t exist. The strings are hard coded in the code. |
365 | 64 |
|
751 | 65 |
== Creating a new translation == |
365 | 66 |
|
496
24ffc984d617
Copy editing, add tips_en.xml to list of translation files
almikes@aol.com
parents:
368
diff
changeset
|
67 |
That is easy, too. Make a copy of the English file and rename it to use the initials of your language. |
368
2982cf17f347
Edited wiki page Translations through web user interface. Mention stub.lua
pntanasis@gmail.com
parents:
367
diff
changeset
|
68 |
|
496
24ffc984d617
Copy editing, add tips_en.xml to list of translation files
almikes@aol.com
parents:
368
diff
changeset
|
69 |
The `en.lua` file doesn’t exist. Use `stub.lua` instead as your template. |
368
2982cf17f347
Edited wiki page Translations through web user interface. Mention stub.lua
pntanasis@gmail.com
parents:
367
diff
changeset
|
70 |
|
365 | 71 |
Here are 3 examples: |
72 |
||
496
24ffc984d617
Copy editing, add tips_en.xml to list of translation files
almikes@aol.com
parents:
368
diff
changeset
|
73 |
* For French copy `en.txt` to `fr.txt` |
24ffc984d617
Copy editing, add tips_en.xml to list of translation files
almikes@aol.com
parents:
368
diff
changeset
|
74 |
* For Spanish copy `en.txt` to `es.txt` |
24ffc984d617
Copy editing, add tips_en.xml to list of translation files
almikes@aol.com
parents:
368
diff
changeset
|
75 |
* For Greek copy `en.txt` to `el.txt` |
365 | 76 |
|
751 | 77 |
== Testing the translations == |
365 | 78 |
|
79 |
When finished you have just to start Hedgewars and choose your language from the Game Preferences, Advanced tab. |
|
496
24ffc984d617
Copy editing, add tips_en.xml to list of translation files
almikes@aol.com
parents:
368
diff
changeset
|
80 |
|
365 | 81 |
If a translation is missing then the string is going to be displayed in English. |
496
24ffc984d617
Copy editing, add tips_en.xml to list of translation files
almikes@aol.com
parents:
368
diff
changeset
|
82 |
Note that you should restart the frondend for the language changes to take effect. |
365 | 83 |
|
751 | 84 |
== Sharing the translations == |
365 | 85 |
|
496
24ffc984d617
Copy editing, add tips_en.xml to list of translation files
almikes@aol.com
parents:
368
diff
changeset
|
86 |
In order to share your translations with Hedgewars community there are 3 possible ways: |
365 | 87 |
|
496
24ffc984d617
Copy editing, add tips_en.xml to list of translation files
almikes@aol.com
parents:
368
diff
changeset
|
88 |
# Give them the files and tell them where to place them. Of course this is the less convenient way but it is maybe a good approach to let other players double check your translations. |
24ffc984d617
Copy editing, add tips_en.xml to list of translation files
almikes@aol.com
parents:
368
diff
changeset
|
89 |
# Talk with a Hedgewars developer in order to include it in DLC (http://Hedgewars.org/content.html) |
24ffc984d617
Copy editing, add tips_en.xml to list of translation files
almikes@aol.com
parents:
368
diff
changeset
|
90 |
# Talk with a Hedgewars developer in order to include it in the next Hedgewars release. |
365 | 91 |
|
751 | 92 |
== Things to have in mind == |
365 | 93 |
|
94 |
If you are going to make a translation for a next Hedgewars release strings may not be frozen yet and change before the release. Better ask in irc in cases like that. |