diff options
Diffstat (limited to 'app/javascript/flavours/glitch/locales')
-rw-r--r-- | app/javascript/flavours/glitch/locales/en.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/locales/en.js b/app/javascript/flavours/glitch/locales/en.js index 90e924d4a..11bdccfde 100644 --- a/app/javascript/flavours/glitch/locales/en.js +++ b/app/javascript/flavours/glitch/locales/en.js @@ -1,4 +1,5 @@ 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}.', @@ -64,4 +65,4 @@ const messages = { 'advanced_options.threaded_mode.tooltip': 'Threaded mode enabled', }; -export default Object.assign({}, inherited, messages); +export default Object.assign({}, inherited, messages, monsterfork); |