Bernhard Essl c72cb49d38 Update gitphp.po 10 years ago
..
README 4cfcf6a694 German translation 14 years ago
gitphp.po c72cb49d38 Update gitphp.po 10 years ago

README

German Translation for GitPHP by Andy Tandler

To Install the Language you need only few Steps:

1. Copy Directory de_DE into locale, where the File gitphp.pot is located.

2. Open include/Resource.class.php and search for function LocaleToName.
Add this case to the switch:

case 'de_DE':
return 'Deutsch';

3. If you want that German is the pre-selected Language in your GitPHP,
open config/gitphp.conf.php and add this Line:

$gitphp_conf['locale'] = 'de_DE';