From cd42aaf59b1bd950f11bccdb04b8bca2e29b63ea Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 23 Jul 2025 22:18:23 +0200 Subject: More some pages to the new translations system --- src/templates/language.html.tmpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/templates/language.html.tmpl') diff --git a/src/templates/language.html.tmpl b/src/templates/language.html.tmpl index ee66bf8..f4b240a 100644 --- a/src/templates/language.html.tmpl +++ b/src/templates/language.html.tmpl @@ -1,21 +1,21 @@ {{ define "content" }}
{{ template "navbar" . }} -

{{ .T "Select Your Language" }}

+

{{ .Get "Select Your Language" }}

- {{ .T "Select your preferred language to use on the site." }} + {{ .Get "Select your preferred language to use on the site." }}

If you are an American user, it’s suggested that you select American English instead of British English. This will ensure that - dates will be formatted with the month before the day. + dates will be formatted with the month before the day.


-

{{ .T "Eurozone Languages" }}

+

{{ .Get "Eurozone Languages" }}

{{ template "langgrid" true }} -

{{ .T "Other Languages" }}

+

{{ .Get "Other Languages" }}

{{ template "langgrid" false }}
{{ end }} @@ -45,4 +45,4 @@ {{ end }} -{{ end }} +{{ end }} \ No newline at end of file -- cgit v1.2.3