Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.3 KB

File metadata and controls

36 lines (24 loc) · 1.3 KB

Translator

Back to index

Summary

I. Preview

preview

Summary

II. Command Prompt

Usage in shell: $ python main.py -t translator <argument>

Usage in script: translator <argument>

Arguments Values ​ ​ Descriptions
-c, --check <project>, <locale>, * Show all translations contain in locale file
-d, --delete <project>, * Delete a project from workspace
-l, --list List all projects in workspace
-n, --new <project>, * Create a blank project in workspace
-t, --translate <project> Run a translation process by project
-h, --help Show the helper commands menu
-v, --version Show version of tool

Summary

Back to index