Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 536 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 536 Bytes

@aws-amplify-jp/vocabulary-ja

Vocabulary dictionary for AWS Amplify's translations

Screenshot

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));