Merge branch 'patch-8' into 'dev'

Fix navbar missed translations

See merge request hubzilla/core!1242

(cherry picked from commit 3a6d3cb396)

0fe7004d Update Apps.php
4fd9d1ee Update Apps.php
This commit is contained in:
Mario 2018-07-28 19:22:12 +00:00
parent 720e691f33
commit 0ed9d3c62c

View File

@ -327,7 +327,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)) {