Closed (duplicate)
Project:
Localization server
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Critical
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2009 at 13:43 UTC
Updated:
23 Sep 2009 at 13:35 UTC
I couldn't find possibility for exporting all suggested(unapproved) translation for feature offline reviewing
Editing via online interface not so usable as poedit(or any) for example and will be helpfull to export only suggested with feature import over
Comments
Comment #1
gábor hojtsyThe gettext PO format does not allow for what you request. On the l10n_server, one string can have any number of suggestions, so exporting all suggestions would not be possible with gettext PO which only allows one translation per string to be exported (and does not have the notion of suggestions). Do you have any better idea on how to segment the suggestions?
Also, when you import .po files for strings which have existing translations/suggestions, the text you import via the .po file is treated as suggestions, so you'd get even more suggestions after the import is done. Maybe we need to have a refined workflow here.
To be clear, I understand editing and picking the proper suggestions outside the l10n_server might be more convenient for some, but I don't see a way to implement that properly.
Comment #2
gábor hojtsyMarking as duplicate of #572676: Export suggestions in .po files. Although that came later, there are more people on that issue.