diff --git a/module/dev/view/langitem.html.php b/module/dev/view/langitem.html.php index 31a97ec3d3..b0eb9445b9 100644 --- a/module/dev/view/langitem.html.php +++ b/module/dev/view/langitem.html.php @@ -68,13 +68,14 @@ $defaultValue = str_replace($commonKey, '', $defaultValue); $defaultValueBox = str_replace($commonKey, "{$commonLang}", $defaultValueBox); $originalLang = str_replace($commonKey, $commonLang, $originalLang); + if(!$isCurrentLang) $currentLangs[$langKey] = $originalLang; } } $defaultValueBox = str_replace($defaultValue, '%s', $defaultValueBox); ?>