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/it/gen.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'app/i18n/it') diff --git a/app/i18n/it/gen.php b/app/i18n/it/gen.php index 7d4223800..b68a6cf3c 100644 --- a/app/i18n/it/gen.php +++ b/app/i18n/it/gen.php @@ -136,7 +136,6 @@ return array( 'yesterday' => 'Ieri', ), 'dir' => 'ltr', // IGNORE - 'flag' => '🇮🇹', 'freshrss' => array( '_' => 'Feed RSS Reader', 'about' => 'Informazioni', @@ -217,6 +216,11 @@ return array( 'weeks' => 'settimane', 'years' => 'anni', ), + 'readme' => array( + 'contribute' => 'contribute', // IGNORE + 'language' => 'Language', // IGNORE + 'translated' => 'Progress', // IGNORE + ), 'share' => array( 'Known' => 'Siti basati su Known', 'archiveIS' => 'archive.is', // IGNORE -- cgit v1.2.3