在正常情况下,Nextcloud 会自动检测 Web-GUI 的语言。如果这无法正常工作,需要在 config/config.php 设置默认语言。同理,可设置默认区域。
以下是官方链接:
Transifex language codes
https://explore.transifex.com/languages/地区缩写代码:
the list of MomentJS supported locales
https://github.com/moment/moment/tree/2.18.1/locale在config.php 文件中应该添加的代码如下:
"default_language" => "zh_CN",
"default_locale" => "zh-cn",
8893

被折叠的 条评论
为什么被折叠?



