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/en | |
| 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/en')
| -rw-r--r-- | app/i18n/en/gen.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/i18n/en/gen.php b/app/i18n/en/gen.php index 7c2f4229b..42beb0a03 100644 --- a/app/i18n/en/gen.php +++ b/app/i18n/en/gen.php @@ -136,7 +136,6 @@ return array( 'yesterday' => 'Yesterday', ), 'dir' => 'ltr', - 'flag' => '🇬🇧', 'freshrss' => array( '_' => 'FreshRSS', 'about' => 'About FreshRSS', @@ -217,6 +216,11 @@ return array( 'weeks' => 'weeks', 'years' => 'years', ), + 'readme' => array( + 'contribute' => 'contribute', + 'language' => 'Language', + 'translated' => 'Progress', + ), 'share' => array( 'Known' => 'Known based sites', 'archiveIS' => 'archive.is', |
