Commit Graph

4 Commits (f9a04a33f35b54d88779d8d0aaaadc5d22c8c5df)

Author SHA1 Message Date
Dean Herbert f99ff149fa Update translations from crowdin
Dean Herbert 21b0477c23 Update translations from crowdin
Dean Herbert e3cc7d2fd5 Update translations from crowdin
Bartłomiej Dach 6d15cc3e23
Fix localisation resx file casing
The .NET build toolchain expects that the dialect part of the language
tag in the filename of a resx file should be upper-cased. However, some
resx files with the dialect part were committed as fully lower-cased,
which causes compilation failures on filesystems/OSes on which filenames
are case-sensitive, which is primarily Linux.

Move the offending files so that they use the proper upper-cased suffix.