about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/locales/en.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/flavours/glitch/locales/en.js')
-rw-r--r--app/javascript/flavours/glitch/locales/en.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/javascript/flavours/glitch/locales/en.js b/app/javascript/flavours/glitch/locales/en.js
index 11bdccfde..90e924d4a 100644
--- a/app/javascript/flavours/glitch/locales/en.js
+++ b/app/javascript/flavours/glitch/locales/en.js
@@ -1,5 +1,4 @@
 import inherited from 'mastodon/locales/en.json';
-import monsterfork from 'locales/monsterfork/en.json';
 
 const messages = {
   'getting_started.open_source_notice': 'Glitchsoc is free open source software forked from {Mastodon}. You can contribute or report issues on GitHub at {github}.',
@@ -65,4 +64,4 @@ const messages = {
   'advanced_options.threaded_mode.tooltip': 'Threaded mode enabled',
 };
 
-export default Object.assign({}, inherited, messages, monsterfork);
+export default Object.assign({}, inherited, messages);