Eventum Template - Countdown - Change Language (Tage Instead Of Days) - Question | JoomShaper

Eventum Template - Countdown - Change Language (Tage Instead Of Days)

SH

Susanne Hoischen-Taubner

Template 10 months ago

I have another question related to the countdown: I would like to replace Days, Hours, Minutes and Seconds by the German words Tage, Stunden, Minuten und Sekunden. I assume there is a language file, where I can change this?

0
3 Answers
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 10 months ago #179173

Apolozy for the inconvenience. You can achieve this by creating a language override in Joomla. Here’s a helpful video tutorial explaining the process.

The language constants for "Days," "Hours," "Minutes," and "Seconds" in SP Page Builder are as follows:

  • COM_SPPAGEBUILDER_DAYS
  • COM_SPPAGEBUILDER_HOUR
  • COM_SPPAGEBUILDER_MINUTES
  • COM_SPPAGEBUILDER_SECONDS

You can override these constants with the German translations "Tage," "Stunden," "Minuten," and "Sekunden" to meet your requirements.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #179183

And if we talk about Language tags from Template - Coming Soon mode, similar phrases you can find inside template language file (en-GB.tpl_shaper_eventum.ini)

HELIX_MONTH 
HELIX_MONTHS 
HELIX_DAY 
HELIX_DAYS 
HELIX_HOUR 
HELIX_HOURS 
HELIX_MINUTE 
HELIX_MINUTES 
HELIX_SECOND 
HELIX_SECONDS 

Use Joomla Language Overrides to translate one by one.

0
SH
Susanne Hoischen-Taubner
Accepted Answer
10 months ago #179188

Thank you very much for both answers. I'm always learning! But I also found the language option within the SP Page Builder, where I could install "German" - and this already did the trick!

0