Navigation überspringen

Schlagwörter: 

Dieses Thema enthält 0 Antworten, hat 0 Stimmen.

Zuletzt aktualisiert von aigarsM Vor 1 Monat, 2 Wochen.

Assistiert von: Shekhar Bhandari.

Verfasser Beiträge
Dezember 3, 2024 unter 12:21 pm

aigarsM

Background of the issue:
I am trying to translate a string from my custom WordPress theme using WPML. The string is registered like this in the theme: . My site's default language is Lithuanian, and the language of domain for 'theme' strings is English. I have provided the Lithuanian translation for the string in WPML's String Translation. I have added debugging code to the gettext filter and confirmed that icl_translate() correctly returns the translation ('Susisiekite su mumis').

Symptoms:
On the frontend, the original English string ('Contact us') is displayed instead of the Lithuanian translation. The filter function outputs: Original Text: Contact us, Translated Text: Contact us, Translation via icl_translate: Susisiekite su mumis.

Questions:
Why is the Lithuanian translation not applied in the frontend?
Is there a specific configuration needed for WPML to apply translations correctly?

Dezember 3, 2024 unter 12:55 pm