aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2022-01-08 08:00:26 -0500
committerGravatar GitHub <noreply@github.com> 2022-01-08 14:00:26 +0100
commit127b7f0a3aad7012055c058e8aba0d27192a8cbc (patch)
tree8ec9a5948672e702c944c202f78294b81104582f /docs
parented19445f74c30854c60873cd1df1c38e15fc316b (diff)
Change i18n process (#4131)
Before, the ignore info were stored in a different file which was a bit cumbersome for new comers. Now, this info is stored directly in the translation file as a comment. Before, there was no way of telling translators that a previously translated string was in need of a new translation. Now, the dirty information is there to convey that info.
Diffstat (limited to 'docs')
-rw-r--r--docs/en/internationalization.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/internationalization.md b/docs/en/internationalization.md
index 633c28e63..d20f20a75 100644
--- a/docs/en/internationalization.md
+++ b/docs/en/internationalization.md
@@ -82,7 +82,7 @@ Our tool detects if a string needs to be translated if it equals to the English
make i18n-ignore-key lang=fr key=index.about.version
```
-This command adds an entry in the [`cli/i18n/ignore/fr.php` file](/cli/i18n/ignore/fr.php) so the key can be considered as translated.
+This command adds an IGNORE comment on the translation so the key can be considered as translated.
## Add/remove/update a key