Skip to content

Commit a97aa22

Browse files
Add de-LU to list of EUR formats (#311)
1 parent 3bd562f commit a97aa22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/util/currency.js

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const CURRENCY_FORMATS = {
1111
'et-EE': { prependSymbol: false, fractionalPrecision: 2, addSpace: true },
1212
'de-AT': { prependSymbol: true, fractionalPrecision: 2, addSpace: true },
1313
'de-DE': { prependSymbol: false, fractionalPrecision: 2, addSpace: true },
14+
'de-LU': { prependSymbol: false, fractionalPrecision: 2, addSpace: true },
1415
'en-IE': { prependSymbol: true, fractionalPrecision: 2, addSpace: false },
1516
'en-MT': { prependSymbol: false, fractionalPrecision: 2, addSpace: true },
1617
'es-ES': { prependSymbol: false, fractionalPrecision: 2, addSpace: true },

0 commit comments

Comments
 (0)