mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-22 03:09:15 +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"))
|
else if(strcasestr(langpath, "korean"))
|
||||||
return "KO";
|
return "KO";
|
||||||
|
|
||||||
|
else if(strcasestr(langpath, "portuguese_pt"))
|
||||||
|
return "PT";
|
||||||
|
|
||||||
|
else if(strcasestr(langpath, "russian"))
|
||||||
|
return "RU";
|
||||||
|
|
||||||
return "EN";
|
return "EN";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user