Basic tcef home
This commit is contained in:
parent
460d0a0b5e
commit
60fcd48140
6 changed files with 230 additions and 13 deletions
|
|
@ -60,7 +60,7 @@ i18n.use(backend)
|
|||
whitelist: false,
|
||||
// whitelist: ['es', 'en'], // allowed languages
|
||||
load: 'all', // es-ES -> es, en-US -> en
|
||||
debug: true,
|
||||
debug: false,
|
||||
ns: 'common',
|
||||
defaultNS: 'common',
|
||||
saveMissing: true, // if true seems it's fails to getResourceBundle
|
||||
|
|
@ -79,7 +79,7 @@ i18n.use(backend)
|
|||
}
|
||||
}, function(err, t) {
|
||||
// initialized and ready to
|
||||
console.log(t('AppName'));
|
||||
// console.log(t('AppName'));
|
||||
});
|
||||
|
||||
export default i18n;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue