diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2021-10-02 17:19:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-02 17:19:28 +0200 |
| commit | cd02078e26c0ee9ea64e418426a7dea76770d584 (patch) | |
| tree | 601dc47c774861049fba612be0fb740558c3259b /src | |
| parent | 0341faeb13425871eeee6f7f9a1247f268ca639b (diff) | |
| download | invidious-cd02078e26c0ee9ea64e418426a7dea76770d584.tar.gz invidious-cd02078e26c0ee9ea64e418426a7dea76770d584.tar.bz2 invidious-cd02078e26c0ee9ea64e418426a7dea76770d584.zip | |
Add Portuguese (pt) to locales
follow up to #2437
Diffstat (limited to 'src')
| -rw-r--r-- | src/invidious/helpers/i18n.cr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/invidious/helpers/i18n.cr b/src/invidious/helpers/i18n.cr index 7ffdfdcc..a65ae00b 100644 --- a/src/invidious/helpers/i18n.cr +++ b/src/invidious/helpers/i18n.cr @@ -24,6 +24,7 @@ LOCALES = { "nb-NO" => load_locale("nb-NO"), # Norwegian Bokmål "nl" => load_locale("nl"), # Dutch "pl" => load_locale("pl"), # Polish + "pt" => load_locale("pt"), # Portuguese "pt-BR" => load_locale("pt-BR"), # Portuguese (Brazil) "pt-PT" => load_locale("pt-PT"), # Portuguese (Portugal) "ro" => load_locale("ro"), # Romanian |
