Revstat Change To Polish - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Revstat Change To Polish

M

Michał Helbin

Template 1 day ago

Hello, how to change the words Date in the news to Polish, i.e. Date https://metropolis-on.com.pl/aktualn

0
4 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 day ago #207396

Hello there!

Thanks for reaching out.

The URL you have shared here is not accessible. Can you share where you want to change the text, please?

Best regards,

0
M
Michał Helbin
Accepted Answer
1 day ago #207420

hello, sorry, https://metropolis-on.com.pl/aktualnosci

under the photo of the article there is its name followed by the words Date.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 day ago #207431

Cześć Michał.

You have to translate template languge file (en-GB.tpl_revstat.ini) or override those phrases:

ARTICLE_AUTHOR_TITLE="Author"
ARTICLE_CATEGORY_TITLE="Categories"
ARTICLE_PUBLISHED_TITLE="Date"
ARTICLE_READING_TIME_TITLE="Reading Time"

Użyj narzędzia "Nadpisywanie języka" > Polski (Witryna) > Utwórz etc.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 day ago #207434

You can also hide it by using Custom CSS: // Możesz także to ukryć za pomocą Custom CSS:

.article-publish-date-text > p {display: none;}

0