diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/i18n.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i18n.go b/src/i18n.go index 1272d28..fe67b04 100644 --- a/src/i18n.go +++ b/src/i18n.go @@ -27,6 +27,8 @@ type locale struct { } var ( + /* To determine the correct date format to use, use the ‘datefmt’ script in + the repository root */ Locales = [...]locale{ { Bcp: "ca", |