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

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

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