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

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

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