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:19:22 +08:00
parent 4af19c46ff
commit b68ddee128
11 changed files with 7469 additions and 8 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;
}