Differenciate pt-PT and pt-BR translations.

This commit is contained in:
John Livingston 2025-01-02 15:40:19 +01:00
parent 8a9d0ed446
commit 8e98b464f1
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
7 changed files with 4916 additions and 4 deletions

View File

@ -6,6 +6,7 @@
* Translations updates.
* Slovak translation integration.
* Differenciate pt-PT and pt-BR translations.
* Fix styling for "configure mod_firewall" button + Peertube v7.0.0 compatibility
## 12.0.2

View File

@ -135,7 +135,8 @@
"el-GR": "./dist/languages/el.json",
"es-ES": "./dist/languages/es.json",
"oc": "./dist/languages/oc.json",
"pt-BR": "./dist/languages/pt.json",
"pt-BR": "./dist/languages/pt-BR.json",
"pt-PT": "./dist/languages/pt-PT.json",
"sv-SE": "./dist/languages/sv.json",
"ru-RU": "./dist/languages/ru.json",
"fr-FR": "./dist/languages/fr.json",

View File

@ -165,10 +165,15 @@ weight = 20
languageName = "Polski"
contentDir = "content/translations/pl"
[Languages.pt]
[Languages.pt-BR]
weight = 26
languageName = "uguês"
contentDir = "content/translations/pt"
languageName = "Português (Brasil)"
contentDir = "content/translations/pt-BR"
[Languages.pt-PT]
weight = 26
languageName = "Português (Portugal)"
contentDir = "content/translations/pt-PT"
[Languages.ru]
weight = 27

File diff suppressed because it is too large Load Diff