Closed (duplicate)
Project:
Quick Tabs
Version:
7.x-3.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 May 2013 at 14:36 UTC
Updated:
3 Nov 2014 at 10:59 UTC
Jump to comment: Most recent
When first creating tabs with i18n translation and then drag and drop them into another position, the translations references are not updated.
For example, when i create 2 view tabs with title Tab 1 and Tab 2. Then translate them in the i18n translate interface to Translation 1 and Translation 2.
- Tab 1 --> Translation 1 (quicktabs:tab:frontpage_tabs-0:title)
- Tab 2 --> Translation 2 (quicktabs:tab:frontpage_tabs-1:title).
If i then change the position of the tabs in the edit quicktab settings. The translations references are not updated:
- Tab 2 -> Translation 1 (quicktabs:tab:frontpage_tabs-0:title)
- Tab 1 -> Translation 2 (quicktabs:tab:frontpage_tabs-1:title)
Comments
Comment #1
pfrenssenThis is a duplicate of #673952: Translations mixed up when rearranging order.