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

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

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