You are not logged in.
- Topics: Active | Unanswered
#1 2008-11-20 15:33:10
- Connor
- Former Developer
- Registered: 2008-04-27
- Posts: 1,127
Translation portal
Just experimenting with an idea here, inspired by how fast this topic got translations http://fluxbb.org/forums/topic/2261/ext … -userlist/
I'm looking at creating a part of the site where anyone can edit language files and download current revisions online http://fluxbb.org/translate/ (like a wiki for translating), its still very much a work in process so if its broken I'm probably working on it, but atm it lets admins import language files, and add languages, and you can view the current translations, I'm working on letting users edit the languages now.
Any comments/suggestions (do you think this is a good idea?)
Also if this is successful, it can be easily extended to let extension language files be uploaded and translated by anyone.
Offline
#2 2008-11-20 16:01:22
- kierownik
- Member

- From: Tilburg, Netherlands
- Registered: 2008-05-10
- Posts: 251
- Website
Re: Translation portal
I think it is a great idea. This way alot of people have a look at the files and we get the best of the best translations.
Offline
#3 2008-11-20 16:49:56
- Strofanto
- Member
- From: Italy
- Registered: 2008-05-14
- Posts: 288
Re: Translation portal
I have a partial translation to italian (i.e. those files that were already posted by Paul). How can I upload it?
Offline
#4 2008-11-20 16:58:42
- Connor
- Former Developer
- Registered: 2008-04-27
- Posts: 1,127
Re: Translation portal
You can't yet, i'm still working on that, hopefully it'll be working soon ![]()
Offline
#5 2008-11-20 17:01:44
- Strofanto
- Member
- From: Italy
- Registered: 2008-05-14
- Posts: 288
Re: Translation portal
Sorry, I read the topic over and it was clear I couldn't, can I email you the translation I have so far or you think you can make users upload anytime soon?
Offline
#6 2008-11-20 17:21:40
- Connor
- Former Developer
- Registered: 2008-04-27
- Posts: 1,127
Re: Translation portal
I'm not sure, I'll post again once I've got editing working.
Offline
#8 2008-11-20 19:10:05
- MisterAwesome
- Member
- Registered: 2008-06-03
- Posts: 44
- Website
Re: Translation portal
Very nice Thanks
Offline
#9 2008-11-20 19:57:48
- Gil
- Member

- From: France
- Registered: 2008-05-10
- Posts: 128
- Website
Re: Translation portal
Good idea!
But I had a bug here: http://fluxbb.org/translate/index.php?language=2&file=1
Notice: Undefined index: 480 in /var/www/public_html/translate/index.php on line 64
Notice: Undefined index: 481 in /var/www/public_html/translate/index.php on line 64
...
Notice: Undefined index: 611 in /var/www/public_html/translate/index.php on line 64Several times, but not always. Strange.
Last edited by Gil (2008-11-20 20:04:20)
Offline
#10 2008-11-20 20:04:51
- Connor
- Former Developer
- Registered: 2008-04-27
- Posts: 1,127
Re: Translation portal
I'm not seeing that now, do you still get it?
Offline
#11 2008-11-20 20:21:35
- Gil
- Member

- From: France
- Registered: 2008-05-10
- Posts: 128
- Website
Re: Translation portal
I'm not seeing that now, do you still get it?
No, but another strange things:
http://fluxbb.org/translate/view.php?language=2&file=18 is displaying:
<?php
$lang_delete = array (
'Delete post' => 'Supprimer le message',
'Delete topic' => '',
'Delete post label' => 'Supprimer le message posté par %1$s le %2$s',
'Delete topic label' => 'Supprimer la discussion (réponses incluses) créée par %2$s',
...and
http://fluxbb.org/translate/index.php?l … =2&file=18 is displaying:
#
French translation for delete.php
#
* Key: Delete topic
* English translation: Delete topic
* French translation:
* History
#
* Key: Forum
...=> i.e. some translations exists in the file when viewing, and do not exist when I'm in translation mode!
Offline
#12 2008-11-20 20:23:43
- Gil
- Member

- From: France
- Registered: 2008-05-10
- Posts: 128
- Website
Re: Translation portal
=> i.e. some translations exists in the file when viewing, and do not exist when I'm in translation mode!
No, it's just that it' not the same order. I'm sorry ![]()
Offline
#13 2008-11-20 20:32:57
- Connor
- Former Developer
- Registered: 2008-04-27
- Posts: 1,127
Re: Translation portal
When viewing untranslated strings appear first.
Offline
#14 2008-11-20 20:39:17
- Connor
- Former Developer
- Registered: 2008-04-27
- Posts: 1,127
Re: Translation portal
Sorry, I read the topic over and it was clear I couldn't, can I email you the translation I have so far or you think you can make users upload anytime soon?
http://fluxbb.org/translate/import.php users should now be able to upload files
Note: this is still a bit of a test, so there may be issues.
Offline
#15 2008-11-20 20:42:16
- Strofanto
- Member
- From: Italy
- Registered: 2008-05-14
- Posts: 288
Re: Translation portal
I uploaded all the files I had without any problem.
Offline
#16 2008-11-20 20:43:29
- Connor
- Former Developer
- Registered: 2008-04-27
- Posts: 1,127
Re: Translation portal
There is a slight bug with lines with comments after them, a couple of entries might need correcting.
Offline
#17 2008-11-20 20:47:59
- Strofanto
- Member
- From: Italy
- Registered: 2008-05-14
- Posts: 288
Re: Translation portal
Also the percentage check is probably checking against old files.
Offline
#18 2008-11-20 20:50:24
- Connor
- Former Developer
- Registered: 2008-04-27
- Posts: 1,127
Re: Translation portal
No, its using the latest SVN (although the % calculation might be wrong, but it looks ok to me)
Offline
#19 2008-11-20 21:05:35
- Strofanto
- Member
- From: Italy
- Registered: 2008-05-14
- Posts: 288
Re: Translation portal
That's odd, I get 3% in files that I haven't even uploaded and 80% for files that I fully translated.
Offline
#20 2008-11-20 21:12:51
- Connor
- Former Developer
- Registered: 2008-04-27
- Posts: 1,127
Re: Translation portal
Yeh sorry, there was a problem with strings that are used in more than one file (it only added them to the first file it found) it should add them to all now, you can try reuploading the files.
Offline
#21 2008-11-20 21:30:42
- Strofanto
- Member
- From: Italy
- Registered: 2008-05-14
- Posts: 288
Re: Translation portal
I reuploaded the files and those ones are now at 100%, yet some files are at more than 0%, which shouldn't be (unless someone else uploaded files meanwhile).
Offline
#22 2008-11-20 21:31:56
- eureka
- Member
- From: France
- Registered: 2008-08-29
- Posts: 46
Re: Translation portal
hum
the French translation contains the same errors as mine
French language packs for FluxBB 1.3-Legacy and FluxBB 1.4.2
Offline
#23 2008-11-20 21:35:43
- Connor
- Former Developer
- Registered: 2008-04-27
- Posts: 1,127
Re: Translation portal
Fix them then
thats the point of this.
Offline
#24 2008-11-20 21:39:21
- eureka
- Member
- From: France
- Registered: 2008-08-29
- Posts: 46
Re: Translation portal
Is this my files that were imported ?
French language packs for FluxBB 1.3-Legacy and FluxBB 1.4.2
Offline
#25 2008-11-20 21:41:30
- Connor
- Former Developer
- Registered: 2008-04-27
- Posts: 1,127
Re: Translation portal
Probably yeh, I just used what was on http://eureka.olympe-network.com/entrans/main.php
Offline
