We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/src/applications/auth/engine/PhabricatorAuthSessionEngine.php
Line: 1126
按照如下方法修改:
// Switch to the user's translation. $user_translation = $user->getTranslation(); if(!$user->isLoggedIn()) { $user_translation = 'zh_Hans'; } PhabricatorEnv::setLocaleCode($user_translation);
tips: 需要先安装中文语言包
The text was updated successfully, but these errors were encountered:
管理员可以全局设置这个值吧?
Sorry, something went wrong.
没找到设置的地方,看了下这里是固定写的 然后就是读取用户的设置,需要每个用户自行设置
Sorry,是我看错啦,是 by person 的
domain.com/settings/builtin/global/ 可以管理员全局修改设置
UI路径:All Applications->搜Settings->右上角Create Global Defaults
c.f. https://secure.phabricator.com/T4103#178803
No branches or pull requests
/src/applications/auth/engine/PhabricatorAuthSessionEngine.php
Line: 1126
按照如下方法修改:
tips: 需要先安装中文语言包
The text was updated successfully, but these errors were encountered: