Merge branch 'patch-8' into 'dev'
Fix navbar missed translations See merge request hubzilla/core!1242
This commit is contained in:
commit
3a6d3cb396
@ -332,7 +332,11 @@ class Apps {
|
|||||||
'Features' => t('Features'),
|
'Features' => t('Features'),
|
||||||
'Language' => t('Language'),
|
'Language' => t('Language'),
|
||||||
'Post' => t('Post'),
|
'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)) {
|
if(array_key_exists('name',$arr)) {
|
||||||
|
Reference in New Issue
Block a user