mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-02-16 07:11:26 +03:00
feat(ui): list "Indonesia" wine language option
This commit is contained in:
parent
7f5ebc173b
commit
7726773105
1 changed files with 2 additions and 1 deletions
|
@ -212,7 +212,8 @@ impl SimpleAsyncComponent for EnhancementsApp {
|
||||||
"Español",
|
"Español",
|
||||||
"中国",
|
"中国",
|
||||||
"日本語",
|
"日本語",
|
||||||
"한국어"
|
"한국어",
|
||||||
|
"Indonesia"
|
||||||
]),
|
]),
|
||||||
|
|
||||||
set_selected: CONFIG.game.wine.language.ordinal() as u32,
|
set_selected: CONFIG.game.wine.language.ordinal() as u32,
|
||||||
|
|
Loading…
Add table
Reference in a new issue