0.2.0 • Published 3 years ago

@aws-amplify-jp/vocabulary-ja v0.2.0

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

@aws-amplify-jp/vocabulary-ja

Vocabulary dictionary for AWS Amplify's translations

Getting started

Install the package via npm registry:

$ npm install @aws-amplify-jp/vocabulary-ja

Import and put into I18n class of aws-amplify:

import { I18n } from "aws-amplify";
import { Translations } from "@aws-amplify/ui-components";
import ja from "@aws-amplify-jp/vocabulary-ja";

I18n.putVocabulariesForLanguage("ja-JP", ja(Translations));
0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago