X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=run%2Fdvdomatic;h=147c001cdf3c8fc8e4be4fe0ff8f8f2b0d65e35f;hb=c51af5046c1d9e0175fcc22bd8484adfc3e07642;hp=ff38970646e168179858fa04977c8a2cf0ce3bfa;hpb=dedac27070ac5ad65265a0db1fa316b3e436cea7;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