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:
authorDenis Koronchik <denis@mapswithme.com>2014-10-07 17:13:47 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:29:34 +0300
commit99c2d05cbc65fa86e009e20cd7347d1345d4b605 (patch)
tree66bf187a72cb041c32d0382cd32a2893485316e3 /indexer/categories_holder.cpp
parentfa5c25749a7121a3baada334397edbb9b7e35c16 (diff)
[strings] Append sv transltion
Diffstat (limited to 'indexer/categories_holder.cpp')
-rw-r--r--indexer/categories_holder.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/categories_holder.cpp b/indexer/categories_holder.cpp
index efc7ad431a..5fa3e8907f 100644
--- a/indexer/categories_holder.cpp
+++ b/indexer/categories_holder.cpp
@@ -227,6 +227,7 @@ int8_t CategoriesHolder::MapLocaleToInteger(string const & locale)
{"da", 19 },
{"tr", 20 },
{"sk", 21 },
+ {"sv", 22 },
};
for (size_t i = 0; i < ARRAY_SIZE(mapping); ++i)
if (locale.find(mapping[i].m_name) == 0)