This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2019-09-17 13:13:07 -07:00
|
|
|
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);
|