summaryrefslogtreecommitdiffhomepage
path: root/src/i18n.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n.go')
-rw-r--r--src/i18n.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i18n.go b/src/i18n.go
index 2ade439..dac7c5e 100644
--- a/src/i18n.go
+++ b/src/i18n.go
@@ -221,7 +221,6 @@ func (p Printer) Date(d time.Time) string {
return d.Format(p.Locale.dateFmt)
}
-/* TODO: Try to use a decimal type here */
func (p Printer) M(val float64, round bool) string {
var valstr string