mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +01:00
changing french language from "French" to "Français" for *updating* installations
This commit is contained in:
parent
5af9d7f5e6
commit
34b5845af2
@ -314,5 +314,8 @@ function phpgwapi_upgrade1_9_010()
|
||||
$prefs->save_repository(false, 'default');
|
||||
egw_vfs::$is_root = false;
|
||||
|
||||
// French language: Français
|
||||
$GLOBALS['egw_setup']->db->insert($GLOBALS['egw_setup']->languages_table,array('lang_name' => 'Français'),array('lang_id' => 'fr'),__LINE__,__FILE__);
|
||||
|
||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.9.011';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user