2011-04-10 21:53:26 +00:00

10 lines
141 B
PHP

<?php
class i18nOtherModule extends Object {
function mymethod() {
_t(
'i18nOtherModule.ENTITY',
'Other Module Entity'
);
}
}
?>