bigbuffet-rw/app/gabsocial/locales/index.js
2020-03-27 15:59:38 -05:00

9 lines
129 B
JavaScript

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