summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-03 14:34:51 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-03 14:34:51 +0000
commit9cd35f2f7a2828976558468664feaa2ae5ef9b16 (patch)
treee1addae682fb39048ce2342b177a7cf67f1a48f9 /run
parent82f6c0c0b2f1751160cf4b8a63ff34bd0319db89 (diff)
New de_DE translation from Markus Raab
Diffstat (limited to 'run')
-rwxr-xr-xrun/dcpomatic2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/dcpomatic b/run/dcpomatic
index 255417b3f..74181fcf8 100755
--- a/run/dcpomatic
+++ b/run/dcpomatic
@@ -12,7 +12,7 @@ elif [ "$1" == "--callgrind" ]; then
valgrind --tool="callgrind" build/src/tools/dcpomatic $*
elif [ "$1" == "--i18n" ]; then
shift
- LANGUAGE=sv_SE.UTF8 LANG=sv_SE.UTF8 LC_ALL=sv_SE.UTF8 build/src/tools/dcpomatic "$*"
+ LANGUAGE=de_DE.UTF8 LANG=de_DE.UTF8 LC_ALL=de_DE.UTF8 build/src/tools/dcpomatic "$*"
elif [ "$1" == "--perf" ]; then
shift
perf record build/src/tools/dcpomatic $*