-
Notifications
You must be signed in to change notification settings - Fork 526
Managing Translations
blockdylanb edited this page Sep 27, 2021
·
4 revisions
- Update all desired strings in app and then run
yarn manage:translations
. By running this command, all the locales files will be automatically updated with the new keys found in the project. Commit, push and then merge all changes to development branch. - Go to the Blockchain Wallet Frontend project within Lokalise > Settings > Apps > Github and click "Pull Now".
- Lokalise will then pull and start processing all of the new and updated strings into their system. Work with business/PM team to order translations.
- Wait for localizations to be completed.
- Follow these instructions to pull translations into app via PR.
- Merge the new PR created by Lokalise bot, run
yarn release
and deploy build to production as you normally would.