New Landing How can we help? Atelier Language issues

Viewing 15 posts - 1 through 15 (of 35 total)
  • Posted in: Atelier
  • #175674
    suesmadewithlove
    Member
    Post count: 3

    Hi,

    I have some trouble using the Atelier theme in German. For example the parts of the menu, like the cart or the product review section is still in English.

    All plugins are translated, like you explained here: http://www.swiftideas.com/forums/topic/translation-problems-2/.

    By changing the theme to the wordpress default theme 2015, it appeared, that all translations are correct. So my conclusion is, the theme overwrites the plugin languages.

    So I tried to add the German language files to my child theme folder, like you explained here: http://swiftideas.com/documentation/2014/05/26/translation/
    However northing happened.

    I uncommented the part in the atelier child theme functions.php as you described in the file:

    /* LOAD THEME LANGUAGE
    ================================================== */
    /*
    * You can uncomment the line below to include your own translations
    * into your child theme, simply create a “language” folder and add your po/mo files
    */

    //load_theme_textdomain(‘swiftframework’, get_stylesheet_directory_uri().’/language’);

    Nothing happend.

    I followed the instructions here: https://codex.wordpress.org/Child_Themes#Internationalization

    It is still there, the uncompleted translation.

    So do you have any suggestions, what I am doing wrong?

    Thanks in advance, Michael

    #176100
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    It seems you have everything right. Will need to investigate this further for that will need admin credentials to WordPress and also FTP to check your translation files and their permissions.

    Use the private reply.

    -Rui

    #176144
    suesmadewithlove
    Member
    Post count: 3
    This reply has been marked as private.
    #176460
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Will forward to Rui for you

    – Kyle

    #176612
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi suesmadewithlove

    The reason why the original translations you have don’t work in our theme is because we have overridden the plugin template files – so we have to put the translation in our theme language file.

    The easiest way to ensure you don’t lose your translations with each update is to provide us with the translation file, so that we can include it with the next update. Would you be happy to do that?

    – Ed

    #176658
    suesmadewithlove
    Member
    Post count: 3
    This reply has been marked as private.
    #176662
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Yes, you can attach them here in a zip file.
    Thanks

    -Rui

    #178011
    suesmadewithlove
    Member
    Post count: 3
    This reply has been marked as private.
    #178825
    Swift Ideas – Ed
    Keymaster
    Post count: 15264
    This reply has been marked as private.
    #265364
    maratino
    Member
    Post count: 68

    Same problem here. I’d like to overwrite the themes language but it just won’t work. And it’s not the files. It works once i replace the original ones.

    /* LOAD THEME LANGUAGE
    ================================================== */
    /*
    * You can uncomment the line below to include your own translations
    * into your child theme, simply create a “language” folder and add your po/mo files
    */

    load_theme_textdomain(‘swiftframework’, get_stylesheet_directory_uri().’/language’);

    #265435
    David Martin – Support
    Moderator
    Post count: 20834

    @maratino – that code is for you child theme, have you activated the child theme and then added your language file to the child theme folder /language/?

    For instuctions on how to edit the translation strings, please read this: http://www.swiftideas.com/knowledgebase/translating-the-theme-using-poedit/.

    Thanks.

    #265440
    maratino
    Member
    Post count: 68

    Yes.

    Attachments:
    You must be logged in to view attached files.
    #265855
    David Martin – Support
    Moderator
    Post count: 20834

    @maratino – please open a new thread with your WP login details and your FTP details, i’ll take a close look at your setup.

    Thanks.

    #273884
    Marco
    Member
    Post count: 17

    Hi

    I have the same problem here… how to solve it?

    I have a network installation and I’m working on a child theme

    I add this function to my functions.php on child theme

    add_action( 'after_setup_theme', 'sf_child_theme_setup' );
    function sf_child_theme_setup() {
        load_child_theme_textdomain( 'swift-framework', get_stylesheet_directory() . '/language' );
    }

    I uploaded .po .mo files on /mychild/language/it_IT .po .mo but they won’t be loaded from translation.

    regards
    Marco

    #273885
    David Martin – Support
    Moderator
    Post count: 20834

    @Marco – please open a new thread with your WP login details and your FTP details, i’ll take a close look at your setup.

    I need you to let me know what texts are not translating.

    Thanks.

Viewing 15 posts - 1 through 15 (of 35 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register