Sha256: cfd6fe2a079b94e05b5b33a3de826dfebdb0964a257ef990141ac5ddac22b8be
Contents?: true
Size: 261 Bytes
Versions: 33
Compression:
Stored size: 261 Bytes
Contents
export default class { static get locale () { if (window.I18n === undefined) { const locale = document.querySelector('html').getAttribute('lang') window.I18n = { locale: locale || 'en' } } return window.I18n.locale } }
Version data entries
33 entries across 33 versions & 2 rubygems