diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-07-29 21:44:10 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-07-29 21:44:10 +0200 |
commit | 1ccf2cf531cf801b8c7933dbfcbe756fac0e10ea (patch) | |
tree | 91c8a5d301b2a482cc0b862562fac625812f4aa3 /src | |
parent | c43c6d168053d9c9abb2999457b625e32ab1c7b2 (diff) |
Add some example data
Diffstat (limited to 'src')
-rw-r--r-- | src/i18n/i18n.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i18n/i18n.go b/src/i18n/i18n.go index 9b0de00..b49b739 100644 --- a/src/i18n/i18n.go +++ b/src/i18n/i18n.go @@ -212,7 +212,7 @@ var ( Name: "Nederlands", DateFormat: "2-1-2006", Eurozone: true, - Enabled: false, + Enabled: true, GroupSeparator: '.', DecimalSeparator: ',', MonetaryPre: [2]string{"€ ", "€ -"}, |