Translate location

This commit is contained in:
Raoul 2018-04-23 21:34:02 +02:00
parent a8023d4872
commit b56a351f99
No known key found for this signature in database
GPG key ID: C7493D73B67C1842
5 changed files with 9 additions and 5 deletions

View file

@ -1,5 +1,6 @@
title = "Chaos Singularity"
# Set to false if date for next year is not known yet:
date_known = true
@ -15,7 +16,10 @@ date_day_name_end = "Sonntag"
place_known = true
location = "Villa Ritter"
city = "Biel"
city_de = "Biel"
city_fr = "Bienne"
city_it = "Bienna"
city_en = "Biel"
registration_open = true

View file

@ -14,7 +14,7 @@
{{ end }}
{{ if .place_known }}
<strong>Ort:</strong> {{ .location }} in <strong>{{ .city }}</strong><br/>
<strong>Ort:</strong> {{ .location }} in <strong>{{ .city_de }}</strong><br/>
{{ end }}
{{ if .registration_open }}

View file

@ -14,7 +14,7 @@
{{ end }}
{{ if .place_known }}
<strong>Location:</strong> {{ .location }} in <strong>{{ .city }}</strong><br/>
<strong>Location:</strong> {{ .location }} in <strong>{{ .city_en }}</strong><br/>
{{ end }}
{{ if .registration_open }}

View file

@ -14,7 +14,7 @@
{{ end }}
{{ if .place_known }}
<strong>Lieu:</strong> {{ .location }} à <strong>{{ .city }}</strong><br/>
<strong>Lieu:</strong> {{ .location }} à <strong>{{ .city_fr }}</strong><br/>
{{ end }}
{{ if .registration_open }}

View file

@ -14,7 +14,7 @@
{{ end }}
{{ if .place_known }}
<strong>Luogo:</strong> {{ .location }} a <strong>{{ .city }}</strong><br/>
<strong>Luogo:</strong> {{ .location }} a <strong>{{ .city_it }}</strong><br/>
{{ end }}
{{ if .registration_open }}