aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Apps.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2018-07-28 21:22:12 +0200
committerMario <mario@mariovavti.com>2018-07-28 21:22:12 +0200
commit3a6d3cb396746096943c00efade7831317d21bf0 (patch)
treed96f1cf5a91f3bd790bb092b1f579d999096bcbb /Zotlabs/Lib/Apps.php
parent6e52f552cf4df41faf75cf7263e0037f43bf90e1 (diff)
parent4fd9d1ee5ff95822975bb530fa42c31f48caeff3 (diff)
downloadvolse-hubzilla-3a6d3cb396746096943c00efade7831317d21bf0.tar.gz
volse-hubzilla-3a6d3cb396746096943c00efade7831317d21bf0.tar.bz2
volse-hubzilla-3a6d3cb396746096943c00efade7831317d21bf0.zip
Merge branch 'patch-8' into 'dev'
Fix navbar missed translations See merge request hubzilla/core!1242
Diffstat (limited to 'Zotlabs/Lib/Apps.php')
-rw-r--r--Zotlabs/Lib/Apps.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Apps.php b/Zotlabs/Lib/Apps.php
index ddaf8c44d..f7aff1722 100644
--- a/Zotlabs/Lib/Apps.php
+++ b/Zotlabs/Lib/Apps.php
@@ -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)) {