diff options
author | Rui Melo <viper5000@viper5000.net> | 2025-03-06 16:30:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-06 17:30:16 +0100 |
commit | ecb7a836ec2ea2692cf333a7a786e46635254caf (patch) | |
tree | 6e7aa3eddb2ea7d5ac28e1d7532828604be7d712 /app/i18n/en/gen.php | |
parent | 40cdeb86874296b090dfb48ce4d0d6c41455405b (diff) | |
download | freshrss-ecb7a836ec2ea2692cf333a7a786e46635254caf.tar.gz freshrss-ecb7a836ec2ea2692cf333a7a786e46635254caf.zip |
Add Portuguese from Portugal Language (#7329)
* Good day to deal with people in high places; particularly lonely stewardesses.
* You're currently going through a difficult transition period called "Life."
* You're at the end of the road again.
* Fixes
* Add references to pt-pt
* Fix order
* Config typos
* Update conf.php
* Fix whitespace
* Update app/i18n/pt-pt/sub.php
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/en/gen.php')
-rw-r--r-- | app/i18n/en/gen.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/en/gen.php b/app/i18n/en/gen.php index 64721444f..71940d3ee 100644 --- a/app/i18n/en/gen.php +++ b/app/i18n/en/gen.php @@ -170,6 +170,7 @@ return array( 'oc' => 'Occitan', 'pl' => 'Polski', 'pt-br' => 'Português (Brasil)', + 'pt-pt' => 'Português (Portugal)', 'ru' => 'Русский', 'sk' => 'Slovenčina', 'tr' => 'Türkçe', |