Changed: DB Params

This commit is contained in:
2025-03-20 12:35:13 +01:00
parent 8640a12439
commit b71b3d12ca
822 changed files with 134218 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
de:
hello: Hallo
select_language: Sprache auswählen

View File

@@ -0,0 +1,3 @@
en:
hello: "Hello"
select_language: "Select Language"

View File

@@ -0,0 +1,9 @@
package locales
import "embed"
//go:embed en
//go:embed de
//go:embed zh-cn
var Content embed.FS

View File

@@ -0,0 +1,3 @@
zh-cn:
hello: "你好"
select_language: "选择语言"