Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 467 Bytes

TRANSLATION.md

File metadata and controls

8 lines (6 loc) · 467 Bytes

Translation

Note: Most of the code related to translation is (shamelessly) copied over from origin repo.

Adding a new language

  1. Update shop/scripts/crowdinToFbt.js file, line number 9, to add the new locale to the locales array
  2. Create a new file shop/translation/crowding/all-messages_{{NEW_LOCALE_HERE}}.json with the contents of shop/translation/crowding/all-messages.json
  3. Run npm run translate