10 lines
146 B
PHP
Raw Normal View History

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