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

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

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