mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-16 16:29:18 +01:00
Russian and Portuguese synopsis support
This commit is contained in:
parent
0bed750923
commit
d79ce271aa
@ -1573,6 +1573,12 @@ static inline const char * GetLangCode(const char * langpath)
|
||||
else if(strcasestr(langpath, "korean"))
|
||||
return "KO";
|
||||
|
||||
else if(strcasestr(langpath, "portuguese_pt"))
|
||||
return "PT";
|
||||
|
||||
else if(strcasestr(langpath, "russian"))
|
||||
return "RU";
|
||||
|
||||
return "EN";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user