mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 19:05:45 +00:00
ns: language: Add BrazilianPortuguese to ApplicationLanguage
It seems that Nintendo finally filled that last empty spot in ApplicationLanguage for a total of 16 supported languages.
This commit is contained in:
parent
9e335c73ef
commit
6616cd1b59
2 changed files with 26 additions and 1 deletions
|
@ -30,6 +30,7 @@ enum class ApplicationLanguage : u8 {
|
|||
Korean,
|
||||
TraditionalChinese,
|
||||
SimplifiedChinese,
|
||||
BrazilianPortuguese,
|
||||
Count
|
||||
};
|
||||
using ApplicationLanguagePriorityList =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue