forked from PretendoNetwork/Inkay
fix: swap Italian and Spanish option on plugin settings
This commit is contained in:
parent
d08482ae5d
commit
a25a09cede
2 changed files with 4 additions and 3 deletions
|
|
@ -3,6 +3,7 @@
|
|||
#include <string_view>
|
||||
|
||||
enum inkay_language {
|
||||
// Wii U System Languages
|
||||
Japanese = 0,
|
||||
English,
|
||||
French,
|
||||
|
|
@ -16,7 +17,7 @@ enum inkay_language {
|
|||
Russian,
|
||||
TraditionalChinese,
|
||||
Invalid,
|
||||
// custom ones
|
||||
// Custom Languages
|
||||
System,
|
||||
EnUwU,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue