예제 #1
0
파일: Bundle.php 프로젝트: corneltek/phifty
 public function saveTranslation($locale, $dict)
 {
     $file = $this->getTranslationDir() . DIRECTORY_SEPARATOR . $locale . '.yml';
     return ConfigCompiler::write_yaml($file, $dict);
 }