Hi, I want to start german translation if there isn't anyone out there still doing it.
Anyone dissenting?
Are there any localization files?
(66 posts) (26 voices)-
Posted 3 years ago #
-
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! :)Posted 3 years ago # -
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
Posted 3 years ago # -
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 betweenbackticks." string, but it does not affect on site.Thanks!
Hasan.Posted 3 years ago # -
Some of the thing you signaled are already solved in development release, go to download page to see how to get it.
Posted 3 years ago # -
Ok, thank you. But i couldn't find any .pot files in "development release" pages.
Posted 3 years ago # -
Hello, I find the mo file es_ES. Somebody knows??
Posted 3 years ago # -
@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.Posted 3 years ago # -
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.
Posted 3 years ago # -
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.Posted 3 years ago # -
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');Posted 3 years ago # -
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.
Posted 3 years ago # -
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
Posted 3 years ago # -
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.
Posted 3 years ago # -
@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.phpfile:$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…/editeror…/modifier. The page will display, but when you click on the save button, changes to the user's profile won't be saved.Posted 3 years ago # -
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 HEREThis is just a test forum... it's not yet released to users
Bye!
Posted 3 years ago # -
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
Posted 3 years ago # -
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.phpin the bbPress folder archive at http://sostomates.fr/projets/bbpress/bbpress.zip has been modified accordingly.Posted 3 years ago # -
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 myde_DE.mo(generated by poEdit) into/bb-includes/languages, definded BBLANG asde_DEin myconfig.php, but everything is still in english. What's missing? Running version 0.74.Greets
Ike
Posted 3 years ago # -
I tried cagnese's spanish translation, but still nothing... So it's not my de_DE.mo...
Posted 3 years ago # -
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.Posted 3 years ago # -
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.poPlease tell me if it works or if it's buggy somehow.
Greetings
Ike
Posted 3 years ago # -
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/Posted 3 years ago # -
I think I'm going to try translating into swedish. Is there anyone who started doing this, or who cares to help?
Posted 3 years ago # -
Where do I get the .pot file?
Posted 3 years ago # -
I've started to translate into swedish! But i've made my own .pot-file for my template..
Posted 3 years ago # -
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?Posted 3 years ago # -
Hi there,
where can I find an italian translation of BBpress?Posted 2 years ago # -
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:
Posted 2 years ago # -
Ok, I'm translating it. Why we don't have a wiki?
Posted 2 years ago #
Reply »
You must log in to post.