Popup Category Translations
-
Hi there,
i’ve added some few lines to the po it translation file on my installation ‘cos i’ve notice that in the popup the show more, show less, always enabled, enabled, disabled weren’t int the po file. I write the lines i added on mine at the end of this text. My question is: is there a way to translate the cookie categories name? I mean i see on code that you use foreach ($this->cookie_categories as $key) in the loop and echo $key as toggle bar header.
How can i translate the two main categories name Necessary and non necessary?Thank you.
Angelo#: public/views/cookie-law-info_popup_content.php:7
msgid “Show more”
msgstr “Mostra di più”#: public/views/cookie-law-info_popup_content.php:7
msgid “Show less”
msgstr “Mostra meno”#: public/views/cookie-law-info_popup_content.php:4
msgid “Always Enabled”
msgstr “Sempre Abilitati”#: public/views/cookie-law-info_popup_content.php:5
msgid “Enabled”
msgstr “Abilitati”#: public/views/cookie-law-info_popup_content.php:6
msgid “Disabled”
msgstr “Non Abilitati”
- The topic ‘Popup Category Translations’ is closed to new replies.