Changes between Version 75 and Version 80 of Translations


Ignore:
Timestamp:
(multiple changes)
Author:
(multiple changes)
Comment:
(multiple changes)

Legend:

Unmodified
Added
Removed
Modified
  • Translations

    v75 v80  
    1414Some [#Languagespecificnotes English specific notes] are on the bottom of this page.
    1515
     16A 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
     18Note: 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].
    1619
    1720== StartupPage ==#StartupPage
     
    6871 * A proper code for the plural mode of the language needs to specified.
    6972 * 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, add new 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.
    7174 * 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
    7275