IT Nursery
So far I’ve been handling some translations in WordPress and tried to read the official gettext documentation but won’t get the point of one maybe simple thing: What’s the...
  • April 15, 2022
  • 0 Comments
IT Nursery
Today I work through a theme to get a better understanding of WordPress and templating. I discovered this: <?php printf( __('Designed by %s', 'Anyword'), '<a href="http://www.example.com">Blub</a>' ); ?> I...
  • April 14, 2022
  • 0 Comments
IT Nursery
I want to translate this plugin. The plugin has already been translated into other languages and it has .pot files for adding new languages (as far as I understood...
  • April 7, 2022
  • 0 Comments
IT Nursery
I’ve spent hours today on what seemed like something really simple, which is to create a .pot file for a WordPress theme that I’m creating. I’ve read the Smashing...
  • April 6, 2022
  • 0 Comments