Format for regional locales is inconsistent
Open
Nobody has claimed this yet.
- Dominant language
- Fluent
- Stars
- 6
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
In https://github.com/phetsims/weddell/issues/134, it was reported that the format of the regional locales is inconsistent. It's true - somethings a comma is used and sometimes parentheses are used. Here's a short excerpt of babel\localeData.json that illustrates this:
"ar_LY": {
"englishName": "Arabic (Libya)",
"localizedName": "العربية (ليبيا)",
"direction": "rtl",
"fallbackLocales": [
"ar",
"ar_MA"
]
},
"ar_MA": {
"locale3": "ary",
"englishName": "Arabic, Morocco",
"localizedName": "العربية (المغرب)",
"direction": "rtl",
"fallbackLocales": [
"ar"
]
},
I'm not sure how this came about. It may have been like this for years.
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.
Assessment
This issue has not been assessed yet.