1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-10 01:34:58 +03:00

Revert "Add Traditional Chinese language"

This reverts commit 450d073213.
This commit is contained in:
holoreimu
2015-05-20 00:09:51 +08:00
parent 450d073213
commit 4af19c46ff
13 changed files with 16 additions and 7477 deletions

View File

@ -1220,10 +1220,6 @@ UINT SwGetLangIcon(char *name)
{
ret = ICO_LANG_CHINESE;
}
else if (StrCmpi(name, "tw") == 0)
{
ret = ICO_LANG_TRADITIONAL_CHINESE;
}
return ret;
}