diff options
Diffstat (limited to 'src/i18n.go')
-rw-r--r-- | src/i18n.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/i18n.go b/src/i18n.go index 15015c8..e234fde 100644 --- a/src/i18n.go +++ b/src/i18n.go @@ -27,8 +27,8 @@ type locale struct { } var ( - /* To determine the correct date format to use, use the ‘datefmt’ script in - the repository root */ + /* To determine the correct date format to use, use the ‘datefmt’ script in + the repository root */ Locales = [...]locale{ { Bcp: "ca", @@ -176,7 +176,7 @@ var ( Bcp: "bg", Name: "български", dateFmt: "2.01.2006 г.", - Eurozone: false, /* TODO(2026): Set to true */ + Eurozone: false, /* TODO(2026): Set to true */ Enabled: true, }, { |