You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there is the following value in our CSV MyApp.SuperWindow, config.data.superwindowtitle, "peter", "paul" we get an error with the Ext.window.Window as it doesn't appear in the CSV.
The text was updated successfully, but these errors were encountered:
We should change the key in the CSV from the view name to the viewmodel name and adapt the logic.
This has one simple reason:
If you use the viewmodel with the corresponding value in another view the translated string cannot be found as the view has another xtype. e.g:
If there is the following value in our CSV
MyApp.SuperWindow, config.data.superwindowtitle, "peter", "paul"
we get an error with theExt.window.Window
as it doesn't appear in the CSV.The text was updated successfully, but these errors were encountered: