Forums

Join
bbPress Support ForumsRequests and FeedbackHow to translate bbPress to another language

Info

How to translate bbPress to another language

  1. I need to translate bbPress user interface to Greek.

    I try to find another language file so I can translate it.

    I try to find English language file in the language files repository which is in http://svn.automattic.com/bbpress-i18n/ but I find not such file.. Any ideas?

  2. There's a good overview of bbPress' translation framework (with links to existing translations and to useful posts) on bbshowcase.org:
    http://bbshowcase.org/forums/topic/bbpress-translation-internationalization-into-local-languages

    According to that, bbPress uses the same translation approach as WordPress:
    http://codex.wordpress.org/Translating_WordPress#gettext_files

    The approach seems to be:
    1) You download the POT file, which has all the English strings in it.
    2) You translate the strings into your language (Greek) and save the file as a .po file
    3) You optimize the .po file into a machine readable .mo file

    Looks like you can get the bbPress POT file for whichever version you're using here:
    http://svn.automattic.com/bbpress-i18n/pot/tags/

    Good luck!

  3. Many thanks John, this is awesome advice.

  4. Hi,

    I just found this post and I would like to participate in the translation of bbPress ..
    If someone already started any translation and reads this .. well, reply to this so we can talk.

    Kostas

  5. if you use poedit it generate automatically .mo when you save the .po

    i use it to translate bbpress, wpmu and buddypress ;)

  6. Hi all,
    is there a greek version of bbPress available now, or do I have to follow the above procedure?

    Thanks
    Stella

  7. This is the best source of information I know of, and I don't see a greek translation here:
    http://bbshowcase.org/forums/topic/bbpress-translation-internationalization-into-local-languages

  8. You must log in to post.