Skip to content

Commit 1162761

Browse files
author
Anton Evers
authored
Add de_LU and fr_LU languages for Luxembourg
For our Luxembourgian customers it would be very nice if their languages were also supported. Although de_LU and fr_LU 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 Luxembourgians would be thankful.
1 parent 0c6227d commit 1162761

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/internal/Magento/Framework/Locale/Config.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class Config implements \Magento\Framework\Locale\ConfigInterface
3131
'de_AT', /*German (Austria)*/
3232
'de_CH', /*German (Switzerland)*/
3333
'de_DE', /*German (Germany)*/
34+
'de_LU', /*German (Luxembourg)*/
3435
'el_GR', /*Greek (Greece)*/
3536
'en_AU', /*English (Australian)*/
3637
'en_CA', /*English (Canadian)*/
@@ -53,6 +54,7 @@ class Config implements \Magento\Framework\Locale\ConfigInterface
5354
'fr_BE', /*French (Belgium)*/
5455
'fr_CA', /*French (Canada)*/
5556
'fr_FR', /*French (France)*/
57+
'fr_LU', /*French (Luxembourg)*/
5658
'gu_IN', /*Gujarati (India)*/
5759
'he_IL', /*Hebrew (Israel)*/
5860
'hi_IN', /*Hindi (India)*/

0 commit comments

Comments
 (0)