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

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

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