From 04f6bf6f52197e3ad62e8805593afb80cf0ef82c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 21 Jul 2012 21:18:19 +0000 Subject: remove translation hack, which for some reason is not needed for ardour 2.X git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13065 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/linux_packaging/ardour.sh.in | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/tools/linux_packaging/ardour.sh.in b/tools/linux_packaging/ardour.sh.in index 7b3f51dbec..51b27054a3 100644 --- a/tools/linux_packaging/ardour.sh.in +++ b/tools/linux_packaging/ardour.sh.in @@ -50,23 +50,6 @@ export LD_LIBRARY_PATH=$INSTALL_DIR/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} sed "s?@ROOTDIR@/modules?$LIB_DIR/modules?" < $ETC_DIR/pango.modules.in > $USER_ARDOUR_DIR/pango.modules sed "s?@ROOTDIR@/loaders?$LIB_DIR/loaders?" < $ETC_DIR/gdk-pixbuf.loaders.in > $USER_ARDOUR_DIR/gdk-pixbuf.loaders - -# Hack to fix i18n issue where the grid button gets translated even when translations are disabled. - -if [ ! -e $USER_ARDOUR_DIR/.love_is_the_language_of_audio ]; then - # Translations are disabled. Force english, except for numerics and time/date - if [ x$LANG != x ] ; then - if [ x$LC_NUMERIC = x ] ; then - export LC_NUMERIC=$LANG - fi - if [ x$LC_TIME = x ] ; then - export LC_TIME=$LANG - fi - fi - export LANG=C -fi - - if [ "T" = "$DEBUG" ]; then export ARDOUR_INSIDE_GDB=1 exec gdb $INSTALL_DIR/bin/ardour-%VER% -- cgit v1.2.3