You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,24 +10,24 @@ An alternative standalone Light Novel translator for Sugoi Translator.
10
10
11
11
stas-ln-translator name is an abbreviation of Sugoi Translator Alternative Standalone Light Novel Translator.
12
12
13
-
Some parts of this program based on Light-Novel-EPUB-Translator that included in Sugoi Translator.
13
+
Some parts of this program are based on Light-Novel-EPUB-Translator, which is included in Sugoi Translator.
14
14
15
15
Not affiliated with Sugoi Translator.
16
16
17
17
## Features
18
18
19
-
- Fast because API requests to Server are handled concurrently.
20
-
- Batch mode by default to cut down number of requests needed significantly.
21
-
- stas-server as a first-class citizen with compatibility with Sugoi Translator.
19
+
- Fast because API requests to the Server are handled concurrently.
20
+
- Batch mode is used by default to cut down the number of requests needed significantly.
21
+
-[stas-server](https://github.com/mddanish00/stas-server) as a first-class citizen with compatibility with Sugoi Translator.
22
22
- Standalone, not tightly coupled like Light-Novel-EPUB-Translator.
23
23
24
24
## User Guide
25
25
26
26
### Requirements
27
27
28
-
- stas-server or Sugoi Offline Translator (only `request_type=Single` can be used).
28
+
-[stas-server](https://github.com/mddanish00/stas-server) or Sugoi Offline Translator (only `request_type=Single` can be used).
29
29
30
-
- Python 3.12 or Python 3.13. Python 3.14 and above are still not supported.
30
+
- Python 3.12 or Python 3.13. Python 3.14 and later are not yet supported.
31
31
32
32
### Installation
33
33
@@ -74,9 +74,9 @@ Options:
74
74
|Name|Default|Description|
75
75
|----|-------|-----------|
76
76
|batch_size|100|Number of lines per batch in a request.|
77
-
|request_type|Batch|Request type used when contacting API. Either `Single` or `Batch`.|
77
+
|request_type|Batch|Request type used when contacting the API. Either `Single` or `Batch`.|
78
78
|tag_to_translate|p,h1,h2,h3,h4,h5,h6,title|HTML elements to translate, separated by commas.|
79
-
|translator_api_url|http://localhost:14366|stas-server or any other Sugoi Translator compatible API URL.|
79
+
|translator_api_url|http://localhost:14366|[stas-server](https://github.com/mddanish00/stas-server) or any other Sugoi Translator compatible API URL.|
80
80
81
81
## Development
82
82
@@ -86,8 +86,6 @@ To start developing for this project, make sure to install uv. It will automatic
86
86
87
87
Refer to [uv official docs](https://docs.astral.sh/uv/getting-started/installation/) for the installation instructions.
88
88
89
-
You need to make sure install ICU if in Linux yourself. For Windows, you need to use my python index to install PyICU.
90
-
91
89
Initialise the virtual environment and install dependencies.
92
90
93
91
```commandline
@@ -122,8 +120,8 @@ This project is licensed under the [MIT license](./LICENSE).
122
120
123
121
## Other License
124
122
125
-
Light-Novel-EPUB-Translator project is part of Sugoi Japanese Toolkit is licensed under the [MIT license](./LICENSE-Light-Novel-EPUB-Translator).
123
+
Light-Novel-EPUB-Translator project is part of the Sugoi Japanese Toolkit and is licensed under the [MIT license](./LICENSE-Light-Novel-EPUB-Translator).
126
124
127
125
## Acknowledgement
128
126
129
-
- Thanks to [MingShiba](https://www.patreon.com/mingshiba) for creating the Sugoi Japanese Toolkit and making high-quality (still machine translation) available to enjoy many untranslated Japanese works.
127
+
- Thanks to [MingShiba](https://www.patreon.com/mingshiba) for creating the Sugoi Japanese Toolkit and making high-quality (still machine translation) available to enjoy many untranslated Japanese works.
0 commit comments