2 Commits (2110801feb231ef29a6a4fad101d7eed8b1b5548)

Author SHA1 Message Date
Dean Herbert bda78ab056 Update translations from crowdin 4 years ago
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.
4 years ago