i18nviews doesn't yet support refreshing of translations.

Comments

catch’s picture

Subscribing.

nedjo’s picture

To explain a bit more:

i18nstrings module introduces a 'refresh' op to hook_locale, through which existing strings in a given group can be read in en masse. This is useful if e.g. a user enables an i18nstrings-based module when there are existing data. The refresh functionality will process these data.

For views, we'd need to iterate through all existing views and process them.

nedjo’s picture

Status: Active » Postponed

Looking at ways to add localization directly to Views, which could make this issue unneeded.

jose reyero’s picture

Project: Internationalization » Internationalization Views
Version: 6.x-1.x-dev » 6.x-2.x-dev
Status: Postponed » Closed (fixed)

This is already done. Also moved to new project. See #788290: Fix views compatibility issues (2.x, 3.x), spin off i18nviews module?