modify language order

This commit is contained in:
MaysWind
2025-06-22 17:54:19 +08:00
parent 468a4b1bac
commit a7554d884f
2 changed files with 9 additions and 10 deletions
+3 -3
View File
@@ -21,6 +21,9 @@ var AllLanguages = map[string]*LocaleInfo{
"ja": {
Content: ja,
},
"pt-BR": {
Content: ptBR,
},
"ru": {
Content: ru,
},
@@ -36,7 +39,4 @@ var AllLanguages = map[string]*LocaleInfo{
"zh-Hant": {
Content: zhHant,
},
"pt-BR": {
Content: ptBR,
},
}