mirror of
https://github.com/vrana/adminer.git
synced 2026-03-25 05:50:04 +01:00
Add Croatian (hr) translation
Add complete Croatian translation for Adminer, including all strings in adminer/lang/hr.inc.php, plural forms support in lang.inc.php, and Croatian descriptions and translations for all plugins.
This commit is contained in:
@@ -52,5 +52,6 @@ class AdminerJsonColumn extends Adminer\Plugin {
|
||||
'pl' => array('' => 'Wyświetl wartości JSON jako tabelę w edycji'),
|
||||
'ro' => array('' => 'Afișează valorile JSON sub formă de tabel în editare'),
|
||||
'ja' => array('' => 'JSON 値をテーブルとして編集画面に表示'),
|
||||
'hr' => array('' => 'Prikazuje JSON vrijednosti kao tablicu u uređivanju'),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user