Changes between Version 4 and Version 5 of i18n/GUI-Localization
- Timestamp:
- Oct 11, 2014, 4:21:13 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
i18n/GUI-Localization
v4 v5 32 32 }}} 33 33 You only translate the strings following the #, i.e. ''new message'' and ''new messages''. 34 If your target language has additional plural forms, you can add additional rules besides ''one'' and ''other' , see [http://cldr.unicode.org/index/cldr-spec/plural-rules the spec] and this [http://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html language table]. For example:34 If your target language has additional plural forms, you can add additional rules besides ''one'' and ''other'', see [http://cldr.unicode.org/index/cldr-spec/plural-rules the spec] and this [http://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html language table]. For example: 35 35 {{{ 36 36 {0, plural, zero{# new message} one{# new message} few{# new messages} other{# new messages}}