hi, Chinese localization set the OOD_LOCALE environment .
Dashboard is Chinese localization, job composer is not Chinese localization,What is the reason?
oodemand is 2.0
/etc/ood/config/nginx_stage.yml
pun_custom_env:
OOD_LOCALE: "zh-CN"
hi, Chinese localization set the OOD_LOCALE environment .
Dashboard is Chinese localization, job composer is not Chinese localization,What is the reason?
oodemand is 2.0
/etc/ood/config/nginx_stage.yml
pun_custom_env:
OOD_LOCALE: "zh-CN"
you can update your code directly.
ondemand/configuration_singleton.rb at master · OSC/ondemand · GitHub +301
upate en
to zh-CN
and restart your httpd service
good, thanks. Not updated for now。