Merge branch 'patch-8' into 'dev'
Fix navbar missed translations See merge request hubzilla/core!1242 (cherry picked from commit3a6d3cb396
)0fe7004d
Update Apps.php4fd9d1ee
Update Apps.php
This commit is contained in:
parent
720e691f33
commit
0ed9d3c62c
@ -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)) {
|
||||
|
Reference in New Issue
Block a user