mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
fix: Not load Vietnamese when select from menu (#229)
This commit is contained in:
parent
d4d5bd41c2
commit
0e8798cd90
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ var Dict map[string]pofile.Dict
|
|||
func init() {
|
||||
Dict = make(map[string]pofile.Dict)
|
||||
|
||||
langCode := []string{"zh_CN", "zh_TW", "ru_RU", "fr_FR", "es"}
|
||||
langCode := []string{"zh_CN", "zh_TW", "ru_RU", "fr_FR", "es", "vi_VN"}
|
||||
|
||||
for _, v := range langCode {
|
||||
handlePo(v)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue