Open CriysHot opened 3 years ago
您的问题解决了吗,我也需要汉化,不知道怎么搞
源码里面是根据操作系统的字符集来确认中英文的,docker我弄了不行,你把docker里面的文件复制出来,服务器字符集换成utf-8 cn就行 ------------------ 原始邮件 ------------------ @.> 发送时间: 2021年7月15日(星期四) 下午5:57 @.>; @.**@.>; 主题: Re: [HiromuHota/pentaho-kettle] how to change the language? (#233)
ENV CATALINA_OPTS="-Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true" ENV JAVA_OPTS="-Duser.language=zh -Duser.region=CN -Dfile.encoding=UTF-8"
Set env for tomcat and it should work.
服务器执行export LANG=zh_CN.UTF-8,再重新tomcat就行。
docker安装时,把/home/kdroot/kettle/setenv.sh映射到物理机。然后更改内部内容为:
CLASSPATH=/usr/local/tomcat/lib/webspoon-security-9.0.0.0-423-22.jar CATALINA_OPTS="-Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true" JAVA_OPTS="-Duser.language=zh -Duser.region=CN -Dfile.encoding=UTF-8"
(第一行不变,增加下面两行)
重启docker
how to change the language? i want to use chinese.