mirror of
https://github.com/wassname/talk.git
synced 2026-07-03 05:46:15 +08:00
8 lines
184 B
JavaScript
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,
|
|
};
|