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

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

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