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

Fixes to translatable strings, take 2 #9727

Merged
merged 1 commit into from May 20, 2021

Conversation

JosJuice
Copy link
Member

Sorry, the fix I made to the empty string in PR #9726 was not actually sufficient, as DolphinQt will call tr on the string regardless of whether it's marked with _trans. The proper fix is to use nullptr, which DolphinQt has a special check for.

Sorry, the fix I made to the empty string in a29660a was not
actually sufficient, as DolphinQt will call tr on the string
regardless of whether it's marked with _trans. The proper fix
is to use nullptr, which DolphinQt has a special check for.
@lioncash lioncash merged commit ece3224 into dolphin-emu:master May 20, 2021
10 of 11 checks passed
@JosJuice JosJuice deleted the translatable-strings-fixes-2 branch May 20, 2021 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants