From 615839f739b342409266339499de460fae0b9903 Mon Sep 17 00:00:00 2001 From: Ellet Date: Wed, 29 May 2024 21:43:54 +0300 Subject: [PATCH] docs: update the translation markdown file to reflect the changes --- doc/translation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/translation.md b/doc/translation.md index 94253ee7..e255a461 100644 --- a/doc/translation.md +++ b/doc/translation.md @@ -60,7 +60,9 @@ dart fix --apply ./lib/src/l10n/generated dart format ./lib/src/l10n/generated ``` - This will generate the new dart files from the arb files in order to take effect, otherwise, you won't notice a difference +> If you added or removed translations, make sure to update `_expectedTranslationKeysLength` variable in `./scripts/ensure_translations_correct.dart`
+> Otherwise you don't need to update it. + Then open a pull request so everyone can benefit from your translations!