Forums

Join
bbPress Support ForumsInstallationAre there any localization files?

Info

Are there any localization files?

  1. Hi, I want to start german translation if there isn't anyone out there still doing it.
    Anyone dissenting?

  2. i just started a german one:
    find it at http://stigi.seidbereit.de/bbpress_de_DE.po
    its far from finished. i just started at the beginning. and when i was bored i started again at the end and hoped i would meet up in the middle.
    but there are still like 800 lines not translated. but contribute! :)

  3. Hi stigi. We should definitely merge our work, due to I have started translating as well and only have about 50 untranslated strings.
    I am presently hanging out in #bbpress on Freenode from time to time, so maybe lets meet there sometime.

    cheers

  4. Hi,
    I've finished translating bbPress into Turkish from that given .po file. Thanks Falo. But, is this an official .po file?

    There are some problems, for example time items are not translatable, some missing strings and a problem in profile page.

    If I translate "Edit" into my language the link of edit page also changes; and we cannot edit the profile. And also, similar problem in "Favorites" string. If we translate "favorites" the link of favorites page changes as well.

    Finally, I've translated "Allowed tags: a em strong code ul ol li blockquote.
    Put code in between backticks." string, but it does not affect on site.

    Thanks!
    Hasan.

  5. Some of the thing you signaled are already solved in development release, go to download page to see how to get it.

  6. Ok, thank you. But i couldn't find any .pot files in "development release" pages.

  7. Hello, I find the mo file es_ES. Somebody knows??

  8. @teknoseyir
    I started translating into Japanese using this .po file (thanks lstelie).
    http://bbpress.org/forums/topic/6?replies=37#post-331
    But I wish core developers released official pot file.

  9. I have translated bbpress into spanish (es_AR), and you can download it from here http://isea.biz/es_AR/es_AR.rar . It includes the pot file for bbpres “Bix” version 0.73, so you can modify pot file using poEdit (http://www.poedit.org) as you like.

  10. Hello, cagnese. Thanks for your traslation, but I still can not use it.
    The explanation for installing it made before now by aka does not function, because the new version (o.73) is different and includes some suggestions made in this threat. By example, the is not any document called /bb-includes/i18n
    So, could anyone post the new instructions in order to make the localisation function? Thanks.

  11. Installing localization file can be done like that:

    1. Create a new directory named 'languages' in your 'bb-includes' folder.
    2. Place .mo file into 'languages' directory.
    3. Setup your config.php file
    (e.g if your .mo file's name is es_AR.mo change define('BBLANG', '');
    value like this: define('BBLANG', 'es_AR');

  12. Thanks, teknoseyr, it worked. The problem was that only a few words are yet traslated, but this will change soon, I hope: bbpress has a lot of future.

  13. A friend of mine translated the .po and .mo into standard Spanish (es_ES), to use them in our forum. You can donwload the files from here: http://blog.pompilos.org/files/bbpress-es_ES.rar

  14. Sorry, there is some bug in Spanish translation. Strangely, the function for changing the password (in "Profile > Edit") stops working when this .mo file is running, and the problem dissapears if you revert it to the English version.

    So, don't use it.

  15. @pompilos and lstelie

    I guess the change password bug (and general user-account editing bug) in the translated versions are triggered by the translation of this line in the bbpress/bb-includes/functions.php file:

    $profile_menu[0] = array(__('Edit'), 'edit_profile', 'edit_users', 'profile-edit.php', 'edit');

    If you translate 'Edit' by 'Editer' or 'Modifier', for example, users won't be able to save their password change, and administrators won't be able to save a role change for an user; the last part of the edit link -- …/edit-- will be changed to either …/editer or …/modifier. The page will display, but when you click on the save button, changes to the user's profile won't be saved.

  16. Hi there...
    i nearly completed an italian translation for bbPress (using the last SVN, so it should be the most updated).
    I'm keeping it updated and i'm going near completion today or tomorrow.
    If you want to have a look at it or use it, feel free to check HERE

    This is just a test forum... it's not yet released to users

    Bye!

  17. I have made a .pot file, a fr_FR.po file and a fr_FR.mo file from version 561 in the bbPress Subversion trunk.
    http://svn.automattic.com/bbpress/trunk/
    svn co http://svn.automattic.com/bbpress/trunk/

    The localization files are based upon the previous French localization files for bbPress made by Luc St-Elie.
    http://bbpress.org/forums/topic/6#post-331

    • The bbPress 561 folder:
    http://sostomates.fr/projets/bbpress/bbpress.zip
    • The pot file:
    http://sostomates.fr/projets/bbpress/trad/bbpress.pot.zip
    • The French po file:
    http://sostomates.fr/projets/bbpress/trad/fr/fr_FR.po.zip
    • The French mo file:
    http://sostomates.fr/projets/bbpress/trad/fr/fr_FR.mo.zip
    See it in action at http://sostomates.fr/

    Comments welcome at http://sostomates.fr/bar/topic/20?replies=1

  18. File bbpress/bb-admin/index.php
    line #32 is:
    <li><?php printf('Forums started %s ago.', bb_since(get_inception())); ?></li>

    but should be:
    <li><?php printf(__('Forums started %s ago.'), bb_since(get_inception())); ?></li>

    in order for it to be "gettext-translated".

    The file bbpress/bb-admin/index.php in the bbPress folder archive at http://sostomates.fr/projets/bbpress/bbpress.zip has been modified accordingly.

  19. Hi there,

    I just finished the german translation.
    Or I assume to, because it doesn't work at all?! I followed teknoseyir's steps and uploaded my de_DE.mo (generated by poEdit) into /bb-includes/languages, definded BBLANG as de_DE in my config.php, but everything is still in english. What's missing? Running version 0.74.

    Greets

    Ike

  20. I tried cagnese's spanish translation, but still nothing... So it's not my de_DE.mo...

  21. Hello Ike,
    I think you just have to put "de" instead of "de_DE" in the config file…
    Would you post your german translation? Because I'm still looking for one.

  22. Hi there,
    i haven't tried this yet, but i don't think, that this is the cause. German language files are usually called de_DE, because there are de_AT (for Austria) and de_CH (for Switzerland) too.

    Just download it from:
    http://www.creatom.de/showroom/de_DE.mo
    http://www.creatom.de/showroom/de_DE.po

    Please tell me if it works or if it's buggy somehow.

    Greetings

    Ike

  23. For anyone interested, I've got a list of all the current translations going. If you have one that isn't there I'd love to add it.
    Check it out here: http://proforums.palmansworld.com/localization/

  24. I think I'm going to try translating into swedish. Is there anyone who started doing this, or who cares to help?

  25. Where do I get the .pot file?

  26. I've started to translate into swedish! But i've made my own .pot-file for my template..

  27. I did that too, then I started to worry that perhaps the .po file i downloaded wasn't the latest one. It was linked to from a rather old post..
    For now i'll just stick to the one i downloaded.
    How much have you translated?

  28. Hi there,
    where can I find an italian translation of BBpress?

  29. As for Italian, I don't think there is one yet. Here is a list (I think it's current) of all the available translations:

    http://proforums.palmansworld.com/localization/

  30. Ok, I'm translating it. Why we don't have a wiki?