Skip to content

Commit

Permalink
add instruction to test new translation
Browse files Browse the repository at this point in the history
  • Loading branch information
chikeichan committed Jan 18, 2022
1 parent 5e0bd9e commit 31f9f59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions LOCALE.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ The following script will extend `zh.json` with any new keys from `en.json` with
npm run add-locale zh
```

## Testing New Translation
1. Go to Setting -> General
2. From the language dropdown, select Custom JSON
3. Upload your translation json file

## Note to Maintainers

- When merging in a new locale json, be sure to update the dropdown list in `app/util/i18n.js` with the new locale.
Expand Down

0 comments on commit 31f9f59

Please sign in to comment.