Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'translation'

Viewing 25 results - 976 through 1,000 (of 1,134 total)
  • Author
    Search Results
  • #48856

    In reply to: BuddyBar for bbPress

    matthijsv
    Participant

    Thanks for your support!

    Figured it out: Transposh Translation Filter was causing the blank page. http://transposh.org/

    Burt Adsit
    Participant

    Translation issues so far found have been addressed in bpc trunk:

    http://svn.wp-plugins.org/bpcontents/trunk

    takuya
    Participant

    I just hope translation file is added soon, so I can translate into Japanese.

    #48295
    Jeff Sayre
    Participant

    Great! I’m glad this helped.

    #48286
    Ishimwe
    Participant

    Hi jeff,

    thank you so much. The first one seems so easy and well documented!!!

    #48259
    Jeff Sayre
    Participant
    #48236
    3318273
    Inactive

    Snyggt!

    #48141

    In reply to: Swahili Translation

    Ishimwe
    Participant

    Thanks Andy,

    but meanwhile, while I want to “test” how it looks before sharing it with the world should I be able to install it and check how it would be? That’s what I am trying to accomplish for the moment because there doesn’t seem to be an elaborate document on how to install language files for other languages in buddypress. AT LEAST I haven’t found any.

    After that I will go on to another language (kirundi), . . .

    #48124

    In reply to: Swahili Translation

    Burt Adsit
    Participant

    There is a translation svn repo in the works. From the buddypress-dev mailing list 6/25/2009:

    “The plan is in the next week or two to have a subversion repository set up for your language files. Each time you make a change, please keep the repo up to date with the latest version. I’ll give a weeks notice when a launch is close, so you can make sure your translations are up to date.

    I’ll then take the latest for each language and bundle them in the bp-languages folder.”

    Andy Peatling

    You can subscribe to the list here: http://lists.automattic.com/mailman/listinfo/buddypress-dev

    #47977
    Allen Weiss
    Participant

    I have done everything people appear to be saying, but still don’t get the translation (a very simple change from Avatar to Photo. I made the .po and .mo (using PoEdit) and uploaded them to the server

    buddypress-Alumni.po and .mo are in the /bp-languages folder and the bp_custom.php is the /plugs/buddypress folder, with this code

    <?php

    define( ‘BPLANG’, ‘Alumni’ );

    if ( file_exists( BP_PLUGIN_DIR . ‘/bp-languages/buddypress-‘ . BPLANG . ‘.mo’ ) ) {

    load_textdomain( ‘buddypress’, BP_PLUGIN_DIR . ‘/bp-languages/buddypress-‘ . BPLANG . ‘.mo’ );

    }

    ?>

    Last step seems to be reloading Buddypress (although I’m not sure how to do this).

    Any clue what I should be doing differently to get this to work?

    Thanks

    #47855

    In reply to: Photo, not avatar

    Paul Wong-Gibbs
    Keymaster

    The trick would be to use a custom “translation” – this way when you upgrade, you won’t have to manually merge lots of files.

    See Customizing Labels, Messages, and URLs.

    #47837
    plrk
    Participant

    Both versions can be found at the codex page linked above, also here: https://codex.buddypress.org/translations/swedish-svenska-sv_se/

    #47157
    Deli Yaban
    Participant

    Hangi versiyon buddypress ve hangi temayi kullaniyorsun..sitenin linkini verebilirsen yardimci olmaya calisiriz… (translation @Burt Adsit)

    #46964
    azznonimous
    Participant

    Same here.

    As you said, I checked the languages folder and found that the MO files were missing, I guess deleted by the upgrade (!!). Once restored the translation has worked again.

    #46888
    Paul Wong-Gibbs
    Keymaster

    Merhaba infinitive!

    It’s probably best if you post support requests in English, at that appears to be the most common language by far on this forum. I have utmost respect for people who can also talk my language, and I am shamed often that I can’t talk yours. I’ve run your post through Google Translate and have put the translation below, to try to help people who are looking to help you. Thanks for your post.

    Hello

    Friends who know Turkish hopefully help a friend

    I can not add the new group profile Buddypress field would create the group name would click to create the group said. A few times I’ve encountered this problem may help nedne is this?

    #46857
    3078940
    Inactive

    I’ve followed the tutoral “Customizing Labels, Messages, and URLs” for customising text messages and it works but while browsing site an warning message occurs

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at Z:homeneoforman.comwwwblogwp-contentpluginsbp-custom.php:1)

    my bp-languages folder contains files: buddypress-nfm.mo and buddypress-nfm.po

    my bp-custom.php looks as follows

    <?php

    define( 'BPLANG', 'nfm' );

    if ( file_exists( BP_PLUGIN_DIR . '/bp-languages/buddypress-' . BPLANG . '.mo' ) ) {

    load_textdomain( 'buddypress', BP_PLUGIN_DIR . '/bp-languages/buddypress-' . BPLANG . '.mo' );

    }

    ?>

    it doesn’t contain any other code.

    I’ve started the translation after upgrading to 1.0.1 version of Buddypress.

    Could anybody advice me where am I wrong?

    #46827
    danbpfr
    Participant

    Cool ! Merci beaucoup

    Now I’m waiting for translation please.

    #46818
    danbpfr
    Participant

    Ok now i became the right output !

    I didn’t use the bpmember theme, but facebuddy…

    So i put the bpc template directory into it and it works.

    Think to tell in the readme file, that each member theme must be charged with the oci-content folder, not only the default bpmember theme.

    So another question: what about translation ? Can you provide a .po or a .pot file for the plugin ? Or a list of all expression, phrase,etc that are already localised, so i can create the pot file myself. I have not much time to search througt all files…

    THANK YOU. One beer for you at this time.

    #46425

    In reply to: Translating BuddyPress

    This will be fixed in 1.0.1. There is a patch for this in the trunk.

    In the meantime, try adding this to your functions.php file for your theme(s).

    // Load the buddypress translation file for current language
    function bp_load_buddypress_textdomain() {
    $locale = get_locale();
    $locale = apply_filters('buddypress_locale', $locale);
    $mofile = BP_PLUGIN_DIR . "/bp-languages/buddypress-$locale.mo";
    load_textdomain( 'buddypress', $mofile );
    }
    add_action ( 'plugins_loaded', 'bp_load_buddypress_textdomain', 9);

    #46012

    In reply to: Localisation, per user

    Arthur
    Participant

    Oh, forgot to add…the permalinks don’t work in the translated versions either – i.e. on my test site http://www.lleidaonline.net/blog works in Catalan but http://www.lleidaonline.net/en/blog returns a page not found error (badly translated except (so far) in the English which I’ve corrected (a nice feature of TransPosh).

    Don’t forget to click on the US English (I’m also trying to find/write a British English .mo file so I can put a British flag instead of American, since I’m in Europe (and English!).

    The main reason I want to do this at all is to cater for the two local languages, Catalan and Spanish, but have English available too. I also found a neat plugin for setting a different back end language but only managed to get that to work using the Codestyling Localization plugin which I couldn’t get to work completely as I wanted either).

    Just thought I’d add that in the hope it’ll help others – here’s the Transposh link FYI, which is not usually mentioned but simpler than the main ones.

    #45996
    Arturo
    Participant

    see this page: https://codex.buddypress.org/translations/ contains usefull information.

    #45922
    Bloggsbe
    Participant

    The only solution as far as I know is to edit the DB via PHPMyAdmin (or something similar).

    I’ve also seen one more problem with the way BuddyPress stores the activity. If you edit, let’s say, a comment just after you’ve written it, it will show up as two comments in the same DB table, and thus show up two times in the wire widget. And three times if you edit it three times…

    I think it should be possible to edit the DB instead of inserting the same information several times.

    RuneG

    #45681
    takuya
    Participant

    You will need to install two or more language translations under bp-languages, but you NEVER NEED two buddypress installations.

    #45652
    philpeter
    Participant

    Thanks Lance, that sorted it!

    It was the second part – the location of bp-custom.php.

    Cheers, Phil

    #45609
    Lance Willett
    Participant

    Hi Philpeter,

    The language files go only in /wp-content/plugins/buddypress/bp-languages (do not create this folder, use the existing one) and should not be copied or placed anywhere else.

    Move your “bp-custom.php” file out of /wp-content/plugins/buddypress/ and into /wp-content/plugins/.

    If you are still having trouble, make sure the MO version of the file was created correctly.

Viewing 25 results - 976 through 1,000 (of 1,134 total)
Skip to toolbar