about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/locales/en-cafe.js
blob: 6886de5d36a063b16523f0ce6c36911fae8a5eea (plain) (blame)
1
2
3
4
5
6
7
8
import base_english from 'flavours/glitch/locales/en';
import inherited from 'mastodon/locales/en-cafe.json';

const messages = {
  //  No new translations for glitch-soc strings.
};

export default Object.assign({}, base_english, inherited, messages);