Skip to content

Commit

Permalink
Fixed missing german and spanish for IR mods
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlendea committed Sep 14, 2022
1 parent a9bf8cb commit 48006ce
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 48006ce

Please sign in to comment.