diff options
| author | 2025-07-16 16:11:51 +0200 | |
|---|---|---|
| committer | 2025-07-16 16:11:51 +0200 | |
| commit | f9a42adadec9acd259c205727c95bd6f376dfbc5 (patch) | |
| tree | b576ba4ac948466389de30487c506ae04dd71d24 /app/i18n/lv | |
| parent | 5f61e426dc90b7b697a46da009af2fc88eed3ad0 (diff) | |
Show translation status in README.md (#7715)
* Show translation status in README.md
* Fix colon
* markdownlint: Allow tag `<translations>`
* Use mostly Unicode flags instead
* Only `oc.svg` remains in an image format
* `check.translation.php` still supports `.png` even though there aren't any PNGs as of right now
* Fix CodeSniffer
* Attempt approach with generating local SVGs
* Fixes for local SVG approach
* Cleanup old code
* PHPStan fix
* Remove decimal precision from percentages
* Suggestions + better error messages
* codesniffer fix v2
* Revert `ghSearchUrl` change
* Generate readme
* Fix syntax highlight, maybe
* Regenerate
* Update help message
* Use existing translation files instead of .txt
* Add test against wrong Unicode flag
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/lv')
| -rw-r--r-- | app/i18n/lv/conf.php | 2 | ||||
| -rw-r--r-- | app/i18n/lv/gen.php | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/app/i18n/lv/conf.php b/app/i18n/lv/conf.php index 9916edb2b..57c5deeea 100644 --- a/app/i18n/lv/conf.php +++ b/app/i18n/lv/conf.php @@ -297,7 +297,7 @@ return array( 'sharing' => array( '_' => 'Dalīšanās', 'add' => 'Pievienojat dalīšanās metodi', - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'deprecated' => 'Šis pakalpojums ir novecojis un tiks noņemts no FreshRSS kādā <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Atvērt dokumentāciju, lai iegūtu vairāk informācijas" target="_blank">nākamajā versijā</a>.', 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'E-pasts', diff --git a/app/i18n/lv/gen.php b/app/i18n/lv/gen.php index 679f3bf79..61f06f610 100644 --- a/app/i18n/lv/gen.php +++ b/app/i18n/lv/gen.php @@ -131,6 +131,7 @@ return array( 'yesterday' => 'Vakar', ), 'dir' => 'ltr', // IGNORE + 'flag' => '🇱🇻', 'freshrss' => array( '_' => 'FreshRSS', // TODO 'about' => 'Par FreshRSS', @@ -213,7 +214,7 @@ return array( 'archiveIS' => 'archive.is', // IGNORE 'archiveORG' => 'archive.org', // IGNORE 'archivePH' => 'archive.ph', // IGNORE - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'buffer' => 'Buffer', // IGNORE 'clipboard' => 'Starpliktuve', 'diaspora' => 'Diaspora*', // IGNORE |
