1
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

5 lines
304 B

// The translation functions and components we use are mocked out during tests anyway, so this
// message cataloge isnt really used anyway, but we mock them out so anything that imports them
// won't fail if they aren't generated when the tests run
/*eslint-disable*/ module.exports = { messages: {} };