1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-02-21 10:03:48 -05:00

8 lines
165 B
JavaScript
Raw Normal View History

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