Skip to content

Commit 714daa6

Browse files
committed
Add a small example
1 parent 6261429 commit 714daa6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

i18n/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ To add or update translations, edit the respective JSON files in this directory.
1010
Each file corresponds to a specific language code (e.g., `no-NB.json` for Norwegian Bokmål).
1111
Make sure to follow the existing structure and format when adding new translations.
1212

13+
An easy way to contribute is to copy the `en-GB.json` file and rename it to the desired language code, then translate the values accordingly.
14+
15+
> [!WARNING]
16+
> Do not change the keys, only the values. Keys are the same across all languages to ensure that the application can correctly map translations.

0 commit comments

Comments
 (0)