Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #576539

    Hello,

    i’ve installed Loco Translate plugin and tried to translate the words ‘week’, ‘days’, ‘minutes’ & ‘seconds’. As you can see from this pic http://prntscr.com/9y1ov6, week is translated. Saved and synced. Though, i cannot see the changes on my homepage. Could you please advise?

    Thank you,
    Kostas

    #576550

    Hey eekostas!

    Please flush cache and refresh your page a few times.
    You can also try using this free software – http://poedit.net/ to edit language files that are in Enfold/lang folder

    Regards,
    Yigit

    #576561

    Hello and thanks for your fast reply.

    How do i flush the cache? Any plugin that you recommend?

    Thanks,
    Kostas

    #576562

    Hey!

    To clear browser cache please see – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
    If you are using any caching plugin, please go to its settings and flush cache there.

    Cheers!
    Yigit

    #576577

    Thank you.

    Clearing the cache of the browser didn’t help. I’m still having the same issue. Are you seeing the values translated on your browser regarding the link i’ve provided?

    Thanks,
    Kostas

    #576584

    Hi Kostas!

    No, i do not.

    Do you mind creating a temporary admin login and posting it here privately?
    Please also post correct translations of Week, Days etc. in Greek so we can make the changes for you.

    Regards,
    Yigit

    #577180

    Thank you Yigit.

    Week: Εβδομάδα(ες)
    Day: Ημέρα(ες)
    Hours: Ώρα(ες)
    Minutes: Λεπτό(α)
    Seconds: Δευτερόλεπτα

    #577187

    Hi!

    I regenerated mo file after making the changes but it did not work anyway. I will ask @basilis to look into it :)

    Regards,
    Yigit

    #578085

    Hi!

    Sorry for my delay reply. I did tried to make it also, but seems that the name there is been changed through the JS file.
    Can you please add a child theme and the proper code for loading the JS file so we can try that out also?

    Regards,
    Basilis

    #578530

    Hi Basili,

    i’ve uploaded the enfold child theme but what do you mean by proper code? Please advise. Thanks.

    #578595
    #578649

    Thanks. I’ve done all the steps.

    #579649

    Hello!

    Could you please advise on the above issue?

    Thank you,
    Kostas

    #580150

    Hi!

    The greek language files in the parent theme is not translated. Did you put the language files in the child theme folder? If it is in the child theme folder, you have to adjust the “lang” folder directory:

    add_action('after_setup_theme', 'avia_child_lang_setup');
    function avia_child_lang_setup() {
    	remove_action('after_setup_theme', 'avia_lang_setup');
    	$lang = get_stylesheet_directory() . '/lang';
    	load_theme_textdomain('avia_framework', $lang);
    }

    Make sure that the language files are inside the child theme’s “lang” folder. Don’t forget to activate the child theme.

    Best regards,
    Ismael

    #580259

    Hi Ismael,

    there was no demand for translating the greek lang files. The files have been inserted on the /lang folder as per this link-> http://kriesi.at/documentation/enfold/child-theme-translations/.

    If you read above the conversation i was told to provide the correct translations of Week, Days etc. in Greek so you can make the changes for me. And this is what i’m expecting.. :) I guess that with the child theme and if everything goes well i will be able to translate every string i want (i.e. home, in, view all results, etc). Regarding the greek translation of the wordpress here is the link for the files: https://make.wordpress.org/polyglots/teams/?locale=el.

    So, if you need any FTP credentials please tell me so. A temp admin has been provided too.

    Thank you,
    Kostas

    #580791

    Hey!

    We’re giving you the opportunity to do it yourself. Why is the child theme deactivated if the lang folder is located in the child theme? You have to activate the child theme first.

    Make sure that the language files are inside the child theme’s “lang” folder. Don’t forget to activate the child theme.

    Regards,
    Ismael

    #580987

    Issue is resolved.

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Translate Animated Countdown in Greek’ is closed to new replies.