feature: Make the associated circle label for resources configurable
This commit is contained in:
		| @ -118,6 +118,9 @@ | ||||
|       "buttonJoin": "Join the circle", | ||||
|       "description": "Description :", | ||||
|       "subTitle": "Members :" | ||||
|     }, | ||||
|     "extensions": { | ||||
|       "associated": "Associated circle" | ||||
|     } | ||||
|   }, | ||||
|   "communities": { | ||||
| @ -240,4 +243,4 @@ | ||||
|     "somethingGoesWrong": "Something goes wrong, try to", | ||||
|     "reload": "reload" | ||||
|   } | ||||
| } | ||||
| } | ||||
|  | ||||
| @ -118,6 +118,9 @@ | ||||
|       "buttonJoin": "Unirse al círculo", | ||||
|       "description": "Descripción :", | ||||
|       "subTitle": "Miembrxs: " | ||||
|     }, | ||||
|     "extensions": { | ||||
|       "associated": "Círculo asociado" | ||||
|     } | ||||
|   }, | ||||
|   "communities": { | ||||
| @ -240,4 +243,4 @@ | ||||
|     "somethingGoesWrong": "Algo sale mal, intenta", | ||||
|     "reload": "recargar" | ||||
|   } | ||||
| } | ||||
| } | ||||
|  | ||||
| @ -120,6 +120,9 @@ | ||||
|       "buttonJoin": "Rejoindre le cercle", | ||||
|       "description": "Description :", | ||||
|       "subTitle": "Membres :" | ||||
|     }, | ||||
|     "extensions": { | ||||
|       "associated": "Cercle associé" | ||||
|     } | ||||
|   }, | ||||
|   "communities": { | ||||
|  | ||||
| @ -3,7 +3,11 @@ div.whitespace-normal | ||||
|       range-resource-type=`${component.endpoints.resourcestypes}` | ||||
|       range-resource-keyword=`${component.endpoints.resourceskeywords}` | ||||
|       range-resource-circle=`${component.endpoints.circles}` | ||||
|       associated-circle-label="" | ||||
|       data-trans=`associated-circle-label=${component.parameters && component.parameters.associatedName ? component.parameters.associatedName : 'circle.extensions.associated'}` | ||||
|       upload-dir=`${component.endpoints.uploads}` | ||||
|       id-prefix='default' | ||||
|       uniq=component.uniq | ||||
|   ) | ||||
|    | ||||
|    | ||||
|  | ||||
		Reference in New Issue
	
	Block a user