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

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

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