Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@maps.me>2016-02-25 17:37:57 +0300
committerAlex Zolotarev <alex@maps.me>2016-02-25 22:46:18 +0300
commitabafc6bd377d13d9be9d163c925c09a844311c8f (patch)
tree313ac65fd9156ccca6ec1ce19c5b7e81962ffa6e /indexer/categories_holder.cpp
parent9fd74bf0249b45383fa37148d175e503cc58d31c (diff)
Add Greek, Hebrew and Swahili support to categories.txt.
Diffstat (limited to 'indexer/categories_holder.cpp')
-rw-r--r--indexer/categories_holder.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indexer/categories_holder.cpp b/indexer/categories_holder.cpp
index f2f4819331..27b4ef1513 100644
--- a/indexer/categories_holder.cpp
+++ b/indexer/categories_holder.cpp
@@ -242,6 +242,9 @@ int8_t CategoriesHolder::MapLocaleToInteger(string const & locale)
{"ro", 25 },
{"nb", 26 },
{"fi", 27 },
+ {"el", 28 },
+ {"he", 29 },
+ {"sw", 30 }
};
for (size_t i = 0; i < ARRAY_SIZE(mapping); ++i)
if (locale.find(mapping[i].m_name) == 0)