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

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

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