Translate location
This commit is contained in:
parent
a8023d4872
commit
b56a351f99
5 changed files with 9 additions and 5 deletions
|
@ -1,5 +1,6 @@
|
||||||
title = "Chaos Singularity"
|
title = "Chaos Singularity"
|
||||||
|
|
||||||
|
|
||||||
# Set to false if date for next year is not known yet:
|
# Set to false if date for next year is not known yet:
|
||||||
date_known = true
|
date_known = true
|
||||||
|
|
||||||
|
@ -15,7 +16,10 @@ date_day_name_end = "Sonntag"
|
||||||
place_known = true
|
place_known = true
|
||||||
|
|
||||||
location = "Villa Ritter"
|
location = "Villa Ritter"
|
||||||
city = "Biel"
|
city_de = "Biel"
|
||||||
|
city_fr = "Bienne"
|
||||||
|
city_it = "Bienna"
|
||||||
|
city_en = "Biel"
|
||||||
|
|
||||||
|
|
||||||
registration_open = true
|
registration_open = true
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if .place_known }}
|
{{ if .place_known }}
|
||||||
<strong>Ort:</strong> {{ .location }} in <strong>{{ .city }}</strong><br/>
|
<strong>Ort:</strong> {{ .location }} in <strong>{{ .city_de }}</strong><br/>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if .registration_open }}
|
{{ if .registration_open }}
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if .place_known }}
|
{{ if .place_known }}
|
||||||
<strong>Location:</strong> {{ .location }} in <strong>{{ .city }}</strong><br/>
|
<strong>Location:</strong> {{ .location }} in <strong>{{ .city_en }}</strong><br/>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if .registration_open }}
|
{{ if .registration_open }}
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if .place_known }}
|
{{ if .place_known }}
|
||||||
<strong>Lieu:</strong> {{ .location }} à <strong>{{ .city }}</strong><br/>
|
<strong>Lieu:</strong> {{ .location }} à <strong>{{ .city_fr }}</strong><br/>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if .registration_open }}
|
{{ if .registration_open }}
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if .place_known }}
|
{{ if .place_known }}
|
||||||
<strong>Luogo:</strong> {{ .location }} a <strong>{{ .city }}</strong><br/>
|
<strong>Luogo:</strong> {{ .location }} a <strong>{{ .city_it }}</strong><br/>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if .registration_open }}
|
{{ if .registration_open }}
|
||||||
|
|
Loading…
Reference in a new issue