1.0.0 • Published 7 years ago

aor-language-thai v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Thai Translations for Admin-on-rest

Thai translations for admin-on-rest, the frontend framework for building admin applications on top of REST services.

Installation

npm install --save aor-language-thai

Usage

import thaiMessages from 'aor-language-thai';

const messages = {
    'th': thaiMessages,
};

<Admin locale="th" messages={messages}>
  ...
</Admin>

License

This translation is licensed under the MIT Licence.