Translations.wiki
changeset 669 a9110bd62394
parent 592 2a5ecd20bf16
child 670 32fdba27f330
--- a/Translations.wiki	Sun Nov 22 12:00:12 2015 +0000
+++ b/Translations.wiki	Sun Nov 22 12:14:40 2015 +0000
@@ -37,16 +37,22 @@
 For example in an Arch Linux box the path is `/usr/share/Hedgewars/Data/Locale`.
 In a Windows 8 box the path is `C:\Program Files (x86)\Hedgewars 0.9.19\Data\Locale`.
 
-= Translation Files =
+= Translation files =
 
 I am going to list 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.
 
- * `en.txt`—This is the engine's strings
- * `hedgewars_en.ts`—This is the front-end's strings and you can edit it with Qt Linguist
- * `missions_en.txt`—This is the [Missions mission] description strings
- * `campaigns_en.txt`—This is the campaign description strings
- * `stub.lua`—This is all the Lua files (Missions, maps etc.) strings
- * `tips_en.xml`—This contains the tips shown in the main menu. This file is *not* in XML format!
+ * `Data/Locale/en.txt`—This is the engine's strings
+ * `Data/Locale/hedgewars_en.ts`—This is the front-end's strings and you can edit it with Qt Linguist
+ * `Data/Locale/missions_en.txt`—This is the [Missions mission] description strings
+ * `Data/Locale/campaigns_en.txt`—This is the campaign description strings
+ * `Data/Locale/stub.lua`—This is all the Lua files (Missions, mission maps etc.) strings
+ * `Data/Locale/tips_en.xml`—This contains the tips shown in the main menu. This file is *not* in XML format!
+
+The following files are not used by Hedgewars itself, but they contain translatable metadata about Hedgewars:
+
+ * `Data/misc/hedgewars.desktop`—[https://wiki.freedesktop.org/www/Specifications/desktop-entry-spec/ Desktop Entry] file for the Hedgewars application
+ * `Data/misc/hwengine.desktop`—Desktop Entry file for the Hedgewars engine for playing savegames and demos
+ * `Data/misc/hedgewars-mimeinfo.xml`—Description of Hedgewars file types
 
 = Updating an existing translation =