本地化修改
parent
4a09b99d48
commit
d8ef8d9e64
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Reference in New Issue