Skip to content
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

Make translation importer skip not-supported lang tag, make it more robust #83600

Conversation

jsjtxietian
Copy link
Contributor

I think it's fine to just break the loop when a unrecognized locale is found.
Or we can skip it and continue process, but that will require some more work. I'm happy to help if that's necessary.

Fixes #83573

@jsjtxietian jsjtxietian requested a review from a team as a code owner October 19, 2023 05:02
@akien-mga akien-mga added this to the 4.2 milestone Oct 19, 2023
@jsjtxietian jsjtxietian force-pushed the make-translation-import-more-robust branch from 9ffa1ba to 0099791 Compare October 20, 2023 08:18
@akien-mga akien-mga merged commit 64bb27a into godotengine:master Nov 2, 2023
15 checks passed
@akien-mga
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Translations that start with an _ or - generate a file named <translation>..translation
3 participants