Closed hzulla closed 9 years ago
2nd commit might also fix KanoComputing/kano-burners#29
Well, one should use LC_ALL, not LANG, so here it is.
@alex5imon requesting review. Thanks.
@hzulla This looks good. We are currently testing https://github.com/KanoComputing/kano-burners/pull/36 which we think will fix critical issue https://github.com/KanoComputing/kano-burners/issues/32 so that is the priority right now; it is a very large PR and merging this now might cause some awkward conflicts so do you mind if we put this one on hold until that is finalised?
No, not at all. Thanks.
In response to @alex5imon 's mail:
The GUI isn't translated in this patch. However, the LC_ALL is still necessairy, as kano-burners will parse the output of parted
from the command line and will fail when the response is in locale-aware format. (Or in other words, without the added LC_ALL, kano-burners doesn't work on my Ubuntu desktop with German locale.)
I have merged this in to our development branch. Thanks very much for these @hzulla !
This might fix KanoComputing/kano-burners#28