Search Results for 'translation'
-
Search Results
-
Hi,
I started investigating possibilities of translation bbPress to Polish. This language along with quite a few non-germanic languages has quite complex plural forms (3 forms instead of just 2). Not getting into much detail, because of the way functions.bb-core.php hardcodes seconds, hours, days… names it’s hard to do a proper translation.
To do it right I’d need a function that uses “%d month” and not just “month” or “months” as defined here:
// array of time period chunks
$chunks = array(
array(60 * 60 * 24 * 365 , __(‘year’) , __(‘years’)),
array(60 * 60 * 24 * 30 , __(‘month’) , __(‘months’)),
array(60 * 60 * 24 * 7, __(‘week’) , __(‘weeks’)),
array(60 * 60 * 24 , __(‘day’) , __(‘days’)),
array(60 * 60 , __(‘hour’) , __(‘hours’)),
array(60 , __(‘minute’) , __(‘minutes’)),
array(1 , __(‘second’) , __(‘seconds’)),
);
Any help would be very much appreciated.
bbPress 1.0 Simplified Chinese Translation.
You can download it in URL below.
http://wpcn.googlecode.com/files/bbPress.1.0.Simp.Chinese.pack.only.v1-wpcng.zip
There maybe still have some translation bugs. So please let me know and I will fix it.
Hello,
I help running a small forum in Polish (forum.vulvodynia.pl) and I consider going from v0.9+ to v1-RC. Yet as I have a translation for v0.9 I suppose I would have to do a new translation from scratch. So this substantial amount of work make me think if the traslation file (.po/.mo) stays substantially the same when upgrading versions. Does it? And if not, is there a way to translate only the new data strings?
I know I’m lame at this, sorry.
I have finished a Swedish translation based on a .pot file found in Subversion repository, specificially revision 438 if memory serves me right. Info in Swedish about the translation and how to install it can be found at: http://luftslott.org/2009/06/ny-svensk-oversattning-av-bbpress/
The actual translation files, both .po and .mo, cna be found at: http://dropbox.jobjorn.se/bbpress-sv_SE.zip
Sam mentioned that he might set up a codex for us to start documenting bbPress… so I thought it might be useful to round up useful links with info we could cleanup for a bbPress codex:
Versions:
http://bbpress.org/forums/topic/new-stable-version-version-0905
http://bbpress.org/forums/topic/bbpress-10-release-candidate-1
http://bbpress.org/forums/tags/releases
WordPress and bbPress signin integration:
http://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101
http://bbpress.org/forums/topic/basic-integration-screencast
Theme integration:
http://bbpress.org/forums/topic/seemless-wordpress-integration
php compatibility issues:
http://bbpress.org/forums/topic/warning-cannot-yet-handle-mbcs-in-html_entity_decode
http://bbpress.org/forums/topic/warning-cannot-yet-handle-mbcs-in-html_entity_decode-in-home2
Writing plugins:
http://bbpress.org/forums/topic/overwriting-template-functions
http://bbpress.org/forums/topic/list-of-hooksactions
Importing data:
http://bbpress.org/forums/topic/importing-from-phpbb
Translation:
http://bbpress.org/forums/topic/how-to-translate-bbpress-to-another-language
http://bbshowcase.org/forums/topic/bbpress-translation-internationalization-into-local-languages
Roles:
http://bbpress.org/forums/topic/adding-a-new-user-type?replies=6#post-9210
Miscellaneous FAQ’s:
http://bbpress.org/forums/topic/forums-started-39-years-ago
Please chime in and share what you’d like to see documented in a bbPress codex… and also, any links you’ve found particular valuable!