add language tag

This commit is contained in:
Linda 2018-08-22 13:05:49 -04:00
parent 9a91fa9b0a
commit d4ad8f7d35

View file

@ -35,6 +35,7 @@ const Raven = require('raven-js');
};
window._locale = updateLocale();
document.documentElement.lang = window._locale;
})();
/**