Skip to content

Commit

Permalink
add it lang in index.php issue #40
Browse files Browse the repository at this point in the history
  • Loading branch information
marti1125 committed Apr 2, 2013
1 parent 248bd87 commit 600c88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -3,7 +3,7 @@
require_once __DIR__ . '/lib/ChooseLocale.class.php';
require_once __DIR__ . '/lib/PropertiesParser.class.php';

$locale = new tinyL10n\ChooseLocale(array('ar', 'bn-BD', 'bn-IN', 'de', 'el', 'en', 'es', 'ff', 'fr', 'ga', 'id', 'lij', 'ms', 'nl', 'pt', 'ro-RO', 'sq', 'zh-TW'));
$locale = new tinyL10n\ChooseLocale(array('ar', 'bn-BD', 'bn-IN', 'de', 'el', 'en', 'es', 'ff', 'fr', 'ga', 'id', 'it', 'lij', 'ms', 'nl', 'pt', 'ro-RO', 'sq', 'zh-TW'));

$locale->setDefaultLocale('en');
$locale->mapLonglocales = true;
Expand Down

0 comments on commit 600c88b

Please sign in to comment.