11
           
            
                
     
    
    Language pack: Galician
Download: 
 lang-xoops-2.0.16-gl.ISO-8859-1.zip Translator:
XereloI modified the install/index.php file.
I only added the following code, but it isn't allowed, please delete the file from the package.
 $language_array = array('en' => 'english', 'ja' => 'japanese', 'fr' => 'french', 'de' => 'german', 'nl' => 'dutch', 'es' => 'spanish', 'tw' => 'tchinese', 'cn' => 'schinese', 'ro' => 'romanian'); 
 
[b]added 'gl' => 'galician'[/b] 
 
$language_array = array('en' => 'english', 'ja' => 'japanese', 'fr' => 'french', 'de' => 'german', 'nl' => 'dutch', [color=990000]'gl' => 'galician',[/color] 'es' => 'spanish', 'tw' => 'tchinese', 'cn' => 'schinese', 'ro' => 'romanian');