We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6261429 commit 714daa6Copy full SHA for 714daa6
i18n/README.md
@@ -10,3 +10,7 @@ To add or update translations, edit the respective JSON files in this directory.
10
Each file corresponds to a specific language code (e.g., `no-NB.json` for Norwegian Bokmål).
11
Make sure to follow the existing structure and format when adding new translations.
12
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