• Resolved Alessandro

    (@alexbyby)


    Sorry if I ask you this question but one aspect is not clear to me;
    If I go to your translations page and download the classified-listing-el.po file to translate it into my language, in which directory should I place the files once the right translations have been made?
    Thanks for what you do.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Ali Akbar Reyad

    (@alireyad)

    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

    Thread Starter Alessandro

    (@alexbyby)

    I did everything you told me, result:
    Translations don’t work!
    Greetings.

    Plugin Support Ali Akbar Reyad

    (@alireyad)

    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%.

    Plugin Support Ali Akbar Reyad

    (@alireyad)

    Thanks

    Thread Starter Alessandro

    (@alexbyby)

    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

    Plugin Support Ali Akbar Reyad

    (@alireyad)

    Nice to hearing from you.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘langages’ is closed to new replies.