You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should we add a make command for yarn i18n, such as make i18n? We've been trying to unify all commands in the Makefiles.
Here's the output from the command.
$ yarn i18n yarn run v1.22.19
$ pnpm --filter @plone/volto run i18n
> @plone/volto@18.0.0-alpha.42 i18n /Users/stevepiercy/projects/Plone/documentation/submodules/volto/packages/volto
> rm -rf build/messages && NODE_ENV=production i18nExtracting messages from source files...Synchronizing messages to pot file...Synchronizing messages to po files...Generating the language JSON files...Merging @plone/volto-slate locales for deMerging @plone/volto-slate locales for endone!✨ Done in 6.71s.
Should we add a make command for
yarn i18n
, such asmake i18n
? We've been trying to unify all commands in the Makefiles.Here's the output from the command.
Here's the recently updated documentation:
https://6.docs.plone.org/i18n-l10n/contributing-translations.html#translate-volto
Originally posted by @stevepiercy in plone/documentation#1691 (comment)
The text was updated successfully, but these errors were encountered: