Skip to content

Commit dca297e

Browse files
committed
MAGETWO-66358: Add de_LU and fr_LU languages for Luxembourg #7117
- Merge Pull Request #7117 from ajpevers/magento2:patch-11
2 parents 535860a + 1162761 commit dca297e

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)*/
@@ -54,6 +55,7 @@ class Config implements \Magento\Framework\Locale\ConfigInterface
5455
'fr_CA', /*French (Canada)*/
5556
'fr_CH', /*French (Switzerland)*/
5657
'fr_FR', /*French (France)*/
58+
'fr_LU', /*French (Luxembourg)*/
5759
'gu_IN', /*Gujarati (India)*/
5860
'he_IL', /*Hebrew (Israel)*/
5961
'hi_IN', /*Hindi (India)*/

0 commit comments

Comments
 (0)