Open
Bug 102681
Opened 23 years ago
Updated 3 years ago
User Interface to provide translation of comments using babelfish
Categories
(Bugzilla :: User Interface, enhancement, P3)
Tracking
()
NEW
People
(Reporter: ludovic, Unassigned)
Details
Attachments
(3 files)
1.87 KB,
text/plain
|
Details | |
2.25 KB,
patch
|
Details | Diff | Splinter Review | |
2.17 KB,
patch
|
Details | Diff | Splinter Review |
DESCRIPTION:
This patch allows to send comments for translation to babelfish...
DETAILS:
translate.cgi:
translate.cgi is that page that does a redirect to babelfish.. It was necessary
to go through a separate page because babelfish wants unicode encoding... and
bugzilla does not want this !
babelfish.patch:
actual patch to defparam.pl and globals.pl.. The user interface is added in the
code that displays the comments in globals.pl and defparam.pl allows to
configure the babelfish feature.
babelfish.patch.alternative:
alternative version of the patch that can install on different version of
bugzilla as the one the patch was made for.. This patch does not support reverse
applying... but does the same thing.
REQUIREMENTS:
- the translate.cgi files needs the Unicode perl libraries to transform text to
UTF8.
- the patch has been based on the bugzilla post 2.14 codebase tagged with
bugzilla_mozilla_org_2001-Aug-31
WARNING:
using Netscape Communicator 4.x there might be some problems with garbling of
characters as it seems that the browser does not always like the fact of
switching character sets... Usually reload of the pages seems to solve the problem.
AUTHOR(S):
This patch has been developed by Ludovic Dubost <ludovic@netvalue.com> for the
bugzilla installation at Netvalue (http://www.netvalue.com).
Reporter | ||
Comment 1•23 years ago
|
||
Reporter | ||
Comment 2•23 years ago
|
||
Reporter | ||
Comment 3•23 years ago
|
||
Updated•23 years ago
|
Comment 4•23 years ago
|
||
This is a bit specialist...
Gerv
Comment 5•23 years ago
|
||
I think hacking the appropriate template would be a better way of doing this
once we've templatised the appropriate parts.
Comment 6•23 years ago
|
||
Should we check the translation script into contrib?
Gerv
Comment 7•23 years ago
|
||
We are currently trying to wrap up Bugzilla 2.16. We are now close enough to
release time that anything that wasn't already ranked at P1 isn't going to make
the cut. Thus this is being retargetted at 2.18. If you strongly disagree with
this retargetting, please comment, however, be aware that we only have about 2
weeks left to review and test anything at this point, and we intend to devote
this time to the remaining bugs that were designated as release blockers.
Target Milestone: Bugzilla 2.16 → Bugzilla 2.18
Comment 8•23 years ago
|
||
This is a nice feature, but maybe the contrib directory is really the right
place. I believe a really good implementation would involve the user being able
to select one particular translation and then have a "translate this bug" link
in the footer.
OS: Linux → All
Hardware: PC → All
Comment 9•22 years ago
|
||
The User Interface component now belongs to Gerv. Reassigning all UNCONFIRMED
and NEW (but not ASSIGNED) bugs currently owned by Myk (the previous component
owner) to Gerv.
Assignee: myk → gerv
Comment 10•22 years ago
|
||
Reassigning back to Myk. That stuff about Gerv taking over the User Interface
component turned out to be short-lived. Please pardon our confusion, and I'm
very sorry about the spam.
Assignee: gerv → myk
Comment 11•21 years ago
|
||
What's the state of this for 2.17.x? The patches surely will be for 2.14.
Comment 12•21 years ago
|
||
This feature is worth being in Bugzilla, although the UI may need revamping, and
the code certainly does considering when the patches were posted. Ludovic, if
you are still interested in getting this into Bugzilla, then reassign to
yourself and set the target milestone (2.18 if you expect to get to this within
the next month, a later milestone otherwise).
Target Milestone: Bugzilla 2.18 → Future
Updated•18 years ago
|
QA Contact: mattyt-bugzilla → default-qa
Updated•18 years ago
|
Target Milestone: Future → ---
Updated•18 years ago
|
Assignee: myk → ui
Updated•18 years ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•