Search Results for 'translation'
-
AuthorSearch Results
-
July 16, 2009 at 11:17 pm #49495
In reply to: Translation issues
mlemberg
ParticipantThanks for the responses!
July 16, 2009 at 10:34 pm #49494In reply to: User registration is not working
3510307
InactiveI’ve found the bug.
It’s the german translation. If I switch the language to english, everything works fine.
Greeting, Dirk
July 16, 2009 at 2:55 pm #49448Andy Peatling
KeymasterThis is all fixed in the latest 1.0 branch if people want to use that. Feel free to make this above change before I release 1.0.4 with these fixes and some other updates.
Apologies for the oversight on translation, it serves me right rushing to get 1.0.3 out for those who had upgraded to 2.8.1!
July 16, 2009 at 2:48 pm #49444In reply to: Translation issues
Jeff Sayre
Participanthttps://buddypress.org/forums/topic/103-site-wide-activity-widget-not-translating
Andy is aware of some missing instances of the translation function. But, if you are noticing areas of BP that seem to be missing the translation function, please first search trac to see if they have been reported. If not, then open a new ticket. It is better to over report than under report.
July 16, 2009 at 2:30 pm #49439In reply to: 1.0.3 > Site Wide Activity widget not translating
Andy Peatling
KeymasterMy fault, in all the rush to get it working I missed the translation functions on the names. I will fix this and some other things and release a new version soon.
July 16, 2009 at 12:21 pm #49428In reply to: Translation issues
July 16, 2009 at 12:15 pm #49426In reply to: Translation issues
mlemberg
ParticipantBump!
July 15, 2009 at 3:24 pm #49372In reply to: Translation issues
mlemberg
ParticipantBump!
July 9, 2009 at 12:08 pm #48915In reply to: BuddyBar for bbPress
matthijsv
Participant@transposh:
Problem seems to be with the output buffering.
Output is getting buffered on initialization and my guess is that it is somehow never flushed.
init_global_vars();
if (isset($_POST['translation_posted'])) {
update_translation();
}
elseif (isset($_GET['tr_token_hist'])) {
get_translation_history($_GET['tr_token_hist'], $_GET['lang']);
}
elseif (isset($_GET['tp_gif'])) {
$trans_gif_64 = "R0lGODlhAQABAIAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=";
header("Content-type: image/gif");
print(base64_decode($trans_gif_64));
exit;
}
else {
//set the callback for translating the page when it's done
ob_start("process_page");
}
}When I comment out the ob_start line forums are working. Will test Transposh in a bit.
July 8, 2009 at 11:23 pm #48877r-a-y
KeymasterTry this:
<li<?php if ( is_page('games') ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/games" title="Games">Games</a></li>
I removed bp_is_page() and replaced it with is_page(), since bp_is_page() is only specific to BP components.
Also I removed the _e and echo references to “Games”. Chances are you won’t be using a translation patch editor.
July 8, 2009 at 9:47 pm #48856In reply to: BuddyBar for bbPress
matthijsv
ParticipantThanks for your support!
Figured it out: Transposh Translation Filter was causing the blank page. http://transposh.org/
July 6, 2009 at 3:45 am #48627Burt Adsit
ParticipantTranslation issues so far found have been addressed in bpc trunk:
July 3, 2009 at 10:34 am #48459takuya
ParticipantI just hope translation file is added soon, so I can translate into Japanese.
June 30, 2009 at 2:46 pm #48295In reply to: Translation complications. Am I the only one?
Jeff Sayre
ParticipantGreat! I’m glad this helped.
June 30, 2009 at 1:29 pm #48286In reply to: Translation complications. Am I the only one?
Ishimwe
ParticipantHi jeff,
thank you so much. The first one seems so easy and well documented!!!
June 29, 2009 at 3:48 pm #48259In reply to: Translation complications. Am I the only one?
Jeff Sayre
ParticipantJune 29, 2009 at 9:51 am #48236In reply to: Swedish translation done
3318273
InactiveSnyggt!
June 26, 2009 at 7:01 pm #48141In reply to: Swahili Translation
Ishimwe
ParticipantThanks 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), . . .
June 26, 2009 at 4:20 pm #48124In reply to: Swahili Translation
Burt Adsit
ParticipantThere 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
June 23, 2009 at 7:38 pm #47977In reply to: I want to speak Spotlish
Allen Weiss
ParticipantI 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
June 21, 2009 at 10:34 am #47855In reply to: Photo, not avatar
Paul Wong-Gibbs
KeymasterThe trick would be to use a custom “translation” – this way when you upgrade, you won’t have to manually merge lots of files.
June 20, 2009 at 1:19 pm #47837In reply to: Swedish translation done
plrk
ParticipantBoth versions can be found at the codex page linked above, also here: https://codex.buddypress.org/translations/swedish-svenska-sv_se/
June 10, 2009 at 5:36 pm #47157In reply to: The menu is Pan (Turkish speaker needed)
Deli Yaban
ParticipantHangi versiyon buddypress ve hangi temayi kullaniyorsun..sitenin linkini verebilirsen yardimci olmaya calisiriz… (translation @Burt Adsit)
June 8, 2009 at 10:11 am #46964In reply to: After upgrade my language was gone
azznonimous
ParticipantSame 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.
June 6, 2009 at 9:47 pm #46888In reply to: Profik Alanı Yardım !!
Paul Wong-Gibbs
KeymasterMerhaba 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?
-
AuthorSearch Results