mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-22 04:24:29 -04:00
service: ns, set: Add PT_BR (Brazilian Portuguese)
This commit is contained in:
@@ -31,6 +31,7 @@ enum class LanguageCode : u64 {
|
||||
ES_419 = 0x00003931342D7365,
|
||||
ZH_HANS = 0x00736E61482D687A,
|
||||
ZH_HANT = 0x00746E61482D687A,
|
||||
PT_BR = 0x00000052422D7470,
|
||||
};
|
||||
LanguageCode GetLanguageCodeFromIndex(std::size_t idx);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user