diff options
author | Mario <mario@mariovavti.com> | 2018-07-28 21:22:12 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-07-28 21:22:12 +0200 |
commit | 3a6d3cb396746096943c00efade7831317d21bf0 (patch) | |
tree | d96f1cf5a91f3bd790bb092b1f579d999096bcbb | |
parent | 6e52f552cf4df41faf75cf7263e0037f43bf90e1 (diff) | |
parent | 4fd9d1ee5ff95822975bb530fa42c31f48caeff3 (diff) | |
download | volse-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
-rw-r--r-- | Zotlabs/Lib/Apps.php | 6 |
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)) { |