Fixed language selection by adding English, leaving default as "<System>" language. Removed languages which don't have translations yet.

As side-effect, changed GameListCtrl sorting to use the configured IPL/GC language instead of the UI language, which is misleading with missing translations, and possibly wrong if we ever get translations that are not part of the GC ones.
In case we want the old behavior back, revert GameListCtrl.cpp and ISOProperties.cpp.

For translators: use either "<System>" if your operating system is the same language as the one you're translating for, or replace one of the others. Someone will add them to the list when they are committed.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6785 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
j4ck.fr0st
2011-01-08 15:05:59 +00:00
parent 5c725262ba
commit 7c121dadcb
9 changed files with 139 additions and 342 deletions

View File

@ -112,7 +112,6 @@ bool CBannerLoaderGC::GetName(std::string _rName[])
{
DVDBanner2* pBanner = (DVDBanner2*)m_pBannerFile;
// u32 languageID = SConfig::GetInstance().m_InterfaceLanguage;
for (int i = 0; i < 6; i++)
{
char tempBuffer[65] = {0};