コード例 #1
0
ファイル: ModuleBase.php プロジェクト: agentmedia/phine-core
 /**
  * Reads the translation files
  */
 function ReadTranslations()
 {
     $lang = PhpTranslator::Singleton()->GetLanguage();
     \RequireOnceIfExists(PathUtil::BundleTranslationsFile($this, $lang));
     \RequireOnceIfExists(PathUtil::ModuleTranslationsFile($this, $lang));
 }