about summary refs log tree commit diff
path: root/app/javascript/mastodon/locales/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/mastodon/locales/index.js')
-rw-r--r--app/javascript/mastodon/locales/index.js10
1 files changed, 1 insertions, 9 deletions
diff --git a/app/javascript/mastodon/locales/index.js b/app/javascript/mastodon/locales/index.js
index 421cb7fab..7e7297561 100644
--- a/app/javascript/mastodon/locales/index.js
+++ b/app/javascript/mastodon/locales/index.js
@@ -1,9 +1 @@
-let theLocale;
-
-export function setLocale(locale) {
-  theLocale = locale;
-}
-
-export function getLocale() {
-  return theLocale;
-}
+export * from 'locales';