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:
authorDmitry Yunitsky <yunik@mapswithme.com>2016-03-22 00:20:04 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:57:49 +0300
commitfe0f4fb8cf084a42f5667c06489628d07c79c89b (patch)
treea6ddbf510415c77f18a6d74f9168533c6505f23e /indexer/map_object.hpp
parent1a56a37d6bd1f1636435400ad0503c1bf111253e (diff)
[android] Used core cuisine localization.
Diffstat (limited to 'indexer/map_object.hpp')
-rw-r--r--indexer/map_object.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indexer/map_object.hpp b/indexer/map_object.hpp
index eeef2421c2..a97dae8b7c 100644
--- a/indexer/map_object.hpp
+++ b/indexer/map_object.hpp
@@ -72,9 +72,9 @@ public:
string GetEmail() const;
string GetWebsite() const;
Internet GetInternet() const;
- /// @returns translated cuisine(s).
+ /// @returns not localized cuisines keys.
vector<string> GetCuisines() const;
- // @returns not localized cuisines keys.
+ /// @returns translated cuisine(s).
vector<string> GetLocalizedCuisines() const;
/// @returns translated and formatted cuisines.
string FormatCuisines() const;