I18n for microsites
Hello Experts
Need your suggestion on i18n keys management for microsites sharing same code base as main site.
Currently we using hints to manage keys for microsite i.e
"key: {
"jcr:primaryType": "nt:folder",
"jcr:mixinTypes": [
"sling:Message",
"cq:ReplicationStatus"
],
"sling:message": "MESSAGE",
"sling:key": "key"
},
"key0: {
"jcr:primaryType": "nt:folder",
"jcr:mixinTypes": [
"sling:Message",
"cq:ReplicationStatus"
],
"sling:message": "MESSAGE1",
"sling:key": "key ((MICROSITE1))"
},
"key1: {
"jcr:primaryType": "nt:folder",
"jcr:mixinTypes": [
"sling:Message",
"cq:ReplicationStatus"
],
"sling:message": "MESSAGE2",
"sling:key": "key ((MICROSITE2))"
},
This approach creates unnecessary keys even if microsites sharing same message as main site.
Any other suggestions to manage this better?
Thanks
Dipti Chauhan
