修改中英文

This commit is contained in:
gaosong
2023-11-26 14:28:01 +08:00
parent 5b4054bcef
commit c64aa2a678
@@ -1250,7 +1250,7 @@ public class WordUtil {
setBlank(text, run, sb, itemText);
}
if ("Usage".equals(fieldName)) {
String itemText = "Mandatory,Recommend,if fitted";
String itemText = "Mandatory,Recommend,Mandatory if fitted";
setBlank(text, run, sb, itemText);
}
}
@@ -1270,7 +1270,7 @@ public class WordUtil {
text = "Voluntary";
}
if (text.equals("installation is compliant")) {
text = "if fitted";
text = "Mandatory if fitted";
}
if (text.equals("Public Notice")) {
@@ -1395,7 +1395,7 @@ public class WordUtil {
case "Voluntary":
blank = "\r\n";
break;
case "if fitted":
case "Mandatory if fitted":
blank = "";
break;
case "Publicity":