mirror of
https://github.com/funamitech/mastodon
synced 2024-12-03 01:09:08 +09:00
8 lines
165 B
JavaScript
8 lines
165 B
JavaScript
import inherited from 'mastodon/locales/pt-BR.json';
|
|
|
|
const messages = {
|
|
// No translations available.
|
|
};
|
|
|
|
export default Object.assign({}, inherited, messages);
|