https://github.com/varkaria/gulag-translatition
📚 The localization for the modern osu! private server frontend, gulag-web!
https://github.com/varkaria/gulag-translatition
Last synced: 2 months ago
JSON representation
📚 The localization for the modern osu! private server frontend, gulag-web!
- Host: GitHub
- URL: https://github.com/varkaria/gulag-translatition
- Owner: varkaria
- Created: 2021-01-16T20:19:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-04T16:27:22.000Z (about 4 years ago)
- Last Synced: 2025-01-14T02:27:31.297Z (4 months ago)
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://discord.gg/ShEQgUx)
# The localization for the modern osu! private server frontend, gulag-web!
## Requirements
- Python 3.9 with flask-babel
- Some translation knowlage
## How to translation?It's really simple just you have some translate skill to help it
If you have any difficulties to pull it, feel free to join the
Discord server at the top of the README, we now have a bit of a community!- Fork this project
- Add branch language you want to translate and clone it!!
- Make pull request from your repo to this repo
- Let's go to translate it in templates.pot
- When finished your translate just save it
- ```pybabel init -i templates.pot -d .\ -l (what language you translate it like en, th, es)``` in your repo dir
- Push your work in your branchAnd that's it!!