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

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

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