From 83053569b3d965924e2e1d4f5b199609ec7c29af Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 11 May 2011 16:20:13 +0000 Subject: i18n, RT#12515 --- FS/FS/L10N.pm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 FS/FS/L10N.pm (limited to 'FS/FS/L10N.pm') diff --git a/FS/FS/L10N.pm b/FS/FS/L10N.pm new file mode 100644 index 0000000..c48261f --- /dev/null +++ b/FS/FS/L10N.pm @@ -0,0 +1,6 @@ +package FS::L10N; +use base qw(Locale::Maketext); + +our %Lexicon = ( _AUTO=>1 ); + +1; -- cgit v1.1