From d8803304f389e798eab35a321f7e65f8897de554 Mon Sep 17 00:00:00 2001 From: annapivniak Date: Mon, 2 Jan 2017 23:07:46 +0100 Subject: [PATCH] added fr_CH to allowed locales list --- lib/internal/Magento/Framework/Locale/Config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/internal/Magento/Framework/Locale/Config.php b/lib/internal/Magento/Framework/Locale/Config.php index 2a3fb35f6b3cf..5f9f2f6019ab3 100644 --- a/lib/internal/Magento/Framework/Locale/Config.php +++ b/lib/internal/Magento/Framework/Locale/Config.php @@ -52,6 +52,7 @@ class Config implements \Magento\Framework\Locale\ConfigInterface 'fil_PH', /*Filipino (Philippines)*/ 'fr_BE', /*French (Belgium)*/ 'fr_CA', /*French (Canada)*/ + 'fr_CH', /*French (Switzerland)*/ 'fr_FR', /*French (France)*/ 'gu_IN', /*Gujarati (India)*/ 'he_IL', /*Hebrew (Israel)*/