Files
talk/plugins/talk-plugin-notifications-digest-hourly/client/index.js
T
2018-03-07 14:51:57 +01:00

8 lines
184 B
JavaScript

import translations from './translations.yml';
export default {
// The only thing necessary on the client side is to provide
// a translation for the new enum.
translations,
};