mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-02 13:04:37 +00:00
0a1d9032f7
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
8 lines
165 B
JavaScript
8 lines
165 B
JavaScript
import inherited from 'mastodon/locales/pt-PT.json';
|
|
|
|
const messages = {
|
|
// No translations available.
|
|
};
|
|
|
|
export default Object.assign({}, inherited, messages);
|