-
Notifications
You must be signed in to change notification settings - Fork 4
fix: build international polyfills #1848
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -583,6 +583,10 @@ | |
| "nativeName": "ဗမာစကာ", | ||
| "englishName": "Burmese" | ||
| }, | ||
| "my-MM": { | ||
| "nativeName": "ဗမာစကာ", | ||
| "englishName": "Burmese (Myanmar)" | ||
| }, | ||
|
Comment on lines
+594
to
+597
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we should also add the one without the regional variant. For each one that has a regional variant we need to make sure it the one without the regional variant
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It was already there: |
||
| "mzr": { | ||
| "nativeName": "Marúbo", | ||
| "englishName": "Marubo" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we also need to add "gu" and "gu-IN"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We had gu-IN but I added gu
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
59a4284