5 use base qw
/ DB::Object::I18N::Translation /;
7 __PACKAGE__
->meta->setup(
20 primary_key_columns
=> [ 'i18nid' ],
25 key_columns
=> { user_id
=> 'id' },
26 rel_type
=> 'one to one',
37 This library is free software, you can redistribute it and/or modify
38 it under the same terms as Perl itself.