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

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

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