Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 538 Bytes

i18n.md

File metadata and controls

15 lines (8 loc) · 538 Bytes

Internationalisation

We use ttag for i18n.

1. Setup

Create .po file

Run LOCALE=<language code> npm run ttag:init to generate a .po file.

Please refer to this page for available languages. <language code>_<country> is also acceptable, like zh_TW.

Update .po file

Run LOCALE=<language code> npm run ttag:update to update the .po file you just created. Fill in your translations in the .po file.