mirror of
https://github.com/vrana/adminer.git
synced 2026-05-13 00:47:05 +02: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:
@@ -37,5 +37,6 @@ class AdminerPrettyJsonColumn extends Adminer\Plugin {
|
||||
'pl' => array('' => 'Ładnie drukuj wartości JSON w edycji'),
|
||||
'ro' => array('' => 'Afisare frumoasa a valorilor JSON în editare'),
|
||||
'ja' => array('' => '編集時に JSON 文字列を見易く表示'),
|
||||
'hr' => array('' => 'Lijepo prikazuje JSON vrijednosti u uređivanju'),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user