mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
add language tag
This commit is contained in:
parent
9a91fa9b0a
commit
d4ad8f7d35
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ const Raven = require('raven-js');
|
|||
};
|
||||
|
||||
window._locale = updateLocale();
|
||||
document.documentElement.lang = window._locale;
|
||||
})();
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue