Closed (duplicate)
Project:
Internationalization Views
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Dec 2012 at 11:42 UTC
Updated:
12 Dec 2012 at 16:18 UTC
If you have some views that have been defined in a feature the strings (eg. in a header textarea) are not translated until you actually go to the view through the views ui and save the view. After just saving the view the strings are translated.
Only going to the strings refresh page and refreshing the strings doesn't have the same effect.
Any guidelines on why this is or where this happens so that I can fix it?
Comments
Comment #1
jax commentedRelated to, or dupe of #1418880: Translated views stuff not visible until view resaved
Comment #2
jax commentedIt's a dupe. If you set is_translatable() to return TRUE in views.inc it works. So there needs to be done something with that.