diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-01 17:10:48 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-01 17:10:48 +0000 |
| commit | cbc6c5863ec336f0843a87a71e9d7a25a5e59286 (patch) | |
| tree | 864a28dcf0333cfabe452f393ba6a03febd9f95d /run | |
| parent | 3940c9ceea90f99d18792bb9ea6074ca65d7fed9 (diff) | |
Hopefully fix up gettext in both libdvdomatic and the wx code.
Diffstat (limited to 'run')
| -rwxr-xr-x | run/dvdomatic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run/dvdomatic b/run/dvdomatic index 31fd09fb9..147c001cd 100755 --- a/run/dvdomatic +++ b/run/dvdomatic @@ -9,7 +9,7 @@ elif [ "$1" == "--valgrind" ]; then valgrind --tool="memcheck" build/src/tools/dvdomatic $* elif [ "$1" == "--i18n" ]; then shift - LANG=fr_FR.UTF8 build/src/tools/dvdomatic "$*" + LANGUAGE=fr_FR.UTF8 LANG=fr_FR.UTF8 build/src/tools/dvdomatic "$*" else build/src/tools/dvdomatic "$*" fi |
