Closed kriemhildt closed 2 years ago
would use the ext translate_locallang. with this ext u can easy translate all labels:
@asche76 thanks for the tip! I can see the benefits of this approach. But I was hoping to achieve this without an additional extension.
problem with this method is, after dp_cookie ext update the new labels are reverted to the default ones. i thought the translation locallang ext would have saved the changes as some kind of overlay or abstraction somewhere -.-
fixed in next release
Hello there, I'm currently trying to translate the table that shows the cookie list. First, I set the template path in the constants:
It might be that the general problem is already existent at this point. But I can't find it. Nevertheless this is how I went on:
Because there currently is no german translation for the thead table rows I then went into the template and changed the translation key to the path of my extension and the language files within.
I created the corresponding language file in my extension and added the missing items. Like this:
As I said, maybe the problem started way before altering the template file, because I can't make any changes to the template.
But I know for sure that clearing the cache isn't the problem.
Any help would be much appreciated :)