Skip to content

FabricCore/translate-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

let translate = require("translate");

translate("Text in foreign language.");
translate("Text in foreign language.", options);

Options is an option with fields

  • option.instance
  • option.source (can be auto)
  • option.target (such as en)

If not specified, the options takes the value of the translate config.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors