Closed robotdan closed 1 month ago
The following copy in the themed page for consent cannot be translated by a simple theme because the English version is hard coded in the template.
<p><em>${application.name}</em> would like to:</p>
%s would like to:
would like to:
:
propertySeparator
Example in account/webauthn/add.ftl
account/webauthn/add.ftl
<strong>${theme.message("warning")}${theme.message("propertySeparator")}</strong>
This way the one building the localization doesn't have to find all separators in the copy, and instead can just update the single value in the message bundle.
1.51.1
= 1.50.0
What happened?
The following copy in the themed page for consent cannot be translated by a simple theme because the English version is hard coded in the template.
%s would like to:
would like to:
:
separate since we have separators already defined as a translatable value, seepropertySeparator
.Example in
account/webauthn/add.ftl
This way the one building the localization doesn't have to find all separators in the copy, and instead can just update the single value in the message bundle.
Version
1.51.1
Affects Versions