本地化修改

back_recharge
lvxinran 2021-02-27 06:43:48 +08:00
parent 4a09b99d48
commit d8ef8d9e64
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public class SErrorCodeEerverConfig implements BaseConfig {
if(value==null){
return "";
}
return MessageFormat.format(value.getvalue(), obj);
return MessageFormat.format(value.getvalue(), obj) + "|" + MessageFormat.format(value.getEnglishValue(), obj) +"|"+MessageFormat.format(value.getvNValue(), obj);
}
public static String getI18NMessageNeedConvert(String key,Object[] obj ,int[] convert){