add languages to the list

add sql init script
This commit is contained in:
Mario Fetka
2011-02-11 17:26:05 +01:00
parent 18f71affd5
commit d21230a2ed
2 changed files with 271 additions and 1 deletions

View File

@@ -48,7 +48,9 @@ $languages = array (
'fr' => array('fr([-_][[:alpha:]]{2})?|french', 'fr.lang.php', 'fr', 'Français'),
'it' => array('it([-_][[:alpha:]]{2})?|italian', 'it.lang.php', 'it', 'Italiano'),
'sv' => array('sv([-_][[:alpha:]]{2})?|swedish', 'sv.lang.php', 'sv', 'Svenska'),
'pt_BR' => array('pt([-_]br)?|portuguese', 'pt_BR.lang.php', 'pt', 'Portuguese Brazilian')
'de' => array('de([-_][[:alpha:]]{2})?|german', 'de.lang.php', 'de', 'Deutsch'),
'pt_BR' => array('pt([-_]br)?|portuguese', 'pt_BR.lang.php', 'pt', 'Portuguese Brazilian'),
'tr_TR' => array('tr([-_]tr)?|turkey', 'tr_TR.lang.php', 'tr', 'Turkey')
);
// Language files directory