diff options
author | Mario <mario@mariovavti.com> | 2018-07-28 19:22:12 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-07-30 10:00:01 +0200 |
commit | 0ed9d3c62ce347329e0e13abd3b645676838a8eb (patch) | |
tree | 0e40b3398559c761c2e4ae8162b474b893e30c99 /Zotlabs | |
parent | 720e691f33e11a5b6ce7ffac14ac2e03ad5be2e9 (diff) | |
download | volse-hubzilla-0ed9d3c62ce347329e0e13abd3b645676838a8eb.tar.gz volse-hubzilla-0ed9d3c62ce347329e0e13abd3b645676838a8eb.tar.bz2 volse-hubzilla-0ed9d3c62ce347329e0e13abd3b645676838a8eb.zip |
Merge branch 'patch-8' into 'dev'
Fix navbar missed translations
See merge request hubzilla/core!1242
(cherry picked from commit 3a6d3cb396746096943c00efade7831317d21bf0)
0fe7004d Update Apps.php
4fd9d1ee Update Apps.php
Diffstat (limited to 'Zotlabs')
-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 7ca222451..42f6b314c 100644 --- a/Zotlabs/Lib/Apps.php +++ b/Zotlabs/Lib/Apps.php @@ -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)) { |