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

Add Traditional Chinese language

Add Traditional Chinese language
This commit is contained in:
holoreimu
2015-05-20 00:02:52 +08:00
parent 7785c41f38
commit 450d073213
13 changed files with 7477 additions and 16 deletions

View File

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