An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

README

        

[![Discord](https://discordapp.com/api/guilds/748687781605408908/widget.png?style=shield)](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 branch

And that's it!!