Backend spanish language

Sorry is my first pull 🤦‍♂️ i forgot to add Spanish in backend structure.
This commit is contained in:
MiGueL0n
2025-01-17 05:05:38 +01:00
committed by mayswind
parent 62623e6a23
commit 27fa5625be
2 changed files with 33 additions and 0 deletions
+3
View File
@@ -13,6 +13,9 @@ var AllLanguages = map[string]*LocaleInfo{
"en": {
Content: en,
},
"es": {
Content: es,
},
"vi": {
Content: vi,
},