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

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

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