From f9a42adadec9acd259c205727c95bd6f376dfbc5 Mon Sep 17 00:00:00 2001 From: Inverle Date: Wed, 16 Jul 2025 16:11:51 +0200 Subject: Show translation status in README.md (#7715) * Show translation status in README.md * Fix colon * markdownlint: Allow tag `` * 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 --- app/i18n/fa/gen.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/i18n/fa') diff --git a/app/i18n/fa/gen.php b/app/i18n/fa/gen.php index d8c4dffff..bce9f38bc 100644 --- a/app/i18n/fa/gen.php +++ b/app/i18n/fa/gen.php @@ -131,6 +131,7 @@ return array( 'yesterday' => ' دیروز', ), 'dir' => 'rtl', + 'flag' => '🇮🇷', 'freshrss' => array( '_' => ' FreshRSS', 'about' => 'درباره FreshRSS', @@ -213,7 +214,7 @@ return array( 'archiveIS' => 'archive.is', // IGNORE 'archiveORG' => ' archive.org', 'archivePH' => ' archive.ph', - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'buffer' => ' بافر', 'clipboard' => ' کلیپ بورد', 'diaspora' => ' دیاسپورا*', -- cgit v1.2.3