diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-05-04 23:35:31 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-05-04 23:35:31 +0200 |
commit | 9379ea42a9b0afd1abf705bf3300f03d8bbe79f9 (patch) | |
tree | 39f165aeeb0e33aef8a9fc42f4d37993870f4607 | |
parent | 4cd4a16f7d226cc4bc6ea0eb9d1f2029ed6b4103 (diff) |
-rw-r--r-- | src/i18n.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/i18n.go b/src/i18n.go index 03a6951..ea2b80b 100644 --- a/src/i18n.go +++ b/src/i18n.go @@ -161,6 +161,13 @@ var ( Eurozone: true, Enabled: false, }, + { + Bcp: "sv", + Name: "svenska", + dateFmt: "2006-01-02", + Eurozone: true, + Enabled: false, + }, /* Non-Eurozone locales */ { |