ra-language-thai
v2.2.1
Published
Thai messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services
Downloads
74
Maintainers
Readme
Thai Messages for React-Admin
Thai messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services.
Installation
npm install --save ra-language-thai
Usage
import thaiMessages from "ra-language-thai";
const messages = {
th: thaiMessages
};
<Admin locale="th" messages={messages}>
...
</Admin>;