X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=run%2Fdcpomatic_kdm;h=b523f01c6452d453c5696b3a457e7cf5edf1e385;hp=59681f73307bdd5c2c9d49b6dfe3635e5d1d163e;hb=1cbccd1559bd1ab8abcb4ebd0438dbc609d8232f;hpb=47d83b296248119d04b9226fd51a67e2fd3faac5 diff --git a/run/dcpomatic_kdm b/run/dcpomatic_kdm index 59681f733..b523f01c6 100755 --- a/run/dcpomatic_kdm +++ b/run/dcpomatic_kdm @@ -17,7 +17,7 @@ elif [ "$1" == "--massif" ]; then valgrind --tool="massif" build/src/tools/dcpomatic2_kdm $* elif [ "$1" == "--i18n" ]; then shift - LANGUAGE=fr_FR.UTF8 LANG=fr_FR.UTF8 LC_ALL=fr_FR.UTF8 build/src/tools/dcpomatic2_kdm "$*" + LANGUAGE=ru_RU.UTF8 LANG=ru_RU.UTF8 LC_ALL=ru_RU.UTF8 build/src/tools/dcpomatic2_kdm $* elif [ "$1" == "--perf" ]; then shift perf record build/src/tools/dcpomatic2_kdm $*