Closed
Bug 467548
Opened 17 years ago
Closed 12 years ago
Check plural form rule setting
Categories
(Mozilla Localizations :: zh-CN / Chinese (Simplified), defect)
Mozilla Localizations
zh-CN / Chinese (Simplified)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: Mardak, Assigned: shaohua.wen)
References
()
Details
zh-CN is using plural rule #1, which is the default for english, but chinese should be using rule #0 (for no distinction among plurals)
Changing intl.properties pluralRule=0 would also mean corresponding translations should be changed, for example..
seconds=秒;秒
minutes=分钟;分钟
hours=小时;小时
days=天;天
Those should just be a single word with no semicolon
seconds=秒
minutes=分钟
hours=小时
days=天
Actually, those might be able to be shortened to just..
seconds=秒
minutes=分
hours=时
days=日
Reporter | ||
Comment 1•15 years ago
|
||
zh-TW uses plural rule 0:
http://hg.mozilla.org/l10n-central/zh-TW/file/default/toolkit/chrome/global/intl.properties#l14
I have changed some strings to shorthand (pending submission).
Because several strings design patterns problem, had to use the plural mode to ensure display. I am going changing 'pluralRule=0' back to 'pluralRule=1', until the problem is solved.
Related discussion: http://g.mozest.com/viewthread.php?tid=43363&page=7 (Chinese, 205~209), etc.
Related strings:
https://narro.mozest.com/narro_context_suggest.php?l=zh-CN&p=23&f=0&c=84612&tf=1&st=2&s=%3B&ci=33&cc=273&o=-1&a=0
https://narro.mozest.com/narro_context_suggest.php?l=zh-CN&p=23&f=0&c=84613&tf=1&st=2&s=%3B&ci=34&cc=273&o=-1&a=0
https://narro.mozest.com/narro_context_suggest.php?l=zh-CN&p=23&f=0&c=84706&tf=1&st=2&s=%3B&ci=36&cc=273&o=-1&a=0
to Shaohua Wen, can you suggest en-US split the relevant three strings?
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•