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

Add missing translation tags #2953

Merged
merged 2 commits into from
Aug 20, 2021
Merged

Add missing translation tags #2953

merged 2 commits into from
Aug 20, 2021

Conversation

Bouh
Copy link
Collaborator

@Bouh Bouh commented Aug 20, 2021

Fix these reports #969 (comment)

Think to bundle the new translations files from Crowdin in the next build. Translations have not been updated for the latest versions.

? 'Common expressions for all objects'
: extension.getFullName()) + GROUP_DELIMITER
return extension.getName() === 'BuiltinObject' ? (
<Trans>Common expressions for all objects</Trans>
Copy link
Owner

Choose a reason for hiding this comment

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

This fix is more complex, it will involve either passing the translated string as an argument, or passing down the translation function+macro, as you're supposed to return a string, not a React Node.

@4ian 4ian merged commit c4f76ef into 4ian:master Aug 20, 2021
@4ian
Copy link
Owner

4ian commented Aug 20, 2021

Thanks!

@Bouh Bouh deleted the add_translation branch August 20, 2021 14:32
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.

None yet

2 participants