diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-07-23 22:18:23 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-07-23 22:18:23 +0200 |
commit | cd42aaf59b1bd950f11bccdb04b8bca2e29b63ea (patch) | |
tree | f3891b1b56cfda61dc3ecf288c84c6b4de27b35b /src/templates/language.html.tmpl | |
parent | 39ef34912e46019e72bf342075d12d6d66416ded (diff) |
More some pages to the new translations system
Diffstat (limited to 'src/templates/language.html.tmpl')
-rw-r--r-- | src/templates/language.html.tmpl | 12 |
1 files changed, 6 insertions, 6 deletions
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" }} <header> {{ template "navbar" . }} - <h1>{{ .T "Select Your Language" }}</h1> + <h1>{{ .Get "Select Your Language" }}</h1> </header> <main> <p> - {{ .T "Select your preferred language to use on the site." }} + {{ .Get "Select your preferred language to use on the site." }} </p> <p> 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. </p> <hr /> - <h2>{{ .T "Eurozone Languages" }}</h2> + <h2>{{ .Get "Eurozone Languages" }}</h2> {{ template "langgrid" true }} - <h2>{{ .T "Other Languages" }}</h2> + <h2>{{ .Get "Other Languages" }}</h2> {{ template "langgrid" false }} </main> {{ end }} @@ -45,4 +45,4 @@ {{ end }} </div> </form> -{{ end }} +{{ end }}
\ No newline at end of file |