mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 19:48:18 +08:00
fix: 国际化
This commit is contained in:
@@ -36,7 +36,6 @@ public class Translator {
|
||||
* 单Key翻译
|
||||
*/
|
||||
public static String get(String key) {
|
||||
System.out.println(LocaleContextHolder.getLocale());
|
||||
return messageSource.getMessage(key, null, key, LocaleContextHolder.getLocale());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user