Skip to content

Commit

Permalink
README: clear up confusion on translation filename
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Mar 14, 2023
1 parent ae51ac3 commit 755c7ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ Check [_missing_translations.json](https://github.com/adil192/saber/blob/main/li
1. Look for your locale code [here](https://saimana.com/list-of-country-locale-code/),
e.g. `hi` for Hindi, `fr` for French, `bn` for Bengali, `ar` for Arabic, etc.
2. Use [this link](https://github.com/adil192/saber/new/main/lib/i18n/community)
to create a new file called `lib/i18n/community/strings_XX.i18n.json` where `XX` is your locale code.
to create a new file in `lib/i18n/community/` called `strings_XX.i18n.json`
where `XX` is your locale code.
3. Copy the contents of an existing file like
[`lib/i18n/strings.i18n.json`](https://github.com/adil192/saber/blob/main/lib/i18n/strings.i18n.json)
and replace the translations with your own.
Expand Down

0 comments on commit 755c7ee

Please # to comment.