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

I'd like to contribute i18n translations, but make i18n doesn't work #111

Open
fredvd opened this issue Aug 27, 2024 · 3 comments
Open

I'd like to contribute i18n translations, but make i18n doesn't work #111

fredvd opened this issue Aug 27, 2024 · 3 comments

Comments

@fredvd
Copy link

fredvd commented Aug 27, 2024

make i18n assumes there is a local node modules installed, but most other make command and make install build docker containers/use docker compose. How can I contribute an extra set of locales? (for Dutch/NL)

@erral
Copy link

erral commented Aug 29, 2024

Create the nl/LC_MESSAGES/ folder, copy over the volto.pot file there as volto.po and contribute the translations.

When the addon will be installed in a given frontend, it's a frontend's task to run yarn i18n and collect the translations from the addons.

https://6.docs.plone.org/volto/addons/i18n.html

@stevepiercy
Copy link

Here it is in the docs, Internationalization and Localization > Translate Volto. LOL, @erral I should read what we collaborated on 2 years ago more carefully!

However, I think the following docs updates would help developers navigate to the right location.

Does all that sound correct? If so, then I can do the docs updates in various repos and PRs. Please let me know. Thank you!

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

No branches or pull requests

3 participants