feat: backend russian locale

This commit is contained in:
Artemy Egorov
2025-01-26 12:31:53 +03:00
committed by mayswind
parent c94c455b8b
commit fd909023f9
2 changed files with 33 additions and 0 deletions
+3
View File
@@ -13,6 +13,9 @@ var AllLanguages = map[string]*LocaleInfo{
"en": {
Content: en,
},
"ru": {
Content: ru,
},
"es": {
Content: es,
},