提交 ff235161 authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 4b83637b
......@@ -400,7 +400,7 @@ public class PrepareTranslation {
String key = (String) it.next();
String m = base.getProperty(key);
String t = p.getProperty(key);
if(!t.startsWith("#")) {
if(t != null && !t.startsWith("#")) {
oldTranslations.setProperty(m, t);
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论