Change Language Of - Question | JoomShaper

Change Language Of

S

Stephan

Helix Framework 1 year ago

Hello,

how can I Change in Helix Ultimate the countdown language for "Day" "Hour" etc. in German? it should be Tage, Stunden, Minuten, Sekunden

Is it also Possible to change the colour of the countdown?

0
5 Answers
Asfakur Rahman Saikat
Asfakur Rahman Saikat
Accepted Answer
Support Agent 1 year ago #170322

Hi Stephan,

Thank you for reaching out. Here is your solution:

  1. Please go to Joomla Administrator > System Tab > Language Overrides > then select required language and add the changes accordingly prnt.sc/sAGQmWrZHM5H

For Language Constant reference

HELIX_ULTIMATE_DAY="Day"
HELIX_ULTIMATE_DAYS="Days"
HELIX_ULTIMATE_HOUR="Hour"
HELIX_ULTIMATE_HOURS="Hours"
HELIX_ULTIMATE_MINUTE="Minute"
HELIX_ULTIMATE_MINUTES="Minutes"
HELIX_ULTIMATE_SECOND="Second"
HELIX_ULTIMATE_SECONDS="Seconds"
  1. Add custom css
    #coming-soon-countdown {
     color: #ff0a;
    }

Best regards.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #170325

Hi,

Alternatively, you can change these texts from here:

https://share.cleanshot.com/x5kqcK6R

File path: /helixultimate/language/en-GB/en-GB.tpl_shaper_helixultimate.ini

You will get a rough idea from the following documentation either:

https://www.joomshaper.com/documentation/joomla-templates/edulif/template-translation

Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #170699

Hello Stephan,

Please let us know if the suggestions has helped you:)

If yes, you may accept the most useful answer in order to close the post.

Have a nice day!

0
S
Stephan
Accepted Answer
1 year ago #170828

Thank you for your reply - works fine

0
Asfakur Rahman Saikat
Asfakur Rahman Saikat
Accepted Answer
Support Agent 1 year ago #170834

You're welcome! Have a great day!

0