X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=run%2Fdvdomatic;h=147c001cdf3c8fc8e4be4fe0ff8f8f2b0d65e35f;hb=a25cdee1b5b9deaa4414c7f1ddac3f55c03227c1;hp=ff38970646e168179858fa04977c8a2cf0ce3bfa;hpb=8787bdd5b49150a46ca9ed554c06fd7caca98cce;p=dcpomatic.git diff --git a/run/dvdomatic b/run/dvdomatic index ff3897064..147c001cd 100755 --- a/run/dvdomatic +++ b/run/dvdomatic @@ -7,6 +7,9 @@ if [ "$1" == "--debug" ]; then elif [ "$1" == "--valgrind" ]; then shift valgrind --tool="memcheck" build/src/tools/dvdomatic $* +elif [ "$1" == "--i18n" ]; then + shift + LANGUAGE=fr_FR.UTF8 LANG=fr_FR.UTF8 build/src/tools/dvdomatic "$*" else build/src/tools/dvdomatic "$*" fi