summaryrefslogtreecommitdiffhomepage
path: root/src/i18n.go
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-06-09 02:51:27 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-06-09 02:51:27 +0200
commit52db1d03e5067de4ba77c3a12465149d268eb3d1 (patch)
tree96286b94957e2546a789cbdcad2677b6f03b0973 /src/i18n.go
parent09defec0a015e7ddb118bd453ea2925a5cb9d5dc (diff)
Begin migration towards SQLite
Diffstat (limited to 'src/i18n.go')
-rw-r--r--src/i18n.go6
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,
},
{