mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2025-02-17 17:01:12 -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',
|
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'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue