# HG changeset patch # User Torsten Irländer # Date 1370448190 -7200 # Node ID 7661f09466cc9c566763348c06cdb6324d09e45f # Parent 345896d5e6b55c9a293f9ed2a9ace74944b1e570 Added i18n extension. Note: This extension must be installed. See https://github.com/elmasse/Ext.i18n.Bundle/wiki/HowTo diff -r 345896d5e6b5 -r 7661f09466cc app.js --- a/app.js Wed Jun 05 18:01:49 2013 +0200 +++ b/app.js Wed Jun 05 18:03:10 2013 +0200 @@ -2,6 +2,13 @@ name: 'Lada', // Setting this variable to true should trigger loading the Viewport.js // file which sets ob the viewport. But this does not happen. + requires: ['Ext.i18n.Bundle'], + bundle: { + bundle: 'Lada', + lang: 'de-DE', + path: 'resources', + noCache: true + }, autoCreateViewport: true, launch: function() { // Start the application.