projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
progressbar fix for elements/ exclusion, RT#38752
[freeside.git]
/
FS
/
FS
/
L10N.pm
1
package FS::L10N;
2
use base qw(Locale::Maketext);
3
4
our %Lexicon = ( _AUTO=>1 );
5
6
1;