Update docs

t3chguy/localazy-prep
Michael Telatynski 2023-08-24 10:56:08 +01:00
parent 84318eeb81
commit cd025a4f8a
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ We are aiming for a set of common strings to be shared then some more localised
## Editing existing strings
For edits where you only wish to change the English and not cause all languages to need re-translating simply edit `src/i18n/strings/en_EN.json` in a pull request.
Otherwise, edit every occurrence of the translation key inside `_t()` and `_td()` in the TSX files and follow `Adding new strings` above.
Edits to existing strings should be performed only via Localazy.
There you can also require all translations to be redone if the meaning of the string has changed significantly.
## Adding variables inside a string.