-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
Hi
I am trying to set the default locale and my configuration is as below.
`var localeConf = {
basePath: 'languages',
defaultLocale: 'ta-IN',
sharedDictionary: 'common',
fileExtension: '.lang.json',
persistSelection: true,
cookieName: 'COOKIE_LOCALE_LANG',
observableAttrs: new RegExp('^data-(?!ng-|i18n)'),
delimiter: '::',
validTokens: new RegExp('^[\w.-]+.[\w\s.-]+\w(:.*)?$')
};
var localeSupported = [
'ta-IN',
'fr-FR',
'en-US'
]
var localeFallbacks = {
'ta': 'ta-IN',
'en': 'en-US',
'fr': 'fr-FR'
}`
But i could not see the output for ta-IN.
Tested it with en-US and its working. Maintained the same folder structure too.
Metadata
Metadata
Assignees
Labels
No labels