Add missing system languages

Adds Portuguese (BR) which was introduced in firmware 4.00 alongside
with English (UK)
Adds Turkish which was introduced in firmware 4.30
This commit is contained in:
Ani 2017-03-07 15:18:45 +00:00 committed by Ivan
parent a168aa2df3
commit 7cdb5f3123
4 changed files with 9 additions and 4 deletions

View file

@ -88,6 +88,8 @@ cfg::map_entry<s32> g_cfg_sys_language(cfg::root.sys, "Language",
{ "Norwegian", CELL_SYSUTIL_LANG_NORWEGIAN },
{ "Polish", CELL_SYSUTIL_LANG_POLISH },
{ "English (UK)", CELL_SYSUTIL_LANG_ENGLISH_GB },
{ "Portuguese (BR)", CELL_SYSUTIL_LANG_PORTUGUESE_BR },
{ "Turkish", CELL_SYSUTIL_LANG_TURKISH },
});
// For test