feat: 自定义外部国际化文件

This commit is contained in:
fit2cloud-chenyw
2024-12-24 14:44:39 +08:00
committed by ulleo
parent 57853fd89c
commit 2fe2e67a80
11 changed files with 107 additions and 24 deletions

View File

@@ -62,4 +62,7 @@ public interface SysParameterApi {
@Operation(summary = "查询分享设置")
ShareBaseVO shareBase();
@GetMapping("/i18nOptions")
@Operation(summary = "查询自定义国际化选项")
Map<String, String> i18nOptions();
}