Skip to content
Open
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
4 changes: 3 additions & 1 deletion docs/2-guides/3-i18n/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,9 @@ luxe_header.subtitle.ui.tooltip=Le sous-titre n'est affiché qu'avec certaines v

`field.ui.tooltip` supports basic HTML tags, such as `<strong>`. This also means you need to escape `<` and `>` as `&lt;` and `&gt;` if you want to display them as text.

![Edition interface in English](header_en.png) ![Edition interface in French](header_fr.png)
![Edition interface in English](header_en.png)

![Edition interface in French](header_fr.png)

:::info
Contrary to what these screenshots may suggest, the edition interface language and the edited content language are independent:
Expand Down