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

const messages = {
  //  No translations available.
};

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