From 6374c893c9d5d38755f30cbc3f828640dd3ecfcb Mon Sep 17 00:00:00 2001 From: Cyrill Schumacher Date: Sun, 1 Apr 2018 17:42:43 +0200 Subject: [PATCH] i18n: Add more TODOs and ideas --- i18n/doc.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/i18n/doc.go b/i18n/doc.go index c0db4e2d..8ec3ce10 100644 --- a/i18n/doc.go +++ b/i18n/doc.go @@ -71,9 +71,10 @@ CurrencyFraction: Digits are important when your currency has a different amount of decimal places as specified in the format. E.g. Japanese Yen has Digits 0 despite the format is #,##0.00 ยค. -@todo: Rounding refers to the Swedish rounding and are a todo in this i18n package. Use the money.Currency type for Swedish rounding. -@todo: CashDigits and CashRounding are currently not implemented. -@todo: something like https://github.com/maximilien/i18n4go +TODO: Rounding refers to the Swedish rounding and are a todo in this i18n package. Use the money.Currency type for Swedish rounding. +TODO: CashDigits and CashRounding are currently not implemented. +TODO: something like https://github.com/maximilien/i18n4go +TODO: https://go-macaron.com/docs/middlewares/i18n Currency Format