Update ja_JP translation (pull-request #777) and sync all locales
This commit is contained in:
committed by
Frederic Guillot
parent
4325679a70
commit
7d1c84699a
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user