[GH-ISSUE #4675] [FR] "toggle" cannot be translated 'as is' to French #2095

Closed
opened 2026-03-23 21:19:41 +00:00 by mirror · 1 comment
Owner

Originally created by @ghost on GitHub (Feb 18, 2024).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/4675

Description

The translation of toggle in French is basculer. However, in IT context, we don't really use this verb.
It is used in AppFlowy for Toggle Lists. When we toggle a list, in french, we rather use plier (fold) and déplier (unfold).

Is it possible to have 2 translation keys instead of only editor.toggleListShortForm? For instance:

  • editor.foldListShortForm
  • editor.unfoldListShortForm

Impact

Improve the readability for Toggle Lists

Additional Context

Fold and Unfold are often used in files explorers for directories and are, IMHO, more appropriate in the context of a list which can be folded 😉, while Toggle is more appropriate for switch buttons (which often replace checkboxes in modern UI).

Originally created by @ghost on GitHub (Feb 18, 2024). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/4675 ### Description The translation of `toggle` in French is `basculer`. However, in IT context, we don't really use this verb. It is used in AppFlowy for Toggle Lists. When we toggle a list, in french, we rather use `plier` (fold) and `déplier` (unfold). Is it possible to have 2 translation keys instead of only `editor.toggleListShortForm`? For instance: * `editor.foldListShortForm` * `editor.unfoldListShortForm` ### Impact Improve the readability for Toggle Lists ### Additional Context Fold and Unfold are often used in files explorers for directories and are, IMHO, more appropriate in the context of a list which can be folded :wink:, while `Toggle` is more appropriate for switch buttons (which often replace checkboxes in modern UI).
Author
Owner

@ghost commented on GitHub (Feb 19, 2024):

Nevermind... I've installed the Android app and found out where "toggle" was used... I should have paid closer attention... Therefore my last PR is incomplete...

<!-- gh-comment-id:1952124678 --> @ghost commented on GitHub (Feb 19, 2024): Nevermind... I've installed the Android app and found out where "toggle" was used... I should have paid closer attention... Therefore my last PR is incomplete...
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#2095
No description provided.