diff options
Diffstat (limited to 'perl-install/share/theme-editor.pl')
-rwxr-xr-x | perl-install/share/theme-editor.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/share/theme-editor.pl b/perl-install/share/theme-editor.pl index f3b8bd5ae..fb505bca9 100755 --- a/perl-install/share/theme-editor.pl +++ b/perl-install/share/theme-editor.pl @@ -23,6 +23,10 @@ use lib qw(/usr/lib/libDrakX); use my_gtk qw(:helpers :wrappers); use common; +#- languages that can't be displayed with gtk1, so we unset translations +#- for them until this tool is ported to gtk2 +if ($ENV{LANGUAGE} =~ /\b(ar|he|hi|ta)/) { $ENV{LANGUAGE} = "C" }; + init Gtk; if ("@ARGV" =~ /-h/) { |