Closed rasteiner closed 2 years ago
The panel layout is broken when visiting it with an esperanto user profile.
Expected behavior It should not break.
Screenshots
/panel/account
Kirby Version : 3.6.2
Console output No console output
Your system (please complete the following information)
Additional context It seems like the direction variable was translated. In fact, in Esperanto the panel Dom reads like this:
<div data-role="admin" data-translation="eo" data-user="***" dir="demaldekstre" class="k-panel k-panel-inside" tabindex="0">...
Notice dir="demaldekstre" instead of dir="ltr"
dir="demaldekstre"
dir="ltr"
Should be fixed the translation.direction key from transifex for eo and ko languages.
translation.direction
eo
ko
I love your "Expected behaviour" description
I fixed it for both languages on transifex.
Description
The panel layout is broken when visiting it with an esperanto user profile.
Expected behavior
It should not break.
Screenshots
To reproduce
/panel/account
Your setup
Kirby Version : 3.6.2
Console output
No console output
Your system (please complete the following information)
Additional context
It seems like the direction variable was translated. In fact, in Esperanto the panel Dom reads like this:
Notice
dir="demaldekstre"
instead ofdir="ltr"