diff --git a/indexer/categories_holder.hpp b/indexer/categories_holder.hpp index 7c666c02ea..f049d5ceed 100644 --- a/indexer/categories_holder.hpp +++ b/indexer/categories_holder.hpp @@ -117,7 +117,7 @@ public: // List of languages that are currently disabled in the application // because their translations are not yet complete. - static std::array constexpr kDisabledLanguages = {"el", "he", "sw"}; + static std::array constexpr kDisabledLanguages = {"sw"}; explicit CategoriesHolder(std::unique_ptr && reader);