Update ja_JP translation (pull-request #777) and sync all locales

This commit is contained in:
Yuichi Murata
2015-04-06 09:45:59 +09:00
committed by Frederic Guillot
parent 4325679a70
commit 7d1c84699a
7 changed files with 314 additions and 314 deletions

View File

@@ -15,7 +15,7 @@ function update_missing_locales(array $reference, $outdated_file)
foreach ($reference as $key => $value) {
if (isset($outdated[$key])) {
if (! empty($outdated[$key])) {
//$output .= " '".str_replace("'", "\'", $key)."' => '".str_replace("'", "\'", $value)."',\n";
$output .= " '".str_replace("'", "\'", $key)."' => '".str_replace("'", "\'", $outdated[$key])."',\n";
}