Add -L argument for hongKongCantonese.xml
875a397c14 (commitcomment-43992197)
This commit is contained in:
parent
7399257f56
commit
79d7521f07
|
@ -3988,6 +3988,8 @@ generic_string NppParameters::getLocPathFromStr(const generic_string & localizat
|
|||
return TEXT("irish.xml");
|
||||
if (localizationCode == TEXT("sgs"))
|
||||
return TEXT("samogitian.xml");
|
||||
if (localizationCode == TEXT("yue"))
|
||||
return TEXT("hongKongCantonese.xml");
|
||||
|
||||
return generic_string();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue