mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-10 01:34:58 +03:00
align the code and update some translations
*align the code to have same amout of space *update some translation to latest version
This commit is contained in:
@ -1220,7 +1220,7 @@ UINT SwGetLangIcon(char *name)
|
||||
{
|
||||
ret = ICO_LANG_CHINESE;
|
||||
}
|
||||
else if (StrCmpi(name, "tw") == 0)
|
||||
else if (StrCmpi(name, "tw") == 0)
|
||||
{
|
||||
ret = ICO_LANG_TRADITIONAL_CHINESE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user