Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'translation'

Viewing 25 results - 1,326 through 1,350 (of 1,357 total)
  • Author
    Search Results
  • #33964

    In reply to: URL Translation

    dudboi
    Participant

    Ah I figured it out! Textbook case of failure to RTFM. I uploaded member-themes into the themes directory instead of the wp-content directory.

    Well, at least I learned a little bit more about how buddypress works through the wonderful invention that is var_dump!

    #2484

    Topic: Translation error

    in group forum Requests & Feedback
    Dreamcolor
    Participant

    When I translate this:

    You have been promoted to % for the group: “%s”.n

    n

    To view the group please visit: %sn

    n


    n

    Use poEdit. It show me this error:

    10:04:16: D:Source.Code.SVNWPCNGBuddyPress.Language.PackageBuddyPress.SVNbuddypress-zh_CN.po:1583: ‘msgstr’ is not a valid PHP format string, unlike ‘msgid’. Reason: The character that terminates the directive number 1 is not a valid conversion specifier.

    10:04:16: msgfmt: found 1 fatal error

    #33946

    In reply to: URL Translation

    dudboi
    Participant

    Hmm I have that already. I’ve been trying to figure it out and all that’s turned up so far is my firebug is reporting any component page with a 302 header (Moved Temporarily). I didn’t change my .htaccess file prior upgrading to the latest revision (which only involved file movements. Unless there’s some upgrade process that I’m unaware of).

    Very weird.

    #33942

    In reply to: URL Translation

    Andy Peatling
    Keymaster

    Line 11 of bp-core.php:

    define( 'BP_CORE_ROOT_COMPONENTS', 'groups' . ',' . MEMBERS_SLUG );

    Make sure you have changed ‘groups’ to ‘projects’.

    #33937

    In reply to: URL Translation

    dudboi
    Participant

    Hey Andy, thanks for the great work, I just checked out r571 and merged the necessary differences. Now it seems that any member page gets rewritten to index.php!

    #33934

    In reply to: URL Translation

    Andy Peatling
    Keymaster

    I committed a fix today that should stop the above from happening.

    #33933

    In reply to: URL Translation

    dudboi
    Participant

    Sorry to hijack this thread, but I’ve been wanting to change the groups URIs, and ok, so I know that groups is hardcoded in.

    But I tinkered around with it and basically created a GROUP_SLUG and set that, in my case, to “projects”. Everything works fine (I had to change a few template things but otherwise it’s ok) except I have a teensy weensy problem with the catchuri function

    So now all my pages are something like siteurl.com/members/username/projects/action

    (siteurl.com/members/username/projects/, siteurl.com/members/username/projects/my-groups, siteurl.com/members/username/projects/group-finder. You get the idea)

    And it works fine until I create a wordpress page called projects, then for some reason siteurl.com/members/username/projects rewrites to siteurl.com/projects, which in my case would be the wordpress page instead of the groups memberpage. I’ve tried taking a look at catchuri, and playing around with the is_page function, but even if I try to name the page something else, like say “projects main”, it still ends up trying to add the template into the page, which naturally fails and ends up with the 404 template.

    I also don’t know if it’s related, but my wordpress mu is in a subdirectory, which looking at the catchuri code, doesnt seem to deal with subdirectories at the first explosion of the uri to rewrite (but I may be mistaken), so before the explosion of the actual site_uri function, $bp_uri[component_index] ($bp_uri[0]) actually returns me the subdirectory that my wp mu is in. I’m not sure if this is a bug and/or if it affects muy uri rewriting, but I thought I’d mention it.

    p.s. when I delete the projects page, members/username/projects rightfully shows me the my-group template.

    you can take a look at it here http://donicethings.org/beta

    If anyone could help me I’d be most grateful, thanks!

    #33919
    Andy Peatling
    Keymaster

    Users need to add profile data before they will show in any lists. This will change.

    I’m not sure why it is not translation, do you have a link?

    #2463
    Yoav Farhi
    Participant

    Hi,

    I’m working on the Hebrew translation. Almost done.

    The problem is I need to load additional CSS for some plugins

    For example in bp-core, I also need to load admin-bar-rtl.css

    Can I expect something like this to be added to each of the plugins that is loading a custom css:

    if (get_bloginfo('text_direction') == 'rtl')

    echo '<link rel="stylesheet" type="text/css" href="'admin-bar-rtl.css" />'."nr";

    The other solution is to add it manually, thus making any RTL translation much more troublesome to maintain and distribute…

    #33867

    In reply to: Translating BuddyPress

    dudboi
    Participant

    Great! Thanks for the help. In the end I just uploaded a nontranslated english MO file to the languages folder. Though it doesn’t really make sense for me to update both the WP MU and BuddyPress languages together.

    I mean I suppose it’s useful for people who actually want to do translations, but shouldn’t there be a separate function for buddypress altogether (that perhaps is linked to WP MU?)


    #33705
    jveron
    Member

    thx!

    #33703

    In reply to: URL Translation

    thezohan10
    Member

    Excellent, thank you very much

    #33701

    In reply to: URL Translation

    Andy Peatling
    Keymaster

    members can be changed at the top of bp-core.php. The other URLs are not translatable right now.

    #33700
    Dreamcolor
    Participant
    #2429
    jveron
    Member

    hi, i do the spanish translation, how i publish in the codex?

    #2427

    Topic: URL Translation

    in forum Miscellaneous
    thezohan10
    Member

    Dear Buddypressers,

    Well, i have a tought one here! i would like to translate or let´s say rewrite the URLs, For Example: testbp.com/members – testbp.com/miembros.

    Which would be the best aproach? Changing the *uri*.php? Maybe with HTACCESS??…

    What i need are ideas, suggestions… insults!! …

    Tnx n´Cheers,

    Z.

    #2426

    Topic: URL Translation

    in forum Miscellaneous
    thezohan10
    Member

    Dear Buddypressers,

    Well, i have a tought one here! i would like to translate or let´s say rewrite the URLs, For Example: testbp.com/members – testbp.com/miembros.

    Which would be the best aproach? Changing the *uri*.php? Maybe with HTACCESS??…

    What i need are ideas, suggestions… insults!! …

    Tnx n´Cheers,

    Z.

    #33684
    Andy Peatling
    Keymaster

    These values are included in the PO file. If your translation file is present upon first install – then it should store the translated values. Can someone check this? This will change, it’s not ideal.

    #33677

    In reply to: Translating BuddyPress

    heinzlim
    Member

    Dreamcolour, may I know if your translation is into Simplified Chinese or Traditional Chinese? It is best to identify it as in HK/Taiwan, they both use Traditional Chinese.

    #2407
    ikki_83
    Participant

    Hi Andy and hi guys!

    I’m building the first italian BP support site on http://www.buddypressitalia.com.

    I’m going to publish the italian translation in few hours.

    Tell me what do you think on this under construction site.

    Byez!

    #33621

    In reply to: Translating BuddyPress

    Andy Peatling
    Keymaster

    Create an account on codex.buddypress.org then hit “EDIT PAGE” on the right. You will need to go to “Pages > Add New” on the left menu. Enter a page for your language and select “page parent” on the right menu as “Translations”.

    #33619

    In reply to: Translating BuddyPress

    Dreamcolor
    Participant

    I already done chinese translation. How to edit the https://codex.buddypress.org/translations/ page to add the link?

    #33613
    Andy Peatling
    Keymaster
    #2389
    Andy Peatling
    Keymaster

    I’ve now generated a BuddyPress POT file that can be used to translate BuddyPress into other languages.

    You can find the POT file in /bp-languages/buddypress.pot when you check out the latest revision (r510+). I will keep the PO file up to date with the latest revision.

    Please note – there are new text strings going into BuddyPress all the time right now, so if you create a language file before the first release, you will need to keep it up to date with the latest revision.

    For more information on translating, check out the WordPress Codex page on translation, the same methods apply.

    I have added a new BuddyPress Codex page for language translations. If you make a new language translation, please add a codex page for it, and and a link to where it can be downloaded. For example, German: http://codex.buddypress.org/translations/deutsch.

    Please let me know if there are any problems with this.

    #2388
    Atrax
    Participant

    Test site with localized (via gettext) BuddyPress here:

    http://l10n.ru

    How can I put language pack into bp.org repository?

    Thx.

Viewing 25 results - 1,326 through 1,350 (of 1,357 total)
Skip to toolbar