diff options
Diffstat (limited to 'lib/Travelynx/Helper/Locales.pm')
-rw-r--r-- | lib/Travelynx/Helper/Locales.pm | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/lib/Travelynx/Helper/Locales.pm b/lib/Travelynx/Helper/Locales.pm index 3781bcd..d5ccb71 100644 --- a/lib/Travelynx/Helper/Locales.pm +++ b/lib/Travelynx/Helper/Locales.pm @@ -3,11 +3,17 @@ package Travelynx::Helper::Locales; use strict; use warnings; +#BEGIN { package Locale::Maketext; sub DEBUG() {1} }; +#BEGIN { package Locale::Maketext::Guts; sub DEBUG() {1} }; + use base qw(Locale::Maketext); -our %Lexicon = ( - _AUTO => 1, -); +# Uncomment this to show raw strings for untranslated content rather than +# falling back to German. + +#our %Lexicon = ( +# _AUTO => 1, +#); use Locale::Maketext::Lexicon { _decode => 1, |