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
found the bug:
./runtime/template/screen-macro/ScreenHtmlMacros.ftl, line 18
${ec.resource.expand(.node["@Style"], "") ==> ${ec.resource.expandNoL10n(.node["@Style"], "")
same mistake also in file TestScreenHtmlmacros.ftl line 18
Using the moqui-org component, when the Login .xml screen is processed, will be localized, and eventually become
I defined:<moqui.basic.LocalizedMessage locale="zh_CN" original="Login" localized="登录" />
The text was updated successfully, but these errors were encountered: