When using the cli you can use -m to set the translation module.
But when using the package eg:
let es_lang = await translator.translateObject(
en_lang,
translator.languages.English,
translator.languages.Spanish
);
How do you set the translation module?
When using the cli you can use
-mto set the translation module.But when using the package eg:
How do you set the translation module?