fix: language change

This commit is contained in:
2025-01-03 11:26:56 +03:00
parent 58edfa01a2
commit 162e6c1934
3 changed files with 8 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
package utils
var isoCodes = map[string]bool{
"eng": true, // English
"swa": true, // Swahili
"eng": true, // English
"swa": true, // Swahili
"default": true, // Default language: English
}
func IsValidISO639(code string) bool {