diff options
| author | 2025-10-02 23:00:16 +0200 | |
|---|---|---|
| committer | 2025-10-02 23:00:16 +0200 | |
| commit | be49726ebb700aca030004d367c029082cfc6427 (patch) | |
| tree | 7e85b4e3440349b02a19b88a3c0e3419da3dd91a /app/i18n/it | |
| parent | 128c375fc9de5119b1963d92dc9cd3e423053111 (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 'app/i18n/it')
| -rw-r--r-- | app/i18n/it/gen.php | 6 |
1 files changed, 5 insertions, 1 deletions
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 |
