我需要添加“ru”内容本地化。所以我改变了以下片段:
<localizations>
<localization language="ru" default="true"/>
</localizations>
Run Code Online (Sandbox Code Playgroud)
然后我运行了以下命令:
php bin/adminconsole sulu:document:initialize
Run Code Online (Sandbox Code Playgroud)
之后,我将config/templates/pages目录内所有 xml 文件中“lang”属性的所有值从“en”替换为“ru”。
但管理界面中的所有页面现在都有空标签。
我尝试将联系人权限选项卡中“系统语言”字段的值更改为“英语”。我还恢复了 config/templates/pages 目录中的所有 xml 文件(从“ru”到“en”)。这样就可以显示这些字段了。
那么如何在“系统语言”字段中添加俄语本地化来解决我的问题呢?