Package Exports
- ra-language-korean
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ra-language-korean) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Korean Translations for react-admin
Korean translations for react-admin, the frontend framework for building admin applications on top of REST services.
Installation
npm install --save ra-language-koreanUsage
import koreanMessages from 'ra-language-korean';
const messages = {
'kr': koreanMessages,
};
const i18nProvider = locale => messages[locale];
<Admin locale="kr" i18nProvider={i18nProvider}>
...
</Admin>for Korean Users
번역에 문제가 있으면 Issue란에 올려주시거나 Pull request 해주세요.
License
This translation is licensed under the MIT Licence.