projects
/
kivitendo-erp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
special_chars: ø, Ø und λ ergänzt
[kivitendo-erp.git]
/
SL
/
DB
/
Translation.pm
1
package SL::DB::Translation;
2
3
use strict;
4
5
use SL::DB::MetaSetup::Translation;
6
use SL::DB::Helper::AttrHTML;
7
8
__PACKAGE__->meta->initialize;
9
10
__PACKAGE__->meta->make_manager_class;
11
12
__PACKAGE__->attr_html('longdescription');
13
14
1;