ruby-i18n / ruby-i18n/ruby-cldr
[CLDR v38+] Support numbers in "compact decimal" format
Open
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 78
- Forks
- 18
- Avg merge
- 9d 8h
- Merged PRs (30d)
- 3
Description
CLDR v38+ has the c/e operands in plural rules, which are used for formatting "compact decimal" numbers (e.g., 1.20050c3).
Ref: http://unicode.org/reports/tr35/tr35-numbers.html#Plural_Operand_Meanings
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the CLDR plural-rule operand definitions in the linked TR35 reference and locating the existing plural-rule handling in this Ruby library. Support the c and e operands for compact decimal values such as 1.20050c3, and verify that the relevant plural-rule behavior is covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- internationalization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100