Viewing 30 posts - 1 through 30 (of 35 total)
  • Author
    Posts
  • #495374

    Hi!

    The German translation lacks of translations for the time units week, hour, .. (singular and plural) that are used by the countdown timer (that is e.g. used in the wedding demo). I checked it, and the countdown is not using static strings, so a translation will add support for it.

    Could you please update the entries?

    Thanks in advance!

    #495786

    Hi thewilli!

    we can’t translate the theme in every language existing. You can try to work with WPML or add translations manually using a plugin like: https://wordpress.org/plugins/loco-translate/

    Cheers!
    Andy

    #495793

    Hi Andy,

    we can’t translate the theme in every language existing

    sure, but I was a bit irritated, as there is a German translation, which is just incomplete (turned out the .po file contained few untranslated strings). So first it seemed like a bug to me..

    Is there any way to add new translations to e.g. a child theme (I’m new to WP), so I can add my translations without modifying the .mo file of enfold itself, and break the ability to upgrade seamlessly?

    Btw, do you accept patches for new translations?

    Thanks and best regards,

    Willi

    #495845

    Hey,
    i had the same problem.
    solution is to add a sub folder to child theme called ‘lang’ (paste translation) and indsert the code below in functions.php

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

    see desc. http://kriesi.at/documentation/enfold/child-theme-translations/

    Regards Pete,

    #495857

    Hey Pete,

    thank you very much, just what I was looking for :)

    Regards, Willi

    #496224

    Hi @thewilli,

    Glad you got it fixed and thanks @2funky for sharing the solution :-)

    Best regards,
    Rikard

    #512439

    Hello,

    why is the code above different from the one in the ENFOLD documentation?
    Unfortunately none of them is working for me… :(

    #512575

    Hi!

    They are actually the same. The only difference is that in the documentation, we use the theme’s local filter (ava_theme_textdomain_path) to adjust the lang folder path. Do you have a child theme? Could you please provide a link to the actual site?

    Regards,
    Ismael

    #513142

    Hi Ismael,

    thanks for your fast answer. You will find the URL below this post.

    Regards,
    Bastian

    #513589

    Hey!

    can you provide us admin access as well please? so we can have a deeper look into it. Post login details here as private reply. Make sure to use newest theme and WordPress versions.

    Regards,
    Andy

    #513610

    You will find the details below!

    #513633

    Hi!

    login does not work for me. Please check.

    Regards,
    Andy

    #513661

    Should work now! Please try again!

    #513673

    Hi!

    did you create a “lang” folder with .mo/.po files inside of it? Please follow the instructions here: http://kriesi.at/documentation/enfold/child-theme-translations/ and let us know when you are done and still need help.

    Have a look at this thread as well: https://kriesi.at/support/topic/please-contribute-and-translate-enfold/

    Regards,
    Andy

    #513728

    Hi Andy,

    Yes! I did that. I have a “lang” folder with .mo/.po files inside “wp-content/themes/enfold-child/”

    I addition I’ve added this code to my “functions.php”

    add_action('after_setup_theme', 'avia_lang_setup');
    function avia_lang_setup()
    {
    $lang = get_stylesheet_directory()  . '/lang';
    load_child_theme_textdomain('avia_framework', $lang);
    }
    #513743

    Hi!

    then just use a plugin like poedit or loco translate.

    Best regards,
    Andy

    #513779

    Hi Andy!

    Don’t get your last response. I used Poedit to edit the .mo/.po files and uploaded them to “wp-content/themes/enfold-child/lang/”

    The problem is, Enfold is not using them.

    Thanks in advance
    Bastian

    #513785

    Hi!

    can you provide us FTP access, so we can check it? post login details here as private reply.

    Regards,
    Andy

    #513867

    Hi Andy,

    you will find the details below.

    Regards
    Bastian

    #514266

    Hey!

    actually we need FTP access as well. Can you provide us login details please?

    Cheers!
    Andy

    #514282

    Hi Andy,

    I added the login details again.

    #514298

    Hey!

    ftp login does not work for me. Please check. Which port? I used 21 and it does not work.

    Best regards,
    Andy

    #514315

    Alright… Sorry for this. Please try again with the new values.

    #514326

    Hey!

    thank you. Now can you show us which translations does not work for you? please show us precisely where you experience the issues.

    Cheers!
    Andy

    • This reply was modified 8 years, 5 months ago by Andy.
    #514474

    Hi Andy,

    I use the german language on my site. The Countdown Timer on my frontpage is still in english.
    So the german translation for the countdown timer isn’t working. I did all the things you mentioned above but the Countdown Timer is still in english.

    Regards
    Bastian

    #514533

    Hi!

    does it work for you when you make translations in the original po/mo files instead?

    Regards,
    Andy

    #514672

    Hi Andy,

    I didn’t try that! Want to be safe if a new update is coming, so I’m using the Child Themes function.

    Regards
    Bastian

    #514682

    Hi!

    please try it and let us know about your results.

    Regards,
    Andy

    #514700

    Hi,

    I’ve checked the german .mo/.po files in “wp-content/themes/enfold/lang/ and I had translated them earlier.

    So I don’t know why Enfold don’t like my german .mo/.po files…

    Regards
    Bastian

    #515051

    Hey!

    does this mean translation does not work for you? then it won’t work using child theme neither of course.
    Try to delete all theme files via FTP and get a fresh copy from your themeforest account, because maybe there are some corrupted theme files. Don’t forget to clear browser cache and hard refresh a few times after making translations.

    Cheers!
    Andy

Viewing 30 posts - 1 through 30 (of 35 total)
  • The topic ‘German translation misses time units for countdown timer’ is closed to new replies.