
Add language phrases for cronjob descriptions (all products)
-
- Won’t be implemented
-
Aethior -
November 19, 2015 at 4:03 PM
-
-
Did you import a language manually? O.o
Does emptying the wcf's cache solve the problem? -
Did you import a language manually? O.o
Does emptying the wcf's cache solve the problem?Hi @MysteryCode,
Yes, I just import a language manually (Spanish), but empty the cache doesn't solve the issue. (cc @Alexander Ebert)
-
I just found the issue. The cronjobs descriptions are in cronjob.xml file and not in the languages files.
Code
Display More<cronjob> <classname><![CDATA[wcf\system\cronjob\ModerationQueueCronjob]]></classname> <description><![CDATA[Moderation queue cleanup]]></description> <description language="de"><![CDATA[Löscht veraltete Einträge in der Moderation]]></description> <startminute>0</startminute> <starthour>1</starthour> <startdom>*</startdom> <startmonth>*</startmonth> <startdow>*</startdow> <active>1</active> <canbeedited>1</canbeedited> <canbedisabled>1</canbedisabled> </cronjob>
-
Won’t be implemented but... Is there any solution planned?
-
- Official Post
These phrases are quite an issue because they use the internal id - which is random by definition - to store the phrases, but this makes translations almost impossible. This is also caused by the fact that cronjobs don't have a unique identifier which makes it impossible to create predictable phrase names.
The next version will include support for unique identifiers, allowing us to resolve this issue at least for those, we'll have to see how it works out.
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!