Skip to content

kafu0611/umamusume-db-translate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Pages

This project aims to create a tool in form of a static webpage to translate the game Uma Musume Pretty Derby by patching master.mdb file, which is easily swappable in Windows / DMM distribution of the game.

To do this, it uses sql.js to manipulate master.mdb directly in the browser.

Usage

The tool can be accessed at https://fabulouscupcake.github.io/umamusume-db-translate/.

Contributing

Translations can be found in csv format at src/data/ directory.
All csv files will be merged into a single json file and used to do simple search-and-replace to the text_data table in master.mdb.

Development

To generate the final static page, simply run make. Note that you need jq to be installed.

For local development/testing, simply run a webserver serving the public directory output with e.g. serve

$ make
==> Cleaning project…
==> Converting csv files into a single json…
==> Building static page…
==> Done!

$ npx serve public
┌───────────────────────────────────────────────────┐
│                                                   │
│   Serving!                                        │
│                                                   │
│   - Local:            https://localhost:5000       │
│   - On Your Network:  https://192.168.1.1:5000     │
│                                                   │
│   Copied local address to clipboard!              │
│                                                   │
└───────────────────────────────────────────────────┘

About

Translate Umamusume by patching master.mdb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 46.7%
  • JavaScript 36.0%
  • Makefile 9.6%
  • JSONiq 7.7%