1
0
mirror of https://github.com/IceWhaleTech/CasaOS.git synced 2025-07-15 23:54:17 +02:00

Apply multilingual support

This commit is contained in:
link
2022-01-26 18:50:34 +08:00
parent 26e5b18a5d
commit d060968b7a
15 changed files with 2346 additions and 217 deletions

View File

@ -35,7 +35,7 @@ func installSyncthing(appId string) {
m := model.CustomizationPostData{}
var dockerImage string
var dockerImageVersion string
appInfo = service.MyService.OAPI().GetServerAppInfo(appId, "system")
appInfo = service.MyService.OAPI().GetServerAppInfo(appId, "system", "us_en")
dockerImage = appInfo.Image
dockerImageVersion = appInfo.ImageVersion