Updating default locale to short codes

This commit is contained in:
Tim Mickel 2016-01-12 15:12:52 -05:00
parent 960a4c43ff
commit 4e51b077c2

View file

@ -17,10 +17,10 @@ window.Settings = {
categoryStopColor: '#D62222', categoryStopColor: '#D62222',
paletteBlockShadowOpacity: 0.8, paletteBlockShadowOpacity: 0.8,
autoSaveInterval: 30 * 1000, autoSaveInterval: 30 * 1000,
defaultLocale: 'en-US', defaultLocale: 'en',
defaultLocaleShort: 'en', defaultLocaleShort: 'en',
supportedLocales: { supportedLocales: {
'English': 'en-US', 'English': 'en',
'Español': 'es-AR' 'Español': 'es'
} }
}; };