mastodon/app/javascript/flavours/glitch/locales/fr.js

8 lines
162 B
JavaScript
Raw Normal View History

2017-12-08 04:07:47 +01:00
import inherited from 'mastodon/locales/fr.json';
const messages = {
// No translations available.
};
export default Object.assign({}, inherited, messages);