summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/i18n.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i18n.go b/src/i18n.go
index ea2b80b..e5b9472 100644
--- a/src/i18n.go
+++ b/src/i18n.go
@@ -23,7 +23,7 @@ type Printer struct {
type locale struct {
Bcp, Name string
Eurozone, Enabled bool
- dateFmt, moneyFmt string
+ dateFmt string
}
var (