Skip to content

Commit e698268

Browse files
authored
fix: Missing translation keys for fipValidity (#825)
1 parent 0b9f49e commit e698268

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

i18n/de.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ fipValidity:
6868
auch 75%. Um herauszufinden, wie hoch dein Rabatt ist, wähle zunächst den
6969
Aussteller deines FIP Ausweises aus. Einen Überblick aller Rabatte erhälst
7070
du [hier](/fip-validity).
71+
general: Übergreifendes
7172
issuer: Aussteller des FIP Ausweises
7273
national-discountsHeading: Nationale Vergünstigungen (kein FIP)
7374
national-discountsMissingInfo: >-
@@ -88,7 +89,6 @@ fipValidity:
8889
footer-love:
8990
aria-label: Made with love in Europe
9091
text: Made with ♥️ in Europe
91-
general: Übergreifendes
9292
highlight:
9393
confusion: Verwechslungsgefahr
9494
important: Wichtige Information

i18n/en.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ fipValidity:
6565
or FIP75. The discount is usually 50 %, sometimes 75 %. To find out what
6666
discount applies to you, first select the issuer of your FIP Card. You can
6767
find an overview of all discounts [here](/fip-validity).
68+
general: General
6869
issuer: FIP Card Issuer
6970
national-discountsHeading: National Discounts (Non-FIP)
7071
national-discountsMissingInfo: >-
@@ -80,12 +81,11 @@ fipValidity:
8081
taxationHeading: Taxation
8182
taxationMissingInfo: We currently do not have information on taxation.
8283
unknown: Unknown
83-
validity: validity
84+
validity: Validity
8485
widows: Widows, Widowers and Orphans
8586
footer-love:
8687
aria-label: Made with love in Europe
8788
text: Made with ♥️ in Europe
88-
general: general
8989
highlight:
9090
confusion: Risk of Confusion
9191
important: Important Information

i18n/fr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ country:
3939
many: pays
4040
one: pays
4141
other: pays
42-
countryselection: Choisir un pays
4342
dialog:
4443
close: Fermer
4544
open: Ouvre le dialogue
@@ -69,6 +68,7 @@ fipValidity:
6968
habituellement de 50 %, parfois de 75 %. Pour savoir quelle réduction
7069
s'applique à votre cas, sélectionnez d'abord l'émetteur de votre Carte FIP.
7170
Vous trouverez un aperçu de toutes les réductions [ici](/fip-validity).
71+
general: Général
7272
issuer: Émetteur de la carte FIP
7373
national-discountsHeading: Réductions nationales (non-FIP)
7474
national-discountsMissingInfo: >-
@@ -86,7 +86,7 @@ fipValidity:
8686
taxationHeading: Imposition
8787
taxationMissingInfo: Nous ne disposons actuellement d’aucune information sur l’imposition.
8888
unknown: Inconnu
89-
validity: validité
89+
validity: Validité
9090
widows: Veuves, veufs et orphelins
9191
footer-love:
9292
aria-label: Fait avec amour en Europe

layouts/partials/fip-validity/comparison.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</div>
1919

2020
<div class="o-fip-validity__wrapper">
21-
<h2 id="general">{{ T "general" }}</h2>
21+
<h2 id="general">{{ T "fipValidity.general" }}</h2>
2222
<p data-fip-select-first>{{ T "fipValidity.selectIssuerFirst" }}</p>
2323

2424
{{- range $entryKey := slice "card-validity" "taxation" "national-discounts" -}}

0 commit comments

Comments
 (0)