Skip to content

fix: build international polyfills#1848

Closed
cimigree wants to merge 2 commits intochore/translations-new-structurefrom
fix/intl-polyfills
Closed

fix: build international polyfills#1848
cimigree wants to merge 2 commits intochore/translations-new-structurefrom
fix/intl-polyfills

Conversation

@cimigree
Copy link
Copy Markdown
Contributor

Removes the region tag when building international polyfills.
Most of the changes are just linting based.
Adds Burmese (language of Myanmar) as a possibly language.

@cimigree cimigree changed the title Adds burmese to languages. Fixes build polyfills to exclude region tag. fix: build international polyfills Apr 16, 2026
Copy link
Copy Markdown
Contributor

@ErikSin ErikSin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to add the language code without the regional variant as well so that they can fall back to each other.

Comment on lines +586 to +589
"my-MM": {
"nativeName": "ဗမာစကာ",
"englishName": "Burmese (Myanmar)"
},
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The 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

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was already there:

  "my": {
    "nativeName": "ဗမာစကာ",
    "englishName": "Burmese"
  },

Copy link
Copy Markdown
Contributor

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"?

Copy link
Copy Markdown
Contributor Author

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

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cimigree
Copy link
Copy Markdown
Contributor Author

Also added Mongolian without the region tag.
59a4284

Base automatically changed from chore-update-translations-script-to-use-new-structure to chore/translations-new-structure April 16, 2026 22:48
@ErikSin
Copy link
Copy Markdown
Contributor

ErikSin commented Apr 16, 2026

Sorry, this was not needed, my bad

@ErikSin ErikSin closed this Apr 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants