Skip to content

Commit

Permalink
Changed phrases to reflect the new added languages.
Browse files Browse the repository at this point in the history
  • Loading branch information
atousignant committed Oct 28, 2023
1 parent 8bf9498 commit acfc918
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,24 @@ export const InformationTextTranslations = createTranslation<Translations>(
"These translations depend on the language of your browser.",
SecondLine: () =>
"If you change the language of your browser, the translations will change too.",
ThirdLine: () => "In this example only German and English are supported.",
ThirdLine: () =>
"In this example only German, English and French are supported.",
},
de: {
FirstLine: () =>
"Diese Übersetzungen hängen von der Sprache deines Browsers ab.",
SecondLine: () =>
"Wenn du die Sprache deines Browsers änderst, ändern sich auch die Übersetzungen.",
ThirdLine: () =>
"In diesem Beispiel wird nur Deutsch und Englisch unterstützt.",
"In diesem Beispiel wird nur Deutsch, Englisch und Französich unterstützt.",
},
fr: {
FirstLine: () =>
"Ces traductions dépendent de la langue de votre navigateur.",
SecondLine: () =>
"Si vous changez la langue de votre navigateur, les traductions changeront également.",
ThirdLine: () =>
"Dans cet exemple, seuls l'allemand et l'anglais sont pris en charge.",
"Dans cet exemple, seuls l'allemand, l'anglais et le francais sont pris en charge.",
},
}),
);

0 comments on commit acfc918

Please sign in to comment.