gab-social/app/javascript/gabsocial/locales/index.js
2019-07-02 03:10:25 -04:00

10 lines
129 B
JavaScript

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