Skip to content

Commit

Permalink
Merge pull request #64 from hmlendea/ir_fix
Browse files Browse the repository at this point in the history
Fixed missing german and spanish for IR mods
  • Loading branch information
hmlendea authored Sep 14, 2022
2 parents a9bf8cb + 48006ce commit 822357f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ void CreateLocalisationFiles(string localisationDirectoryPath)
string content = GenerateLocalisationFileContent();

Parallel.ForEach(
new List<string>{ "english", "french" },
new List<string>{ "english", "french", "german", "spanish" },
fileLanguage => CreateLocalisationFile(localisationDirectoryPath, fileLanguage, content));
}

Expand Down

0 comments on commit 822357f

Please sign in to comment.