diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/i18n/i18n.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i18n/i18n.go b/src/i18n/i18n.go index 1d44242..950d4e2 100644 --- a/src/i18n/i18n.go +++ b/src/i18n/i18n.go @@ -41,8 +41,8 @@ var ( 'r': sprintfr, } - /* To determine the correct date format to use, use the ‘datefmt’ script in - the repository root */ + /* To determine the correct currency-, date-, and number formats to + use, use the ‘getfmt’ script in the repository root */ locales = [...]LocaleInfo{ { Bcp: "ca", |