silverstripe-framework/tests/php/i18n/i18nTest/_fakewebroot/i18nothermodule/code/i18nOtherModule.php

13 lines
171 B
PHP

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