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

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

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