* Fix library of crypto for current Windows
* Modify obok import statement
Only import this module when necessary
---------
Co-authored-by: Hsieh Chin Fan <pham@topo.tw>
* remove the duplicate item [13,17] => [17] in README
* correct the item numbers in README
* fix typo
* add 示范用例 section title to match the English README
---------
Co-authored-by: yihong0618 <zouzou0208@gmail.com>
* fix list number in readmes
* fix list number in readmes
* unify prompt config for role user and system
* update json sample file
* update documents and add test
* update readmes
* add prompt template
* format output for ChatGPTAPITranslator
* black format files
* fix: google txt loader failed
---------
Co-authored-by: yihong0618 <zouzou0208@gmail.com>
- Extracted get_translation method to improve code readability and maintainability
- Moved the code that handles API key and completion creation to the new method
* Improve README
- Improve English wording
- Surround command, files , terms with "`"
- In codeblock, make comment starts from capitalized char
- command/parameter -> option
- Add description about --translate-tags from PR#107
* Remove Traditional Chinese
* Fix terms for Simplified Chinese
---------
Co-authored-by: Hsieh Chin Fan <pham@topo.tw>
* update: refine the text of messages to the end user
* update: refine message text
* fix: lint
---------
Co-authored-by: yihong0618 <zouzou0208@gmail.com>
* feat: parse xhtml based epub by detect automatically
* fix: fix the issue with the progress bar not updating properly
* refactor: refactor on logic
---------
Co-authored-by: yihong0618 <zouzou0208@gmail.com>
* Improve helper message
Since too many available languages, use metavar at the first line
* Improve helper message for model
* Apply formatter
---------
Co-authored-by: Hsieh Chin Fan <pham@topo.tw>