Active
Project:
Localization server
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Dec 2007 at 16:57 UTC
Updated:
13 Dec 2013 at 19:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
gábor hojtsyHm, good idea. But this definitely needs to be hidden by default. Most of the time, you will not need this field, right?
I wonder whether relating nodes as discussion pages (ala wikis) to source text when desired is any good idea. Unfortunately the discussion page lacks display of the translation and suggestions (as in the wiki), and vice versa. However, it would let translators use a well known system (either wiki page or node with comments) in their language group (thinking of you using organic groups module). Thoughts?
Comment #2
sutharsan commentedDiscussions per string are rare. The majority of the translation discussions are about which word to use for a translation. For this purpose we have plans to setup a wordlist using CCK-type nodes and one discussion thread per word. Other discussion are language style related. Also not string related. In my experience string related comment are no more than two lines. Wiki page comments would be an overkill.
Hiding a comment by default is no problem. If so, an indication should be present that comments are available. I add comments (in poEdit) to < 5% of the strings. Filtering a list on stings with comments would be ideal.
Comment #3
gábor hojtsyComment #4
hass commentedI do not believe so. Often you need to comment why a string needs work... this could end with more suggestions and much more comments. It may need to act like a project issue node.
Comment #5
Lex-DRL commentedI've been redirected from here: #1062210: "Comments for translations" feature
As I wrote there, there is already example of this feature well-implemented, Notabenoid. Unfortunately that site is completely in russian, so I'll try to describe how it's done there:
It has a source string instead of "Title" and comments doesn't have "Subject" since there's no need in it. It's important to mention, that "threads" are created one per source string, not one per translation/suggestion.
This is just a description of something already existing in the web. And here are some my suggestions for making this feature even better:
I'm not familiar with Drupal API and don't know if what I describe is possible at all. So this is nothing more than just an end-user's suggestion. But I hope it helps.
Comment #6
hass commentedI like it very much. This really helps a lot. Can you extract a patch?
Comment #7
Lex-DRL commentedto haas:
Sorry, can't understand what you mean. Is your question addressed to me?
I don't know if Notabenoid is build on Drupal or not. Most likely, it's not.
I just posted a suggestion of what the UI for this feature can look like.
Comment #8
andyceo commentedVery good idea. I think we need this feature strongly.
Comment #9
podarokrelated issues #1375838: [META] feature requests born from cyrillic l.d.o
Comment #10
allukraine commentedA very important extension, it is really much help to translators.
Comment #11
DeNelo commentedJust showing any comment attached to a string in a po file would be helpful.
I would like to use this module for community-driven localization of a certain piece of software, and consistently showing the comment attached to the current string would be really helpful.
There's even room for it, as the screenshot shows.
Comment #12
nord1dea commentedI want to go back:
At one of the last meeting of Russian Team we decided to implement the comments functionality without reference to the LDO for the time being.
The result was js-script on Userscripts.org with database on private server.
Here is it:
http://userscripts.org/scripts/show/184606
Here's how it looks:


I think we can use it until such a functionality is not implemented in l10n_server, and then just transfer the comments.
But now we have one inconvenient feature - external authorization. It would be great to use SSO on LDO. Who can help us with this?