aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/i18n/i18n.go13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/i18n/i18n.go b/src/i18n/i18n.go
index 36e3075..b996681 100644
--- a/src/i18n/i18n.go
+++ b/src/i18n/i18n.go
@@ -273,11 +273,14 @@ var (
MonetaryPost: " €",
},
{
- Bcp: "en-US",
- Name: "English (US)",
- DateFormat: "1/2/2006",
- Eurozone: false,
- Enabled: false,
+ Bcp: "en-US",
+ Name: "English (US)",
+ DateFormat: "1/2/2006",
+ Eurozone: false,
+ Enabled: false,
+ GroupSeparator: ',',
+ DecimalSeparator: '.',
+ MonetaryPre: [2]string{"€", "-€"},
},
{
Bcp: "ro",