diff options
| author | 2025-07-16 16:11:51 +0200 | |
|---|---|---|
| committer | 2025-07-16 16:11:51 +0200 | |
| commit | f9a42adadec9acd259c205727c95bd6f376dfbc5 (patch) | |
| tree | b576ba4ac948466389de30487c506ae04dd71d24 /cli/README.md | |
| parent | 5f61e426dc90b7b697a46da009af2fc88eed3ad0 (diff) | |
Show translation status in README.md (#7715)
* Show translation status in README.md
* Fix colon
* markdownlint: Allow tag `<translations>`
* Use mostly Unicode flags instead
* Only `oc.svg` remains in an image format
* `check.translation.php` still supports `.png` even though there aren't any PNGs as of right now
* Fix CodeSniffer
* Attempt approach with generating local SVGs
* Fixes for local SVG approach
* Cleanup old code
* PHPStan fix
* Remove decimal precision from percentages
* Suggestions + better error messages
* codesniffer fix v2
* Revert `ghSearchUrl` change
* Generate readme
* Fix syntax highlight, maybe
* Regenerate
* Update help message
* Use existing translation files instead of .txt
* Add test against wrong Unicode flag
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'cli/README.md')
| -rw-r--r-- | cli/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/README.md b/cli/README.md index 155c8938b..4d6ba62fe 100644 --- a/cli/README.md +++ b/cli/README.md @@ -149,12 +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 ] +./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. ``` ## Note about cron |
