mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 10:23:28 +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');
|
$prefs->save_repository(false, 'default');
|
||||||
egw_vfs::$is_root = false;
|
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';
|
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.9.011';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user