Skip to content

Commit e6487ea

Browse files
author
Insighter2k
committed
2 parents 13a373c + 8eef158 commit e6487ea

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Simple-Kup-Translator
2+
This tool enables you to open the KUP file from Kuriimu, translates the "OriginalText" and sets the "EditedText" to the target language.
3+
4+
# Pre-Requisites
5+
- [x] Windows
6+
- [x] .NET Framework 4.5.2
7+
- [x] .NET C# Language Version 7.1+
8+
9+
# How does it work
10+
Execute the executable with parameters and it will do the work for you.
11+
12+
## Parameters
13+
-file => Setting the target filename. Example: -file:"C:\temp\XYZ.kup" **Required**
14+
15+
-lng => Setting the target language. Example: -lng:ro (Romaji) or -lng:en (English) **Required**
16+
17+
-from => In each KUP files, there are names in this format "textXYZ". You can set the number from which the tool shall start the translation. Example: -from:2000 **Optional**
18+
19+
-to => In each KUP files, there are names in this format "textXYZ". You can set the number until which the tool shall do the translation. Example: -to:2100 **Optional**
20+
21+
Full example: SimpleKupTranslator.exe -file:"C:\temp\test.kup" -lng:ro -from:1200 -to:1250
22+
23+
# Links
24+
Kuriimu -> https://github.com/IcySon55/Kuriimu
25+
26+
Kasaki Wrapper -> https://github.com/linguanostra/Kakasi.NET

0 commit comments

Comments
 (0)