Skip to content

Commit

Permalink
Merge App Registry - Meeds-io/MIPs#139 (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker authored Jun 7, 2024
2 parents 1a49cc5 + bef3fb4 commit 04d4aad
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 92 deletions.
18 changes: 18 additions & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,22 @@ files: [
"escape_special_characters": 0,
"escape_quotes" : 0,
},
{
"source" : "/wallet-webapps/src/main/resources/locale/portlet/LayoutEditor_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" : "add__ons/wallet/LayoutEditor.properties",
"update_option" : "update_as_unapproved",
"escape_special_characters": 0,
"escape_quotes" : 0,
},
]
36 changes: 36 additions & 0 deletions wallet-services/src/main/resources/portlet-instances.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"descriptors":[
{
"nameId":"SpaceWallet",
"categoryNameId":"spaces",
"portletName":"SpaceWallet",
"names":{
"en":"layout.portletInstance.SpaceWallet.name"
},
"descriptions":{
"en":"layout.portletInstance.SpaceWallet.description"
},
"permissions":[
"*:/platform/users"
],
"illustrationPath":"war:/../skin/DefaultSkin/portletIcons/SpaceWallet.png",
"system":true
},
{
"nameId":"WalletSettings",
"categoryNameId":"userSettings",
"portletName":"WalletSettings",
"names":{
"en":"layout.portletInstance.WalletSettings.name"
},
"descriptions":{
"en":"layout.portletInstance.WalletSettings.description"
},
"permissions":[
"*:/platform/administrators",
"*:/platform/web-contributors"
],
"system":true
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
layout.portletInstance.SpaceWallet.name=Wallet
layout.portletInstance.SpaceWallet.description=Wallet of the space
layout.portletInstance.WalletSettings.name=Wallet Settings
layout.portletInstance.WalletSettings.description=Wallet Settings of the user
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<import>war:/conf/wallet/bundle-configuration.xml</import>
<import>war:/conf/wallet/organization-configuration.xml</import>
<import>war:/conf/wallet/dynamic-container-configuration.xml</import>
<import>war:/conf/wallet/application-registry-configuration.xml</import>
<import>war:/conf/wallet/user-page-configuration.xml</import>
<import>war:/conf/wallet/notification-configuration.xml</import>
<import>war:/conf/wallet/wallet-portal-configuration.xml</import>
Expand Down

This file was deleted.

0 comments on commit 04d4aad

Please sign in to comment.