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

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

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