Merge pull request #1911 from annando/1509-i18n-events

Localisation of the event page
This commit is contained in:
fabrixxm 2015-09-30 08:46:57 +02:00
commit 2e9e17baad
4 changed files with 85 additions and 12 deletions

View file

@ -138,6 +138,8 @@ function nav_info(&$a) {
elseif(get_config('system','community_page_style') == CP_GLOBAL_COMMUNITY)
$nav['community'] = array('community', t('Community'), "", t('Conversations on the network'));
$nav['events'] = Array('events', t('Events'), "", t('Events and Calendar'));
$nav['directory'] = array($gdirpath, t('Directory'), "", t('People directory'));
$nav['about'] = Array('friendica', t('Information'), "", t('Information about this friendica instance'));