Help Center

Powered by Minitek FAQ Book
Loading...

How to change "By" when the author is displayed in French in Joomla 4?

AG
Amar GuillenPosted 3 years ago

Hi,

I would like to translate the word "By" in French when the author is displayed for an article.

In Joomla 3, I used the language override COM_MINITEKWALL-BY.

In Joomla 4, after the migration it is not working anymore.

Please would you tell the name the constant I have to use to create the override?

Thanks for your help;

Regards,

A. Guillen

Loading...
0
#3832

3 answers

M
MinitekPosted 3 years agoEdited 3 years agoModerator

Hi,

The new constant is COM_MINITEKWALL_BY_AUTHOR

The default translation is

COM_MINITEKWALL_BY_AUTHOR="by %s"

You must keep the %s specifier in the new text. For example, you can translate the constant as

de %s
AG
Amar GuillenPosted 3 years ago

Hi,

thank you for your quick response.

It works fine.

Sincerely,

A. Guillen

M
MinitekPosted 3 years agoModerator

You're welcome.