You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first link returns the error page since there isn't an automatic redirection.
Expected behavior
The custom UUID url created by the panel shouldn't include the language code.
Now it's impossible to properly use translatable Custom language variables (for code clarity and a possible future translation).
To reproduce
Setup the Kirby CMS starterkit
Set translate: false inside config.php
config.php
translate: false
Create one language file inside the languages folder i.e. nl.php
Description
Automatically created UUIID links via the panel (for example: via a writer field), include the language code even though translate is set to false.
i.e.:
http://example.test/nl/@/page/4lkRfJqwiTFyVLVr
instead of
http://example.test/@/page/4lkRfJqwiTFyVLVr
The first link returns the error page since there isn't an automatic redirection.
Expected behavior
The custom UUID url created by the panel shouldn't include the language code.
Now it's impossible to properly use translatable Custom language variables (for code clarity and a possible future translation).
To reproduce
translate: false
insideconfig.php
config.php
languages
folder i.e.nl.php
languages/nl.php
Kirby CMS
The text was updated successfully, but these errors were encountered: