1
0
mirror of https://github.com/mastodon/mastodon.git synced 2024-12-15 15:44:56 +01:00
mastodon/app/javascript/flavours/glitch/locales/it.js

8 lines
162 B
JavaScript
Raw Normal View History

2017-12-08 04:07:47 +01:00
import inherited from 'mastodon/locales/it.json';
const messages = {
// No translations available.
};
export default Object.assign({}, inherited, messages);