Needs review
Project:
Localization server
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Jul 2011 at 20:36 UTC
Updated:
14 Jun 2012 at 14:39 UTC
Jump to comment: Most recent file
Comments
Comment #1
gábor hojtsyYou can possibly hack that with context values, but this software was not really designed for the use case you are looking at.
Comment #3
derhasi commentedGabor, yes using context would work for the moment - I allready thought about that. Will stick with that, thanks.
Comment #4
guillaumev commentedI'd like to reopen this issue because I have the same problem.
I found a way, on .po file imports, to import comments written above messages. This allows me to build files with the format:
which can then be imported into the right textgroup using the patch for l10n_update here: http://drupal.org/node/1421600#comment-6116752.
I know that textgroups are going to disappear in D8 (which is a good thing) and that it would therefore be a waste of time to try to support them fully in l10n_server, but this kind of hackish way that I'm providing here (even though I tested it and so far it worked just fine) would allow people who have the same use case to actually translate the fields, views, blocks etc... in their features using a translation server, saving them a lot of pain...
Comment #5
guillaumev commented