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

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

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