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

[FIX] French: Add missing __online__ var #18813

Merged
merged 1 commit into from
Sep 17, 2020
Merged
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: 1 addition & 1 deletion packages/rocketchat-i18n/i18n/fr.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -2551,7 +2551,7 @@
"Show_room_counter_on_sidebar": "Afficher le compteur du salon dans la barre latérale",
"Show_the_keyboard_shortcut_list": "Afficher la liste des raccourcis clavier",
"Showing_archived_results": "<p>Affichage de <b>%s</b> résultats archivés</p>",
"Showing_online_users": "<b>__total_showing__</b> utilisateur(s) affichés sur un total de __total__",
"Showing_online_users": "Affichage de <b>__total_showing__</b>, en ligne : __online__, total : __total__ utilisateurs",
"Showing_results": "<p><b>%s</b> résultat(s)</p>",
"Sidebar": "Barre latérale",
"Sidebar_list_mode": "Mode de liste de canaux de la barre latérale",
Expand Down