bigbuffet-rw/app/soapbox/locales/index.js
2020-05-28 17:56:55 -05:00

9 lines
129 B
JavaScript

let theLocale;
export function setLocale(locale) {
theLocale = locale;
}
export function getLocale() {
return theLocale;
}