From 0ed9d3c62ce347329e0e13abd3b645676838a8eb Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 28 Jul 2018 19:22:12 +0000 Subject: 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 --- Zotlabs/Lib/Apps.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Zotlabs') 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)) { -- cgit v1.2.3