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

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

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