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

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

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