Skip to content

shunueda/md-i18n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

md-i18n

I18n for Markdown files.

Install: yarn global add md-i18n

Put the file you want to translate into the docs file and run md-i18n in the parent directory to start the translation automatically. The translated files will be stored in the i18n file.

Check this website for available languages.

Command smaple: md-i18n --target=ja-JA --souce=en

parent <- run command here

├─docs <- file you want to translate

└─i18n <- translated files will be stored here

Why not asynchronous?

Because I don't want to overload the translation server and get into trouble.

Example

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published