From a4b1d1918811c264fd26a41dd1da57cf30c06006 Mon Sep 17 00:00:00 2001 From: Anton Evers Date: Mon, 22 Feb 2016 10:45:04 +0100 Subject: [PATCH] Add nl_BE and fr_BE languages for Belgium For our Belgian customers it would be very nice if their languages were also supported. Although Belgians speak Dutch and French there is a profound difference between Dutch and Flemish (nl_BE) and between French and Walloon (fr_BE). They require different language packs. Although nl_BE and fr_BE can be easily added with a plugin - which is my current solution - it's a small change to add it to the Magento code. I think the Belgians would be thankful. --- lib/internal/Magento/Framework/Locale/Config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/internal/Magento/Framework/Locale/Config.php b/lib/internal/Magento/Framework/Locale/Config.php index 7f935c0b75413..1a08970bae9cf 100644 --- a/lib/internal/Magento/Framework/Locale/Config.php +++ b/lib/internal/Magento/Framework/Locale/Config.php @@ -50,6 +50,7 @@ class Config implements \Magento\Framework\Locale\ConfigInterface 'fa_IR', /*Persian (Iran)*/ 'fi_FI', /*Finnish (Finland)*/ 'fil_PH', /*Filipino (Philippines)*/ + 'fr_BE', /*French (Belgium)*/ 'fr_CA', /*French (Canada)*/ 'fr_FR', /*French (France)*/ 'gu_IN', /*Gujarati (India)*/ @@ -71,6 +72,7 @@ class Config implements \Magento\Framework\Locale\ConfigInterface 'mk_MK', /*Macedonian (Macedonia)*/ 'mn_Cyrl_MN', /*Mongolian (Mongolia)*/ 'ms_Latn_MY', /*Malaysian (Malaysia)*/ + 'nl_BE', /*Dutch (Belgium)*/ 'nl_NL', /*Dutch (Netherlands)*/ 'nb_NO', /*Norwegian BokmГ_l (Norway)*/ 'nn_NO', /*Norwegian Nynorsk (Norway)*/