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

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

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