Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n/fr: fix missing French translation #895

Merged
merged 1 commit into from
Jun 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/app/locales/fr/components.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
channel-button:
title: "Suivre {name}"
channel-item:
no-status: Pas de description de chaîne
documentation-link:
title: Lire la documentation en ligne
drop-down-selection:
Expand Down
11 changes: 11 additions & 0 deletions src/app/locales/fr/languages.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
ar: Arabe
asl: Langue des signes américaine
bg: Bulgare
ca: Catalan
cs: Tchèque
da: Danois
de: Allemand
Expand All @@ -11,21 +13,30 @@ es: Espagnol
es-mx: Méxicain
fi: Finnois
fr: Français
hi: Hindi
hu: Hongrois
# special uppercase language code
ID: Indonésien
it: Italien
ja: Japonais
ko: Coréen
ms: Malais
nl: Néérlandais
no: Norvégien
other: "\"Autre\""
pl: Polonais
pt: Portugais
pt-br: Brésilien
ro: Roumain
ru: Russe
sk: Slovaque
sv: Suédois
tl: Tagalog
th: Thaï
tr: Turque
uk: Ukrainien
vi: Vietnamien
zh: Chinois
zh-cn: Chinois Simplifié
zh-hk: Cantonais
zh-tw: Chinois Traditionnel
1 change: 1 addition & 0 deletions src/app/locales/fr/routes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ channel:
teams: Équipes
settings: Paramètres
offline: est hors ligne actuellement
no-status: Pas de description de chaîne
details:
header: Statistiques de la chaîne
name:
Expand Down