diff options
author | bfabiszewski <github@ushuaia.pl> | 2013-06-21 20:57:17 +0200 |
---|---|---|
committer | bfabiszewski <github@ushuaia.pl> | 2013-06-21 20:57:17 +0200 |
commit | ff993784a38f84536bc9026187fb6b7867e5c57e (patch) | |
tree | b83d0c94d10d0b00c938c28b86debd7e8c48948b /config.php | |
parent | fcd96c74cadabafa7494844973c4e4f5aa822e9e (diff) | |
download | RunnerUpLive-ff993784a38f84536bc9026187fb6b7867e5c57e.zip |
German translation (by Dtrieb)
Diffstat (limited to 'config.php')
-rwxr-xr-x | config.php | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -48,9 +48,10 @@ $allow_registration = 0; $interval = 10; // Default language -// (en, pl) -$lang = "en"; +// (en, pl, de) +//$lang = "en"; //$lang = "pl"; +$lang = "de"; // units // (metric, imperial) |