Hi,
Don’t place it in plugin directory. You can place it in following directory /wp-content/languages/classified-listing/
You have to create .mo file also to do it workable and have to load the file.
load_textdomain( 'classified-listing', WP_LANG_DIR . '/classified-listing/classified-listing-' . $locale . '.mo' );
You can also use ‘Loco Translate’ plugin to translate the site.
Thank you
I did everything you told me, result:
Translations don’t work!
Greetings.
Hi,
Did you try ‘Loco Translate’ plugin. It works with it properly.
Thank you
I can confirm Loco Translate is working. I have translated RadiusTheme 9 plugins and 3 themes, all working 100%.
I solved.
The problem is that I didn’t understand with what exact name I had to create the classified-listing-it_IT.mo file
so the correct answer is: directory
/wp-content/languages/classified-listing/classified-listing-it_IT.mo
I always prefer to use a.mo file than use another plugin for translations, greetings.
It works now thanks
Nice to hearing from you.
Thanks