Tool to translate Ygopro database
Parameters:
-h view usage
-lang output language (default: English)
-config configuration file (default: config.json)
Modes:
-update update the wikia database
-translate translate Ygopro database
Known languages:
en English
de German (Deutsch)
es Spanish (Español)
fr French (Français)
it Italian (Italiano)
ja Japanese (日本語)
ko Korean (한국어)
pt Portuguese (Português)
zh Chinese (中文)
This example shows how to translate to Spanish.
- Create a folder to hold the configuration and database files. The commands must to be run from inside this folder.
- Put
config.json
andcards.cdb
(the English database) inside the folder. - Copy
cards.cdb
tocards-es.cdb
. The "-es" sulfix is the language code. - Run the command
wikia -update -lang es
. This will download the Wikia database. - Run the command
wikia -translate -lang es
.