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:
Nikola
2026-03-03 19:04:47 +01:00
committed by Jakub Vrana
parent 318e304c7e
commit 3d882578df
53 changed files with 456 additions and 1 deletions

View File

@@ -33,5 +33,6 @@ class AdminerTableIndexesStructure extends Adminer\Plugin {
'pl' => array('' => 'Rozszerzona tabela wyników struktury indeksów'),
'ro' => array('' => 'Ieșirea expandată a structurii indecsilor tabelului'),
'ja' => array('' => 'テーブルのインデックス構造を拡張表示'),
'hr' => array('' => 'Prošireni prikaz indeksa tablice'),
);
}