Mercurial > lada > lada-client
comparison app.js @ 311:d80bb62b7fd4
Required Lada.lib.Helpers
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Fri, 09 Aug 2013 16:22:42 +0200 |
parents | 32e1356cf391 |
children | f06a882ab776 |
comparison
equal
deleted
inserted
replaced
310:aeeb0f534411 | 311:d80bb62b7fd4 |
---|---|
4 // references! | 4 // references! |
5 name: 'Lada', | 5 name: 'Lada', |
6 | 6 |
7 // Setting up translations. This is done using a ext-plgin which can be | 7 // Setting up translations. This is done using a ext-plgin which can be |
8 // found on https://github.com/elmasse/Ext.i18n.Bundle | 8 // found on https://github.com/elmasse/Ext.i18n.Bundle |
9 requires: ['Ext.i18n.Bundle'], | 9 requires: ['Ext.i18n.Bundle', 'Lada.lib.Helpers'], |
10 bundle: { | 10 bundle: { |
11 bundle: 'Lada', | 11 bundle: 'Lada', |
12 lang: 'de-DE', | 12 lang: 'de-DE', |
13 path: 'resources', | 13 path: 'resources', |
14 noCache: true | 14 noCache: true |