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

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

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