From 16f543f5fe6bf07716086d50f823dd52482e71d1 Mon Sep 17 00:00:00 2001 From: katakefalos <57375159+katakefalos@users.noreply.github.com> Date: Wed, 4 Dec 2019 02:15:42 +0200 Subject: [PATCH] Update app_menu.php Added Greek (el-gr) translation. --- core/notifications/app_menu.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/notifications/app_menu.php b/core/notifications/app_menu.php index d049fc193d..75f1661544 100644 --- a/core/notifications/app_menu.php +++ b/core/notifications/app_menu.php @@ -5,6 +5,7 @@ $apps[$x]['menu'][$y]['title']['ar-eg'] = ""; $apps[$x]['menu'][$y]['title']['de-at'] = "Benachrichtigungen"; $apps[$x]['menu'][$y]['title']['de-de'] = "Benachrichtigungen"; + $apps[$x]['menu'][$y]['title']['el-gr'] = "Γνωστοποιήσεις"; $apps[$x]['menu'][$y]['title']['es-cl'] = "Notificaciones"; $apps[$x]['menu'][$y]['title']['es-mx'] = ""; $apps[$x]['menu'][$y]['title']['fr-ca'] = "Notifications";