Chinese Numerals instead of Arabic in Chinese Locales
- Dominant language
- Python
- Stars
- 9.1k
- Forks
- 784
- PR merge metrics
- No merged PRs in 30d
Description
## Feature Request
While doing some tests for the Chinese, I noticed that some translations have Chinese and some Arabic numerals.
```
"second": "一秒",
"seconds": "{0}秒",
```
would be nice to equalise all of them to Chinese numerals, or provide an argument in the locale to be able to switch between Chinese or Arabic numerals?
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the Chinese locale translations containing entries such as "second" and "seconds". First determine whether the project should standardize on Chinese numerals or support a locale option for Arabic numerals, since the request leaves both paths open. Done means the chosen behavior is consistent across the Chinese translations and covered by the relevant localization tests, if present.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- localization
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100