8 lines
162 B
JavaScript
Raw Normal View History

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