about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/locales/pt-PT.js
blob: cf7afd17aca5e655a37d57b9711e3af2ae6099dd (plain) (blame)
1
2
3
4
5
6
7
import inherited from 'mastodon/locales/pt-PT.json';

const messages = {
  //  No translations available.
};

export default Object.assign({}, inherited, messages);