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

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

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