aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-07-31 23:27:44 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-07-31 23:27:44 +0200
commit64ce9bbb70b8512d53a8009d4be234b24efde1be (patch)
treee9f28b2c732ffcbc809c5b9258a7d31e36760da4 /src
parent2e9fa7ff94d478aae0cca8c31127b8d574464c98 (diff)
Add Turkish
Diffstat (limited to 'src')
-rw-r--r--src/i18n/i18n.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/i18n/i18n.go b/src/i18n/i18n.go
index ebd849a..02016bd 100644
--- a/src/i18n/i18n.go
+++ b/src/i18n/i18n.go
@@ -260,6 +260,16 @@ var (
MonetaryPre: [2]string{"", "-"},
MonetaryPost: " €",
},
+ {
+ Bcp: "tr",
+ Name: "Türkçe",
+ DateFormat: "2.01.2006",
+ Eurozone: true,
+ Enabled: false,
+ GroupSeparator: '.',
+ DecimalSeparator: ',',
+ MonetaryPre: [2]string{"€", "-€"},
+ },
/* Non-Eurozone locales */
{
Bcp: "bg",