Label translation stopped working

I can't se the translations in the Overrides in Joomla. Would it help to run the 'trigger' again - and is that possible?
 
I never used this procedure but as far as I understand it the trigger is only run if adding a new element.

So I assume for all existing labels in your #__fabrik_labels table you have to add one more record for the new language

something like (not tested, always backup, assuming there's an entry for en-GB for all your labels)
INSERT INTO `#__fabrik_labels`(`label`, `lang_code`) SELECT l.label, 'xx-XX' FROM #__fabrik_labels l WHERE l.lang_code ='en-GB'
 
But the list shows all the languages. Would it not be more safe to create a new table and start from the beginning again?
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top