@evacuate/translate
v1.3.0
Published
`translate` Pass the name of a prefecture in Japan to the function and it will be translated and returned!
Downloads
70
Readme
Translate
translate
Pass the name of a prefecture in Japan to the function and it will be translated and returned!
Feature
- Can translate from Japanese to English.
- English names can also be converted to Japanese
Getting Started
Installation
Install package:
npm install @evacuate/translate
Import package:
import translate from "@evacuate/translate";
Use the function:
const result = translate("Tokyo"); console.log(result);
Author
- Minagishl (@minagishl)
License
This project is licensed under the MIT License. See the LICENSE file for details.