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

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

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