[categories] Added pt-BR.

Signed-off-by: vng <viktor.govako@gmail.com>
This commit is contained in:
vng 2021-07-24 19:00:41 +03:00 committed by Alexander Borsuk
parent 924f463d13
commit 7f4957532a

View file

@ -70,7 +70,7 @@ public:
// CategoriesHolder::MapLocaleToInteger() and
// CategoriesHolder::MapIntegerToLocale() as their implementations
// strongly depend on the contents of the variable.
static std::array<CategoriesHolder::Mapping, 32> constexpr kLocaleMapping = {{
static std::array<CategoriesHolder::Mapping, 33> constexpr kLocaleMapping = {{
{"en", 1},
{"ru", 2},
{"uk", 3},
@ -102,7 +102,9 @@ public:
{"he", 29},
{"sw", 30},
{"fa", 31},
{"bg", 32}}};
{"bg", 32},
{"pt-BR", 33},
}};
// List of languages that are currently disabled in the application
// because their translations are not yet complete.