index.js (129B)
- let theLocale;
- export function setLocale(locale) {
- theLocale = locale;
- }
- export function getLocale() {
- return theLocale;
- }
git clone https://anongit.hacktivis.me/git/mastofe.git/
index.js (129B)
- let theLocale;
- export function setLocale(locale) {
- theLocale = locale;
- }
- export function getLocale() {
- return theLocale;
- }