Hello!
The new model of Sencha Designer seems to be that you don't export once and then code, but continuously build your app in Designer.
So how should I handle internationalization of text in Ext Designer?
Is there maybe some way to apply non-strings to string configs? I would like to apply text configs like:
thanksCode:title: Localize.t('Hello %s!','Roland')
Roland

