10000 Translation sync to add Polish by microbit-matt-hillsdon · Pull Request #36 · microbit-foundation/pyright · GitHub
[go: up one dir, main page]

Skip to content

Translation sync to add Polish #36

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

Merged
merged 2 commits into from
Aug 23, 2024
Merged

Translation sync to add Polish #36

merged 2 commits into from
Aug 23, 2024

Conversation

microbit-matt-hillsdon
Copy link

No description provided.

@@ -158,6 +158,8 @@ async function loadStringsFromJsonFile(locale: string): Promise<StringLookupMap
return (await import(/* webpackChunkName: "ja" */ './simplified.nls.ja.json')).default;
case 'ko':
return (await import(/* webpackChunkName: "ko" */ './simplified.nls.ko.json')).default;
case 'pl':
return (await import(/* webpackChunkName: "nl" */ './simplified.nls.pl.json')).default;

Choose a reason for hiding this comment

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

Suggested change
return (await import(/* webpackChunkName: "nl" */ './simplified.nls.pl.json')).default;
return (await import(/* webpackChunkName: "pl" */ './simplified.nls.pl.json')).default;

Choose a reason for hiding this comment

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

Well that would have been unfortunate! I was completely convinced by seeing the language change from English...

Choose a reason for hiding this comment

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

Oh, I see it likely makes no difference...

Choose a reason for hiding this comment

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

1fc5f9b
and updated in the editor PR too

Choose a reason for hiding this comment

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

Looks like they just get bundled together?

Copy link
@microbit-robert microbit-robert left a comment

Choose a reason for hiding this comment

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

One minor change to fix the webpack chunk name. Otherwise, this looks good.

@microbit-robert microbit-robert self-requested a review August 23, 2024 12:37
Copy link
@microbit-robert microbit-robert left a comment

Choose a reason for hiding this comment

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

LGTM.

@microbit-matt-hillsdon microbit-matt-hillsdon merged commit 782dbb7 into microbit Aug 23, 2024
@microbit-matt-hillsdon microbit-matt-hillsdon deleted the sync-pl branch August 23, 2024 12:41
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
0