From c251a9180c22e150040bca98e1cb6ae4946174d7 Mon Sep 17 00:00:00 2001 From: Boubaker Khanfir Date: Tue, 19 Nov 2024 18:01:39 +0100 Subject: [PATCH] feat: Configure Appcenter Application added in Topbar - MEED-7776 - Meeds-io/MIPs#159 (#361) This change will add more information about Appcenter application added in topbar in order to allow displaying those information inside a Table in General Settings UI. --- .../portlet/GeneralSettings_en.properties | 3 +++ .../conf/app-center/portal-configuration.xml | 12 +++++++++++ crowdin.yml | 20 ++++++++++++++++--- 3 files changed, 32 insertions(+), 3 deletions(-) create mode 100644 app-center-webapps/src/main/resources/locale/portlet/GeneralSettings_en.properties diff --git a/app-center-webapps/src/main/resources/locale/portlet/GeneralSettings_en.properties b/app-center-webapps/src/main/resources/locale/portlet/GeneralSettings_en.properties new file mode 100644 index 000000000..a13bb77b0 --- /dev/null +++ b/app-center-webapps/src/main/resources/locale/portlet/GeneralSettings_en.properties @@ -0,0 +1,3 @@ +generalSettings.appcenter.name=App Center +generalSettings.appcenter.description=Open the appcenter + diff --git a/app-center-webapps/src/main/webapp/WEB-INF/conf/app-center/portal-configuration.xml b/app-center-webapps/src/main/webapp/WEB-INF/conf/app-center/portal-configuration.xml index 919ec8154..1ca35f4ca 100644 --- a/app-center-webapps/src/main/webapp/WEB-INF/conf/app-center/portal-configuration.xml +++ b/app-center-webapps/src/main/webapp/WEB-INF/conf/app-center/portal-configuration.xml @@ -44,6 +44,18 @@ AppCenterAppLauncherApplication AppCenter appLauncher portlet + + appcenter + + + generalSettings.appcenter.name + + + generalSettings.appcenter.description + + + fa-th + diff --git a/crowdin.yml b/crowdin.yml index a3b5c399e..09bf23f79 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -17,7 +17,6 @@ files: [ { "source" : "/app-center-webapps/src/main/resources/locale/navigation/portal/global_en.properties", - "translation" : "%original_path%/%file_name%!_%locale_with_underscore%.%file_extension%", "translation_replace" : { "_en!": "","ar_SA": "ar","ar_OM": "aro","az_AZ": "az","ca_ES": "ca","ceb_PH": "ceb", @@ -35,7 +34,6 @@ files: [ }, { "source" : "/app-center-services/src/main/resources/locale/addon/appcenter_en.properties", - "translation" : "%original_path%/%file_name%!_%locale_with_underscore%.%file_extension%", "translation_replace" : { "_en!": "","ar_SA": "ar","ar_OM": "aro","az_AZ": "az","ca_ES": "ca","ceb_PH": "ceb", @@ -51,5 +49,21 @@ files: [ "escape_special_characters": 0, "escape_quotes" : 0, }, - + { + "source" : "/app-center-services/src/main/resources/locale/portlet/GeneralSettings_en.properties", + "translation" : "%original_path%/%file_name%!_%locale_with_underscore%.%file_extension%", + "translation_replace" : { + "_en!": "","ar_SA": "ar","ar_OM": "aro","az_AZ": "az","ca_ES": "ca","ceb_PH": "ceb", + "co_FR": "co","cs_CZ": "cs","de_DE": "de","el_GR": "el","en_US": "en","es_ES": "es_ES","eu_ES": "eu","fa_IR": "fa", + "fi_FI": "fi","fil_PH": "fil","fr_FR": "fr","hi_IN": "hi","hu_HU": "hu","id_ID": "id","it_IT": "it","ja_JP": "ja", + "kab_KAB": "kab","ko_KR": "ko","lt_LT": "lt","ms_MY": "ms","nl_NL": "nl","no_NO": "no","pcm_NG": "pcm","pl_PL": "pl", + "pt_BR": "pt_BR","pt_PT": "pt_PT","ro_RO": "ro","ru_RU": "ru","sk_SK": "sk","sl_SI": "sl","sq_AL": "sq", + "sv_SE": "sv_SE","th_TH": "th","tl_PH": "tl","tr_TR": "tr","uk_UA": "uk","ur_IN": "ur_IN","vi_VN": "vi", + "zh_CN": "zh_CN","zh_TW": "zh_TW", + }, + "dest" : "hub/app__center/GeneralSettings.properties", + "update_option" : "update_as_unapproved", + "escape_special_characters": 0, + "escape_quotes" : 0, + }, ]