Dear Folks,
I run a small guesthouse and I’m setting up Mautic to take over most of the repetitive, guest related communication.
My software
Mautic 2.16.1
PHP 7.3
My problem
My audience is mainly Polish (according to some the most difficult language there) and we have seven cases for both pronouns and names.
Implications are, that depending on the context:
- my name is Kacper, Kacpra, Kacprowi, Kacpra, Kacprem, Kacprze or Kacprze
- singular, masculine pronoun is Pan, Pana, Panu, Pana, Panem, Panu or Panie
I compiled a database of 3000+ Polish names declensions and another one with 35 possible pronouns.
They are all scattered across a series of many emails. They are often parts of a dynamic content blocks inserted through Code Mode.
What’s the best way to merge it?
Starting points
I’m happy with neither, but I have no other ideas. I’m hoping you folks will help me come up with something smarter.
- Custom Fields for each Contact to hold all the cases, inserted through {contactfield=firstname-dative} or {contactfield=pronoun-dative}. Issues:
- mess due to 14/21 additional fields for each contact
- automatically populating fields with the right values - Dynamic Content for the pronouns, inserted through {dynamiccontent=“Dynamic Content n”}. Issues:
- messy code due to breaking large content containers into many small ones
- mess in a dynamic content tab
- labour intensive to implement - every email will have to have a copy of the same dynamic content boilerplate to set up
- painful to maintain/update in case of bugs - every change will have to be made in every email