[misc] fix minor MinGW warnings

* Also update localization to version 1.0.22
This commit is contained in:
Pete Batard 2017-07-17 16:02:47 +01:00
parent b4a2c06a2e
commit f01043feda
6 changed files with 38 additions and 14 deletions

View file

@ -1,7 +1,8 @@
# This sed script removes everything we don't need from rufus.loc, for embedding.
# remove comments (aggressively!)
s/#.*$//
# remove comments (but not so aggressively as to drop the end of MSG_298!)
s/^#.*$//
s/[ \t]#.*$//
# remove empty lines
/^$/d