diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-23 00:33:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-23 00:33:39 +0100 |
| commit | d39f977bdb551dfc56550c57d2dde770e24ecb78 (patch) | |
| tree | 4b4d9fc7afd84538ee9e638e4acc2edcf4ecc3ef | |
| parent | bdf36a93d40e45a0fb86855d1c20937887fe8589 (diff) | |
Use fr_FR for test i18n language.
| -rwxr-xr-x | run/dcpomatic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run/dcpomatic b/run/dcpomatic index 38e5b82ab..f7af91814 100755 --- a/run/dcpomatic +++ b/run/dcpomatic @@ -95,7 +95,7 @@ else valgrind --tool="massif" build/src/tools/dcpomatic $* elif [ "$1" == "--i18n" ]; then shift - LANGUAGE=de_DE.UTF8 LANG=de_DE.UTF8 LC_ALL=de_DE.UTF8 build/src/tools/dcpomatic "$*" + LANGUAGE=fr_FR.UTF8 LANG=fr_FR.UTF8 LC_ALL=fr_FR.UTF8 build/src/tools/dcpomatic "$*" elif [ "$1" == "--perf" ]; then shift perf record build/src/tools/dcpomatic $* |
