If you would like to create a new translation for Adminer then follow these steps:
git://github.com/vrana/adminer.git
.adminer/lang/xx.inc.php
to adminer/lang/__.inc.php
, where __
is your ISO 639-1 language code.$translations
array. Use UTF-8 encoding.'%d beer(s)' => array('%d beer', '%d beers')
. If your language uses another rules than English (singular for 1, plural for anything else) then indicate this in comment.$langs
array in file adminer/include/lang.inc.php
.adminer/index.php
.Thanks for your contribution!