From ff593c6f6b91e9807fe4262ba814f01c2ff9fc06 Mon Sep 17 00:00:00 2001 From: Boubaker Khanfir Date: Tue, 5 Sep 2023 13:49:34 +0100 Subject: [PATCH] feat: Add Notification Administration Label - MEED-2445 - Meeds-io/MIPs#76 (#333) --- .../locale/portlet/NotificationAdministration_en.properties | 1 + .../locale/portlet/NotificationAdministration_fr.properties | 1 + translations.properties | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 kudos-webapps/src/main/resources/locale/portlet/NotificationAdministration_en.properties create mode 100644 kudos-webapps/src/main/resources/locale/portlet/NotificationAdministration_fr.properties diff --git a/kudos-webapps/src/main/resources/locale/portlet/NotificationAdministration_en.properties b/kudos-webapps/src/main/resources/locale/portlet/NotificationAdministration_en.properties new file mode 100644 index 000000000..a345746b5 --- /dev/null +++ b/kudos-webapps/src/main/resources/locale/portlet/NotificationAdministration_en.properties @@ -0,0 +1 @@ +NotificationAdmin.KudosActivityReceiverNotificationPlugin=A kudos has been sent diff --git a/kudos-webapps/src/main/resources/locale/portlet/NotificationAdministration_fr.properties b/kudos-webapps/src/main/resources/locale/portlet/NotificationAdministration_fr.properties new file mode 100644 index 000000000..99ee3a470 --- /dev/null +++ b/kudos-webapps/src/main/resources/locale/portlet/NotificationAdministration_fr.properties @@ -0,0 +1 @@ +NotificationAdmin.KudosActivityReceiverNotificationPlugin=Un kudos a \u00E9t\u00E9 envoy\u00E9 diff --git a/translations.properties b/translations.properties index eefe965d7..459a92a7e 100644 --- a/translations.properties +++ b/translations.properties @@ -25,4 +25,5 @@ KudosNotification.properties=kudos-services/src/main/resources/locale/notificati Kudos.properties=kudos-services/src/main/resources/locale/addon/Kudos_en.properties # Analytics -Analytics.properties=kudos-webapps/src/main/resources/locale/portlet/Analytics_en.properties \ No newline at end of file +Analytics.properties=kudos-webapps/src/main/resources/locale/portlet/Analytics_en.properties +NotificationAdministration.properties=kudos-webapps/src/main/resources/locale/portlet/NotificationAdministration_en.properties