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:
authorMaxim Pimenov <m@maps.me>2016-05-13 19:53:08 +0300
committerMaxim Pimenov <m@maps.me>2016-05-13 19:53:21 +0300
commit89053af365d4beee928dd96b5cf142b6f20bea64 (patch)
treecef2feabe73fb1281a63142a63408d3643341990 /indexer/categories_holder.hpp
parentcd2d12ca9b08ad0c8b45af7624edeb4eb50e412e (diff)
[indexer] Added the list of currently disabled languages to CategoriesHolder.
Diffstat (limited to 'indexer/categories_holder.hpp')
-rw-r--r--indexer/categories_holder.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indexer/categories_holder.hpp b/indexer/categories_holder.hpp
index 14e7f97053..b488e4ab5d 100644
--- a/indexer/categories_holder.hpp
+++ b/indexer/categories_holder.hpp
@@ -55,6 +55,10 @@ public:
static int8_t const kUnsupportedLocaleCode;
static vector<Mapping> const kLocaleMapping;
+ // List of languages that are currently disabled in the application
+ // because their translations are not yet complete.
+ static vector<string> kDisabledLanguages;
+
explicit CategoriesHolder(unique_ptr<Reader> && reader);
void LoadFromStream(istream & s);