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

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

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