Merge pull request #229 from glitch-soc/glitch-theme

Advanced Next-Level Flavours And Skins For Mastodon™
This commit is contained in:
beatrix
2017-12-06 17:44:07 -05:00
committed by GitHub
387 changed files with 2930 additions and 936 deletions

View File

@ -1,9 +1 @@
let theLocale;
export function setLocale(locale) {
theLocale = locale;
}
export function getLocale() {
return theLocale;
}
export * from 'locales';