Proper way to create / manage gettext (.po, .pot) files?
So I’m trying to figure out how .po and .pot files work, seeing as this is what WordPress seems to use. But I … Read more
So I’m trying to figure out how .po and .pot files work, seeing as this is what WordPress seems to use. But I … Read more
Since I posted on their forum and I didn’t got any answer, here I am, asking the same question again. So: I made … Read more
<h1 class=”page-title”><?php esc_html_e( ‘Oops! Something went wrong.’, ‘_amnth’ ); ?></h1> I think this should simply use the __() function, since it’s a static … Read more
Is is safe to edit language files from wp-content/languages/plugins/woocommerce-ro_RO.mo(.po) ? I’m asking this because I don’t want them to be overriden on plugin … Read more
I am struggling with the translations of my theme. I use the function get_permalink_date of my class. The relevant snippet is: $permalink_title = … Read more
I have been really hard time to get my site translated. I have MO and PO files, but my theme is not compatible … Read more
I am wondering if there is a way to use the “default” text domain (“WordPress” or “default”) to translate labels. E.g I have … Read more
Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/HTML/CSS questions might be … Read more
Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be … Read more
I have multisite WordPress installation with default language for all new sites set to English. For one of my sites I wanted to … Read more