Changes between Version 75 and Version 80 of Translations
- Timestamp:
- (multiple changes)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Translations
v75 v80 14 14 Some [#Languagespecificnotes English specific notes] are on the bottom of this page. 15 15 16 A list of all currently known online help pages can be found at the [wiki:/DevelopersGuide/HelpSystem/HelpTopicsList List of help topics]. This list is created automatically, but may be incomplete. 17 18 Note: Some of the plugins used in this wiki (e.g. the Spam filter) are, like JOSM, translated at [https://translations.launchpad.net/tracplugins/trunk/ Launchpad]. 16 19 17 20 == StartupPage ==#StartupPage … … 68 71 * A proper code for the plural mode of the language needs to specified. 69 72 * A description of the plural calculations can be found in the **.po** file downloaded from Launchpad. 70 * If none of the existing modes matches the language, a ddnew one needs to be added in the PluralMode enumeration and in pluralEval() function.73 * If none of the existing modes matches the language, a new one needs to be added in the PluralMode enumeration and in pluralEval() function. 71 74 * For some special languages it is necessary to add workaround code in [source:trunk/src/org/openstreetmap/josm/tools/LanguageInfo.java LanguageInfo.java] to translate between Java language code and the newer codes used on Launchpad 72 75
