Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ $ npm run build
2. Upload `.pot` in translation tool
3. Translate missing or changed texts
4. Download `.po` files as `translationfiles/<language code>/simplesettings.po`

> Be careful not to download all the files at once, as this can cause problems with plural forms.
5. Generate `.json` and `.js` files from `.po` files

```bash
Expand Down
Loading