chore: make i18n variable for location preposition

This commit is contained in:
Adrian Friedli 2018-04-29 20:40:50 +02:00
parent 611785f6fb
commit 965d60430e
No known key found for this signature in database
GPG key ID: 72488301A5824477
14 changed files with 27 additions and 10 deletions

View file

@ -24,7 +24,7 @@ Die CoSin findet dieses Jahr vom
{{< cosin "date_day_name_start" >}}, den {{< cosin "date_day_start" >}}. bis
{{< cosin "date_day_name_end" >}}, den {{< cosin "date_day_end" >}}.
{{< cosin "date_month" >}} {{< cosin "date_year" >}}
wieder in der [{{< cosin "location_name" >}}]({{< cosin "location_url" >}})
{{< cosin "location_name_preposition" >}} [{{< cosin "location_name" >}}]({{< cosin "location_url" >}})
in {{< cosin "location_city" >}} statt.
## Wie kann ich mich beteiligen?

View file

@ -24,7 +24,7 @@ Die CoSin findet dieses Jahr vom
{{< cosin "date_day_name_start" >}}, den {{< cosin "date_day_start" >}}. bis
{{< cosin "date_day_name_end" >}}, den {{< cosin "date_day_end" >}}
{{< cosin "date_month" >}} {{< cosin "date_year" >}}
wieder in der [{{< cosin "location" >}}]({{< cosin "location_url" >}}) in {{< cosin "location_city" >}} statt.
{{< cosin "location_name_preposition" >}} [{{< cosin "location_name" >}}]({{< cosin "location_url" >}}) in {{< cosin "location_city" >}} statt.
## Wie kann ich mich beteiligen?

View file

@ -22,8 +22,8 @@ seulement sur leur machines !
Cette année le CoSin aura lieu du
{{< cosin "date_day_name_start" >}} {{< cosin "date_day_start" >}} au
{{< cosin "date_day_name_end" >}} {{< cosin "date_day_end" >}}
{{< cosin "date_month" >}} à
la [{{< cosin "location_name" >}}]({{< cosin "location_url" >}}) à {{< cosin "location_city" >}}.
{{< cosin "date_month" >}}
{{< cosin "location_name_preposition" >}} [{{< cosin "location_name" >}}]({{< cosin "location_url" >}}) à {{< cosin "location_city" >}}.
## Comment est-ce que je participe ?

View file

@ -23,7 +23,7 @@ Quest'anno la CoSin si svolge da
{{< cosin "date_day_name_start" >}} {{< cosin "date_day_start" >}}. fino a
{{< cosin "date_day_name_end" >}} {{< cosin "date_day_end" >}}.
{{< cosin "date_month" >}} {{< cosin "date_year" >}},
sempre nella [{{< cosin "location_name" >}}]({{< cosin "location_url" >}}) a {{< cosin "location_city" >}}.
{{< cosin "location_name_preposition" >}} [{{< cosin "location_name" >}}]({{< cosin "location_url" >}}) a {{< cosin "location_city" >}}.
## Come posso contribuire?

View file

@ -13,7 +13,7 @@ Quest'anno la CoSin si svolge da
{{< cosin "date_day_name_start" >}} {{< cosin "date_day_start" >}}. fino a
{{< cosin "date_day_name_end" >}} {{< cosin "date_day_end" >}}. {{< cosin "date_month" >}}
{{< cosin "date_year" >}},
di nuovo nella [{{< cosin "location_name" >}}]({{< cosin "location_url" >}}) a {{< cosin "location_city" >}}.
{{< cosin "location_name_preposition" >}} [{{< cosin "location_name" >}}]({{< cosin "location_url" >}}) a {{< cosin "location_city" >}}.
## Costi

View file

@ -9,7 +9,7 @@ menu:
## Ort
Das CoSin findet in der [{{< cosin "location_name" >}}][1] in {{< cosin "location_city" >}} statt.
Das CoSin findet {{< cosin "location_name_preposition" >}} [{{< cosin "location_name" >}}][1] in {{< cosin "location_city" >}} statt.
## Photos

View file

@ -9,7 +9,7 @@ menu:
## Location
This year's CoSin takes place in the [{{< cosin "location_name" >}}][1] in {{< cosin "location_city" >}}.
This year's CoSin takes place {{< cosin "location_name_preposition" >}} [{{< cosin "location_name" >}}][1] in {{< cosin "location_city" >}}.
## Photos

View file

@ -9,7 +9,7 @@ menu:
## Lieu
Le CoSin se déroule à la [{{< cosin "location_name" >}}][1] à {{< cosin "location_city" >}}.
Le CoSin se déroule {{< cosin "location_name_preposition" >}} [{{< cosin "location_name" >}}][1] à {{< cosin "location_city" >}}.
## Photos

View file

@ -9,7 +9,7 @@ menu:
## Luogo
La CoSin si svolge nella [{{< cosin "location_name" >}}][1] a {{< cosin "location_city" >}}.
La CoSin si svolge {{< cosin "location_name_preposition" >}} [{{< cosin "location_name" >}}][1] a {{< cosin "location_city" >}}.
## Foto

View file

@ -17,6 +17,7 @@ date_day_name_end = "Sonntag"
location_known = true
location_name_preposition = "PrepositionLocationF"
location_name = "Villa Ritter"
location_url = "http://www.villa-ritter.ch/"
location_city = "Biel"

View file

@ -11,3 +11,7 @@ other = "Sonntag"
[Biel]
other = "Biel"
[PrepositionLocationF]
other = "in der"

View file

@ -11,3 +11,7 @@ other = "Sunday"
[Biel]
other = "Biel"
[PrepositionLocationF]
other = "at the"

View file

@ -11,3 +11,7 @@ other = "dimanche"
[Biel]
other = "Bienne"
[PrepositionLocationF]
other = "à la"

View file

@ -11,3 +11,7 @@ other = "domenica"
[Biel]
other = "Bienna"
[PrepositionLocationF]
other = "nella"