Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/VoileLabs/cotrans
https://github.com/VoileLabs/cotrans
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/VoileLabs/cotrans
- Owner: VoileLabs
- License: gpl-3.0
- Created: 2022-01-02T03:06:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T15:01:52.000Z (9 months ago)
- Last Synced: 2024-07-31T08:19:19.757Z (3 months ago)
- Language: TypeScript
- Homepage: https://cotrans.touhou.ai
- Size: 1.78 MB
- Stars: 195
- Watchers: 3
- Forks: 12
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - VoileLabs/cotrans - 02 star:0.2k fork:0.0k (TypeScript)
README
# Cotrans
A working-in-progress collaborative online image/manga translation platform base on
[manga-image-translator](https://github.com/zyddnys/manga-image-translator).## Contributing
### Repository structure
| Path | Description |
| ------------ | -------------------------- |
| `docs` | Documentations |
| `specs` | OpenAPI specs (TODO) |
| `proto` | Protobuf definitions |
| `proto-rs` | Prost definitions |
| `migrations` | Database migrations |
| `types` | TypeScript definitions |
| `wk-gateway` | Gateway worker |
| `wk-image` | Image processing worker |
| `img_hash` | Fork of `image_hasher` |
| `wkr2` | R2 worker (private/public) |
| `web` | Website |
| `web-ext` | Browser extension |
| `userscript` | UserScript |