diff --git a/indexer/categories_holder.hpp b/indexer/categories_holder.hpp index 203abb7f85..be0f10c867 100644 --- a/indexer/categories_holder.hpp +++ b/indexer/categories_holder.hpp @@ -70,7 +70,7 @@ public: // CategoriesHolder::MapLocaleToInteger() and // CategoriesHolder::MapIntegerToLocale() as their implementations // strongly depend on the contents of the variable. - static std::array constexpr kLocaleMapping = {{ + static std::array 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.