Before i enable the module, the view field label could be found in translate interface and they are translatable. but after i hv enabled the module, those label are reverted to untranslated.
Before i enable the module, the view field label could be found in translate interface and they are translatable. but after i hv enabled the module, those label are reverted to untranslated.
Comments
Comment #1
miro_dietikerAfter enabling (and if you have already something in your views)...
Either resave the view or rebuild/refresh the string source i18nviews.
The refresh process is not being triggered on module enable. (Possibly we should.)
Comment #2
ykyuen commentedthanks. after i refreshed the string those label are still untranslated, then i try to search those strings and i found that there are so new views entries which do not have the translated string. so after i insert those values again, the translation works now.
thanks again