Sha256: 94df9862a484d7be8e2b1538926a162789d8d4e3285d7afc14f05eab7cdd7335
Contents?: true
Size: 301 Bytes
Versions: 4
Compression:
Stored size: 301 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
4 entries across 4 versions & 1 rubygems