Renquill is an app that helps you translate your RenPy visual novels.
Explore the docs »
Website
·
Report Bug
·
Request Feature
Table of Contents
Renquill is an app that helps you translate your RenPy visual novels. We provide a nice interface for all your translation projects, where you can easily save, export, and track your progress. Renquill supports all visual novels that were made in Ren'Py. It runs on the web so once you have your project imported or a project file, you don't need anything other than a web browser to work on your translations.
Renquill is a simple webapp that can be hosted anywhere, we have a Vercel instance down below, or you can tweak and build the project yourself.
We have Renquill hosted on Vercel here for your convinience.
- Clone the repo
git clone https://github.com/TibixDev/Renquill.git
- Install NPM packages
npm install
- Build the project
npm run build
- Preview or host the build
npm run preview
- Textareas should extend to at least the to-be-translated text height
-
The ability to merge different project files(RenPy already does this) -
The ability to update an existing project if the VN receives new strings(RenPy already does this) - You tell me
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Tibix - @TeaboxDev - localmanpty@proton.me
Project Link: https://github.com/TibixDev/Renquill