Date translation doesn’t work
Date translation doesn’t work
Date translation doesn’t work
Translations only load from `wp-content/languages/plugins` but not from the plugin’s languages folder
As you mentioned – it’s an open issue so unlikely to have been resolved by any of the solutions in the thread… This seems to be the most likely working solution though wp timber make-pot && wp i18n make-pot –merge=twig.pot I haven’t used timber before but check what file is created with wp timber make-pot … Read more
I believe you can do this with WPML. Keep in mind that it’s a paid add-on and I have not tested it myself. Check out their page here: https://wpml.org/documentation/automatic-translation/
String translation for esc_html__() when registering string [closed]
You could create one post with each language variation wrapped in a custom tag. You would need to create a parser then to extract the language you require but it would avoid creating redundant posts like you wished. For example the post content would be: <eb>This is my post<en><de>Das ist mein Beitrag<de> I currently use … Read more
There is a small piece of code in my plugin that creates terms based on a condition, but one of them is a text and I need it to be translated. how can I do? I understand that __ and _e are for the text that is printed on the screen. You don’t, this is … Read more
you either duplicate your website, or pay multi-money € ¥ ₪ ¥ $. The old alternative is to implement multiple languages yourself, e.g. either a complete duplicate of the website (terrible maintenance) or a lot of tweaking and customizations (duplicate pages, post types, custom templates per page, where needed, and so forth). WordPress developers made … Read more
How to implement __() function in my theme’s php file?
TranslatePress | secondary language category/sub-category not working correctly “`/%category%/%postname%/“`