-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Update i18n gettext tutorial to include POT generation, plurals and context support #3884
Conversation
@Calinou Do you have any feedback? |
@Calinou Thanks for the review! |
Update the gettext tutorial to incorporate changes from PR 39145 and PR 40443.
Since the second PR is not merged yet, the
tr_n()
function is still not yet defined.However,
EditorTranslationParserPlugin
should normally be defined, since the first PR is already merged and I've written the class reference for it. I couldn't findEditorTranslationParserPlugin
on Godot docs website either. Any idea why?Here's the list of warnings I got when I built the html page.
Any feedback on the documentation is welcomed.