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/fr | |
| 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/fr')
| -rw-r--r-- | app/i18n/fr/gen.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/i18n/fr/gen.php b/app/i18n/fr/gen.php index b3967379c..46dda0d5c 100644 --- a/app/i18n/fr/gen.php +++ b/app/i18n/fr/gen.php @@ -136,7 +136,6 @@ return array( 'yesterday' => 'Hier', ), 'dir' => 'ltr', // IGNORE - 'flag' => '🇫🇷', 'freshrss' => array( '_' => 'FreshRSS', // IGNORE 'about' => 'À propos de FreshRSS', @@ -217,6 +216,11 @@ return array( 'weeks' => 'semaines', 'years' => 'années', ), + 'readme' => array( + 'contribute' => 'contribuer', + 'language' => 'Langage', + 'translated' => 'Progression', + ), 'share' => array( 'Known' => 'Sites basés sur Known', 'archiveIS' => 'archive.is', // IGNORE |
