You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<xliff version="1.0">
<file source-language="en" datatype="plaintext" original="messages" date="2015-09-19T09:11:39Z" product-name="theme_t3kit">
<header/>
<body>
<trans-unit id="cookie.name">
<source>Cookies</source>
<target>Cookies</target>
</trans-unit>
<trans-unit id="cookie.category">
<source>Category</source>
<target>Kategorie</target> // this for example is not shown in the FE
</trans-unit>
...
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 :)
The text was updated successfully, but these errors were encountered:
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 -.-
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 :)
The text was updated successfully, but these errors were encountered: