source:
ubiquity/trunk/fuentes/debian/patches/locale.patch
Last change on this file was 1482, checked in by , 5 years ago | |
---|---|
File size: 441 bytes |
Rev | Line | |
---|---|---|
[1482] | 1 | diff -Nuar "$1" "$2" |
2 | --- ubiquity.orig/ubiquity/frontend/base.py 2016-05-11 14:58:57.611808386 +0200 | |
3 | +++ ubiquity/ubiquity/frontend/base.py 2016-05-12 08:54:40.573433798 +0200 | |
4 | @@ -101,7 +101,7 @@ | |
[1056] | 5 | self.dbfilter_status = None |
6 | self.resize_choice = None | |
7 | self.manual_choice = None | |
8 | - self.locale = None | |
9 | + self.locale = os.environ['LANG'] | |
10 | self.wget_retcode = None | |
11 | self.wget_proc = None | |
12 |
Note: See TracBrowser
for help on using the repository browser.