aboutsummaryrefslogtreecommitdiff
path: root/cli/README.md
diff options
context:
space:
mode:
authorGravatar Inverle <inverle@proton.me> 2025-10-02 23:00:16 +0200
committerGravatar GitHub <noreply@github.com> 2025-10-02 23:00:16 +0200
commitbe49726ebb700aca030004d367c029082cfc6427 (patch)
tree7e85b4e3440349b02a19b88a3c0e3419da3dd91a /cli/README.md
parent128c375fc9de5119b1963d92dc9cd3e423053111 (diff)
Replace translation status flags with text section (#7842)
* Replace translation status flags with text section * make fix-all * Update README.md Co-authored-by: maTh <1645099+math-GH@users.noreply.github.com> * Improve with suggestions * Improve with further suggestions * fix headers * BCP 47 https://developer.mozilla.org/en-US/docs/Glossary/BCP_47_language_tag * en-US: `TODO` -> `IGNORE` * i18n: fr * i18n: fr * i18n: fr * Links --------- Co-authored-by: maTh <1645099+math-GH@users.noreply.github.com> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'cli/README.md')
-rw-r--r--cli/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/README.md b/cli/README.md
index 4d6ba62fe..47f28a7f7 100644
--- a/cli/README.md
+++ b/cli/README.md
@@ -149,13 +149,13 @@ cd /usr/share/FreshRSS
# -r, --revert revert the action (only used with ignore action).
# -o, --origin-language selects the origin language (only used with add language action).
-./cli/check-translation.php [ ---display-result --help --language fr --display-report --generate-readme ]
+./cli/check.translation.php [ ---display-result --help --language fr --display-report --generate-readme ]
# Check if translation files have missing keys or missing translations.
# -d, --display-result display results of check.
# -h, --help display help text and exit.
# -l, --language set the language check.
# -r, --display-report display completion report.
-# -g, --generate-readme generate readme for translation status.
+# -g, --generate-readme generate translation progress section in readme.
```
## Note about cron