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

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

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