i18n, RT#12515
[freeside.git] / FS / FS / L10N.pm
diff --git a/FS/FS/L10N.pm b/FS/FS/L10N.pm
new file mode 100644 (file)
index 0000000..c48261f
--- /dev/null
@@ -0,0 +1,6 @@
+package FS::L10N;
+use base qw(Locale::Maketext);
+
+our %Lexicon = ( _AUTO=>1 );
+
+1;