This topic has 9 replies, 2 voices, and was last updated 10 years by Abe.

  • Author
  • #8076
     juanmdt
    Participant

    Hi i have my web chatloves.com, complete translated with WPML in spanish, but some text still appear in english.

    So, i add to .mo files complete in spanish,
    1. plugins/buddypress/bp-languages/buddypress-es_ES.mo
    2. plugins/buddypress/bp-languages/bbpress-es_ES.mo
    3. wp-content/languages/es_ES.mo

    but still some text in english.

    What i need to do, to my get get the translations in spanish .mo files. ??

    WPML

    #8139
     Abe
    Keymaster

    Hi,
    You also need to translate Sweetdate theme strings and you should have another file in wp-content/themes/sweetdate/languages/es_ES.mo

    Translation can be done with Poedit software or with Codestyling localization plugin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #8223
     juanmdt
    Participant

    Ill do all the translation. and the .mo spanish file is there wp-content/themes/sweetdate/languages/es_ES.mo

    But when im in WPML, and i try to upgrade my es_ES.mo file and save i have this message error

    Request Entity Too Large
    The requested resource
    /site/wp-admin/admin.php
    does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit.
    Apache Server at chatloves.com Port 80

    Screen Shot 2013-12-13 at 16.22.51

    Screen Shot 2013-12-13 at 16.23.45

    Screen Shot 2013-12-13 at 16.24.06

    How can i solve this

    #8303
     Abe
    Keymaster

    Hi, you probably need to talk with your hosting to increase max post size in php. Give them the error

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #8882
     juanmdt
    Participant
    This reply has been set as private.
    #8942
     Abe
    Keymaster

    You want just to translate to Spanish or you need two languages at the same time. If you just want to translate theme to Spanish you don’t need WPML

    Anyway if you want who languages you need to translate all you pages, posts etc to Spanish.
    Also install Buddypress Multilingual.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #8962
     juanmdt
    Participant
    This reply has been set as private.
    #8967
     juanmdt
    Participant

    Looks that Buddypress multilingual has a problem. this is the message: The older activity translation has been disabled because Google discontinued their free machine translation API. Instead of the free translation API, Google now offers paid machine translation. We are considering adding support for this new API, which will allow BuddyPress activity streams to be translated again. This will require paying Google for the translation. If you are interested in the new paid translation for activity streams, please let us know. Visit BuddyPress Multilingual forum page and leave a comment. We will be looking at these comments and see if there is real interest in this.

    HOW CAN I SOLVE THIS ???, BECAUSE I BUY THIS THEME BEACUSE YOU SAID IS MULTILINGUAL, BUT AT THIS TIME I HAVE PROBLEMS,

    PLEASE HELP !!!!

    buddy

    #9030
     Abe
    Keymaster

    That is the message you get and it is telling you that you can’t translate each user post.

    You can switch to spanish now form user profile and it shows in Spanish..

    There are some changes to be done to a Buddypress core file to translate profile fields to Spanish. You should make this changes each time you update Buddypress
    This is the file: buddypress/bp-xprofile/bp-xprofile-template.php
    Change:

    COPY CODE
    
    	function bp_get_the_profile_field_name() {
    		global $field;
    
    		return apply_filters( 'bp_get_the_profile_field_name', $field->name );
    	}
    

    with:

    COPY CODE
    
    	function bp_get_the_profile_field_name() {
    		global $field;
    
    		return apply_filters( 'bp_get_the_profile_field_name', __($field->name, "buddypress") );
    	}
    

    and
    $groups[$i]->name with __($groups[$i]->name, “buddypress”)

    Theme is multilingual, supports WPML but there are certain parts from Buddypress that can’t be translated like all user activity posts. We can’t interfere in Buddypress core…

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #9031
     Abe
    Keymaster

    Also make sure to have the latest theme version

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

Viewing 10 posts - 1 through 10 (of 10 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?