fixed bug
This commit is contained in:
parent
3df5b62a13
commit
126d29313e
@ -92,7 +92,7 @@ static class Localisation
|
||||
{
|
||||
foreach (var file in Directory.GetFiles(loc_dir))
|
||||
{
|
||||
if(file.EndsWith("l_russian.yml") || file.EndsWith("l_enghish.yml"))
|
||||
if(file.EndsWith("l_russian.yml") || file.EndsWith("l_english.yml"))
|
||||
{
|
||||
// Log("w",$"skipped {file}");
|
||||
continue;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user