I just installed the latest dev, the one with the new views localization plugin.
When I refresh the views string using the translate interface I get the following error:
Fatal error: Call to undefined method view::save_locale_strings() in C:\wamp\www\drupal\sites\all\modules\i18n\i18nviews\i18nviews.module on line 44
I use views 6.x-3.0-alpha1
Also the taxonomy strings and page title of the taxonomy term view are still not translated.
The taxonomy terms of the exposed filter also remain untranslated.
What should this new dev translate in views?
I did clear the caches.
Comments
Comment #1
jose reyero commentedThis needs a patch (pending) on views module #357529: Implement translation of customized 'translatable' views properties
Anyway, added some checks so it doesn't run if views side not available.