Skip to content

Managing Translations

blockdylanb edited this page Sep 27, 2021 · 4 revisions
  1. 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.
  2. Go to the Blockchain Wallet Frontend project within Lokalise > Settings > Apps > Github and click "Pull Now".
  3. 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.
  4. Wait for localizations to be completed.
  5. Follow these instructions to pull translations into app via PR.
  6. Merge the new PR created by Lokalise bot, run yarn release and deploy build to production as you normally would.
Clone this wiki locally