From e14781ca410c8354951383fbf1c6c3f16147ae94 Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Tue, 11 Jan 2022 01:10:13 +0100 Subject: [PATCH] [search] Enabled Greek and Hebrew for search Signed-off-by: Alexander Borsuk --- indexer/categories_holder.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);