I would like to perform a single word replacement for one of my plugins. From #: subscribe-and-connect-template.php:210 msgid "Subscribe" msgstr "Subscribe" To #: subscribe-and-connect-template.php:210 msgid "Subscribe" msgstr "" I...
  • May 22, 2022
  • 0 Comments
I can’t get my translations to work in my theme. Here is what I have In functions.php, I have: load_theme_textdomain( 'transparent', get_template_directory_uri() .'/languages' ); I have …/theme/languages/transparent-en_US.po, which contains:...
  • May 19, 2022
  • 0 Comments
I have one page witch has a different language then the rest of the site. I looked in to many plugins but I can’t find a way to chance...
  • May 18, 2022
  • 0 Comments
My wordpress admin is in french. and my theme is in arabic. i have two files mo : arabic and french. i used this : add_filter( 'locale', 'change_locale' );...
  • May 17, 2022
  • 0 Comments
TL;DR: I’m looking for a way to translate only the content of a specific post in another language, not everything around said post (such as the ‘meta’ and the...
  • May 17, 2022
  • 0 Comments