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

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

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