@say8425/ra-language-korean
TypeScript icon, indicating that this package has built-in type declarations

3.16.1 • Public • Published

Korean Messages for React-Admin

npm version GitHub Actions Test GitHub Actions Release GitHub license

Korean messages for react-admin.

react-admin 한국어 번역입니다.

기존 번역된 i18n 을 참고하여 최대한 매끄럽게 작성하였으며,
어투 또한 통일하였습니다.

번역 제안등은 issue 로 남겨주십시오.

Installation

Yarn

yarn add @say8425/ra-language-korean

NPM

npm install --save @say8425/ra-language-korean

Usage

import koreanMessages from 'ra-language-korean';
import polyglotI18nProvider from 'ra-i18n-polyglot';

const messages = {
    ko: koreanMessages
};
const i18nProvider = polyglotI18nProvider(locale => messages[locale], 'ko');

<Admin locale="ko" i18nProvider={i18nProvider}>
  ...
</Admin>

License

MIT License

Package Sidebar

Install

npm i @say8425/ra-language-korean

Weekly Downloads

0

Version

3.16.1

License

MIT

Unpacked Size

15.9 kB

Total Files

10

Last publish

Collaborators

  • say8425