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

Fix bad translation function names in builtin #13977

Merged
merged 1 commit into from Nov 10, 2023

Conversation

Wuzzy2
Copy link
Contributor

@Wuzzy2 Wuzzy2 commented Nov 9, 2023

Builtin had a few strings translated with the wrong function. fgettext_ne was aliased with gettext in a file but this is not correct because updatepo.sh does not recognize this name. Thus, a few strings were "overlooked" by updatepo.sh.

The fix is to remove this alias and call fgettext_ne directly at the offending places.

Please add this to the 5.8.0 Milestone!

Please refresh translations with updatepo.sh after merging this (and please Weblate as well) because it will reveal a few new strings it has previously overlooked.

@rubenwardy rubenwardy added @ Mainmenu Trivial The change is a trivial bug fix, documentation or maintenance change, as per the Git Guidelines Bugfix 🐛 PRs that fix a bug One approval ✅ ◻️ labels Nov 9, 2023
@jordan4ibanez
Copy link
Contributor

I approve

@srifqi srifqi merged commit af474d1 into minetest:master Nov 10, 2023
2 checks passed
cx384 pushed a commit to cx384/minetest that referenced this pull request Dec 9, 2023
kawogi pushed a commit to kawogi/minetest that referenced this pull request Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugfix 🐛 PRs that fix a bug @ Mainmenu Trivial The change is a trivial bug fix, documentation or maintenance change, as per the Git Guidelines >= Two approvals ✅ ✅
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants