From be49726ebb700aca030004d367c029082cfc6427 Mon Sep 17 00:00:00 2001 From: Inverle Date: Thu, 2 Oct 2025 23:00:16 +0200 Subject: 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 --- app/i18n/cs/gen.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'app/i18n/cs/gen.php') diff --git a/app/i18n/cs/gen.php b/app/i18n/cs/gen.php index 15f6db117..c615008e4 100644 --- a/app/i18n/cs/gen.php +++ b/app/i18n/cs/gen.php @@ -136,7 +136,6 @@ return array( 'yesterday' => 'Včera', ), 'dir' => 'ltr', // IGNORE - 'flag' => '🇨🇿', 'freshrss' => array( '_' => 'FreshRSS', // IGNORE 'about' => 'O FreshRSS', @@ -217,6 +216,11 @@ return array( 'weeks' => 'týdnů', 'years' => 'let', ), + 'readme' => array( + 'contribute' => 'contribute', // IGNORE + 'language' => 'Language', // IGNORE + 'translated' => 'Progress', // IGNORE + ), 'share' => array( 'Known' => 'Známé základní stránky', 'archiveIS' => 'archive.is', // IGNORE -- cgit v1.2.3