From 915c319203d699261edd5bb90e48e950b8f725e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=97=D0=B0=D1=86=D0=B5=D0=BF=D0=B8=D0=BD?= Date: Thu, 19 Sep 2019 15:59:52 +0300 Subject: [PATCH] [core] Changed supported launguages list for crown showing --- map/crown.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/map/crown.cpp b/map/crown.cpp index bcef7c18c6..a7df1c94b0 100644 --- a/map/crown.cpp +++ b/map/crown.cpp @@ -15,8 +15,7 @@ namespace { -std::array const kSupportedLanguages = {"ru", "en", "fr", "de", "es", "it", "pl", - "zh", "ar", "nl"}; +std::array const kSupportedLanguages = {"ru", "en", "fr", "de", "es"}; } // namespace namespace crown