Closed Bug 1423169 Opened 8 years ago Closed 8 years ago

[ko] Incorrect number of plural forms

Categories

(Mozilla Localizations :: ko / Korean, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: flod, Assigned: hyeonseok)

Details

Korean doesn't have any plural form, according to CLDR http://www.unicode.org/cldr/charts/dev/supplemental/language_plural_rules.html#ko Likewise, Pontoon and Firefox are set to only use one form. English has 2 plural forms. In Firefox, a string with plurals has those two forms separated by a semicolon. For example https://transvision.mozfr.org/?recherche=downloadMessage.deleteAll&repo=gecko_strings&sourcelocale=en-US&locale=ko&search_type=strings_entities Delete this download?;Delete #1 downloads? Is translated in Korean as 이 다운로드를 삭제합니다?;#1개의 다운로드를 삭제합니다? While it should only be one form #1개의 다운로드를 삭제합니다? Right now, the browser knows that Korean only uses one form, so it's going to pick the first (for any number). As a consequence, users will never see the number. In other cases you only need to remove one of the two forms, since they are already identical You can find plural strings here https://pontoon.mozilla.org/ko/firefox/all-resources/?status=translated&search=localization_and_plurals https://pontoon.mozilla.org/ko/firefox-for-android/all-resources/?status=translated&search=localization_and_plurals List of issues: - addonsInstalled has 2 plural forms (requested: 1) This one is a poor string, since it's a fake plural form (bug 658191). Firefox will always pick the first one, since you don't have plural forms. - detailsPane.itemsCountLabel has 2 plural forms (requested: 1) - downloadMessage.deleteAll has 2 plural forms (requested: 1) - markupView.more.showAll2 has 2 plural forms (requested: 1) - newtabpopup.opened has 2 plural forms (requested: 1) - numReviews has 2 plural forms (requested: 1) - pendingCrashReports2.label has 2 plural forms (requested: 1) - tblColumnInfoAbbr has 2 plural forms (requested: 1) - tblRowInfoAbbr has 2 plural forms (requested: 1)
I fixed all strings mentioned. I also reviewed other plural forms and added a few modifications to make clearer. https://hg.mozilla.org/l10n-central/ko/rev/96f99fa5bde2 https://hg.mozilla.org/l10n-central/ko/rev/d79ef181149d
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.