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

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

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