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

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

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