possible to use joomla language overrides ? #99
-
I switched the frontend to german, so far so right ... I know it from other joomla extensions, that one can use the built in "Joomla language overrides" I can the language overrides not get to work with the engage extension, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
We are using Joomla's built-in language system in all of our Joomla extensions, including Engage. Just make sure you are overriding the correct language string and that you have made it available to the frontend of the site as well. For what it's worth, you probably want to override |
Beta Was this translation helpful? Give feedback.
We are using Joomla's built-in language system in all of our Joomla extensions, including Engage. Just make sure you are overriding the correct language string and that you have made it available to the frontend of the site as well.
For what it's worth, you probably want to override
COM_ENGAGE_COMMENTS_ARTICLE_HEADER_N_COMMENTS_0
, notCOM_ENGAGE_COMMENTS_HEADER_N_COMMENTS_0
. The former is what is actually used in the frontend. The latter is a safe default in case a future version of Joomla somehow breaks the content type detection, currently unused. The English version of the language uses different strings to make it apparent. Unfortunately, the volunteer German translator decided to use…