mirror of
https://github.com/dataease/dataease.git
synced 2026-05-21 04:08:10 +08:00
feat: 自定义外部国际化文件
This commit is contained in:
@@ -62,4 +62,7 @@ public interface SysParameterApi {
|
||||
@Operation(summary = "查询分享设置")
|
||||
ShareBaseVO shareBase();
|
||||
|
||||
@GetMapping("/i18nOptions")
|
||||
@Operation(summary = "查询自定义国际化选项")
|
||||
Map<String, String> i18nOptions();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user