I have a Views Data export configured to output to path: feed.xml
If you check the following links:
You can see that the English version is OK, whereas the Greek version has invalid tag names (<invalid-tag-name>).
Are the tag names passed through translation for some reason?
Thanks in advance.
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | views_data_export.invalid-tag-name-2205749-10.patch | 618 bytes | ahmad abbad |
Comments
Comment #1
marktheshark commentedComment #2
marktheshark commentedComment #3
marktheshark commentedComment #4
marktheshark commentedAny feedback on this?
Comment #5
petu commentedYes! :(
It looks like views does it.
Use non-translated field captions.
Comment #6
marktheshark commentedI do need to translate the fields for the rest of my forms.
Is there another way or should we involve the Views developers?
Comment #7
vbard commentedseems like duplicate https://www.drupal.org/node/1344592
Comment #8
soraver commentedtry this patch https://www.drupal.org/node/2333999
it uses the labels as tags
it worked for me
Comment #9
plazik commentedFixed in #1344592: (CSV) Export labels not translated.
Comment #10
ahmad abbad commentedas comment #8 mentions this is the patch for D7