Merge branch 'patch-8' into 'dev'

Fix navbar missed translations

See merge request hubzilla/core!1242
This commit is contained in:
Mario 2018-07-28 21:22:12 +02:00
commit 3a6d3cb396

View File

@ -332,7 +332,11 @@ class Apps {
'Features' => t('Features'),
'Language' => t('Language'),
'Post' => t('Post'),
'Profile Photo' => t('Profile Photo')
'Profile Photo' => t('Profile Photo'),
'Profile' => t('Profile'),
'Profiles' => t('Profiles'),
'Privacy Groups' => t('Privacy Groups'),
'Notifications' => t('Notifications')
);
if(array_key_exists('name',$arr)) {