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

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

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