diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-07-24 19:44:06 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-07-24 19:44:06 +0200 |
commit | 94a2f1efa0da1d1d91d2af736c0dab720c9512b2 (patch) | |
tree | aa9e96c663dc9acb4eb1826d373adb331b906b76 /src/i18n | |
parent | 38ea635d3e41b3347544fb4598b962e5e12d0399 (diff) |
Fix comment
Diffstat (limited to 'src/i18n')
-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", |