mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-25 00:28:20 -05:00
Updating default locale to short codes
This commit is contained in:
parent
960a4c43ff
commit
4e51b077c2
1 changed files with 3 additions and 3 deletions
|
@ -17,10 +17,10 @@ window.Settings = {
|
|||
categoryStopColor: '#D62222',
|
||||
paletteBlockShadowOpacity: 0.8,
|
||||
autoSaveInterval: 30 * 1000,
|
||||
defaultLocale: 'en-US',
|
||||
defaultLocale: 'en',
|
||||
defaultLocaleShort: 'en',
|
||||
supportedLocales: {
|
||||
'English': 'en-US',
|
||||
'Español': 'es-AR'
|
||||
'English': 'en',
|
||||
'Español': 'es'
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue