From 0e844edacb45c803d5142bf63d35000fbbefce8d Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Thu, 5 Dec 2019 15:26:35 -0500 Subject: Add support for pt-BR --- src/invidious.cr | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/invidious.cr b/src/invidious.cr index a4f20bc4..5d011a5c 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -84,8 +84,9 @@ LOCALES = { "is" => load_locale("is"), "it" => load_locale("it"), "ja" => load_locale("ja"), - "nb_NO" => load_locale("nb_NO"), + "nb-NO" => load_locale("nb-NO"), "nl" => load_locale("nl"), + "pt-BR" => load_locale("pt-BR"), "pl" => load_locale("pl"), "ro" => load_locale("ro"), "ru" => load_locale("ru"), -- cgit v1.2.3