Add translation support

Change-Id: I8cc38cd00683ce6f0ef8f62eb9eeddfc84c52a34
This commit is contained in:
Manuel Stahl 2020-02-07 16:29:11 +01:00
parent a854f981c6
commit 3c72960bd1
5 changed files with 31 additions and 2 deletions

5
src/i18n/en.js Normal file
View file

@ -0,0 +1,5 @@
import englishMessages from "ra-language-english";
export default {
...englishMessages,
};