array( 'i18nTestModule.ENTITY' => 'i18nTestModule.ENTITY OtherCustomAdapter (' . $locale . ')', ) ); } public function toString() { return 'i18nTest_OtherCustomTranslatorAdapter'; } public function getFilenameForLocale($locale) { return false; // not file based } }