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

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

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