summaryrefslogtreecommitdiffhomepage
path: root/src/i18n.go
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-10-20 17:05:49 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-10-20 17:05:49 +0200
commit4abc164fcb8cb3aec2eb343cb1f36001ca6c76bf (patch)
treee7b67319ccc7b32341ae4e8d21d520e1770c89b7 /src/i18n.go
parent41aa904e336a7351ea0e7e85007d52de554e8765 (diff)
Remove TODO
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