jemproject / JEM-Project

JEM - an Event Manager for Joomla
https://www.joomlaeventmanager.net
GNU General Public License v3.0
27 stars 39 forks source link

Multilanguage support for events #1186

Open taugimo opened 6 years ago

taugimo commented 6 years ago

Would it be possible to add an option to translate the event name and description to different front-end languages?

jojo12 commented 6 years ago

@Genie3000: do you have any idea?

jojo12 commented 6 years ago

Hi, in JED there's a plugin "Easy Language". You can write the event descriptions in the different wanted languages. And Joomla decides with the language abreviations, which text to show. ( This is not for the event name in the title, but helps you a lot!

mckillo commented 1 month ago

The plugin "Easy Language" is compatible with J2 and J3, but there is no version for J4 and J5 (although it can easily be updated to support them). However, it is not the best solution because using this plugin creates a secondary issue with SEO.

To address this, we need to replicate each event in JEM for every language, similar to how articles are handled in Joomla. This way, JEM will have a unique event link for each language, ensuring proper SEO.

The proposal is to create events with a new attribute, 'lang'.

Any other idea?