Closed
Bug 748909
Opened 13 years ago
Closed 13 years ago
Accept plural rules without generic case in .properties files
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ochameau, Assigned: ochameau)
Details
Attachments
(1 file)
I just realized that we do not accept following locale:
tomato_id[one]= tomato
tomato_id[other]= tomatoes
Whereas we accept this:
tomato_id[one]= tomato
tomato_id= tomatoes
Will mixed up tomato_id[other] and tomato_id while documenting l10n module. So I can easily imagine that developers are going to face the same misunderstanding.
At the end it might be just easier to understand if we document only first (currently buggy) way of doing?
But we first need to get it fixed.
Assignee | ||
Comment 1•13 years ago
|
||
Assignee: nobody → poirot.alex
Attachment #618412 -
Flags: review?(rFobic)
Comment 2•13 years ago
|
||
Comment on attachment 618412 [details]
Pull request 414
Looks good to me.
Attachment #618412 -
Flags: review?(rFobic) → review+
Comment 3•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/69b1ed9d398f12b23e6a899d541e70676be13443
Bug 748909: Accept plural rules without generic case in .properties files
https://github.com/mozilla/addon-sdk/commit/487eba4471323e7554b43279d85548a1ca15b8a1
Merge pull request #414 from ochameau/bug/748909-accept-explicit-plural-forms
Bug 748909: Accept plural rules without generic case in .properties files. r=@gozala
Assignee | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•