jemproject / JEM-Project

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

Hard coded texts #1612

Closed jojo12 closed 1 year ago

jojo12 commented 1 year ago

in admin/views/import/tmpl/default.php the following words are hard coded = no translation possible: fields list for venue fields list for category fields list for event fields list for cat_events

Heklaterriol commented 1 year ago

Thank you Jojo! I added them and I also corrected the naming (not "fields", but "columns") and added somehow more understandable text, I hope you agree:

COM_JEM_IMPORT_DB_VENUE_COLUMNS="list columns of table jem_venues"
COM_JEM_IMPORT_DB_CATEGORY_COLUMNS="list columns of table jem_categories"
COM_JEM_IMPORT_DB_EVENT_COLUMNS="list columns of table jem_events"
COM_JEM_IMPORT_DB_CATEVENT_COLUMNS="list columns of table jem_cats_event_relations"
Heklaterriol commented 1 year ago

After checking the import interface I create an other suggestion:

before: import-before

new suggestion: import-after

do you agree?

mckillo commented 1 year ago

Perfect, and small detail but more clear. I like it.