The repository contains localizations for all Wuthery services. If you would like to contribute, feel free to translate to any of the supported languages on your Crowdin.
The following languages are supported by our projects:
- English (en)
- German (de)
- Spanish (es)
- French (fr)
- Indonesian (id)
- Japanese (ja)
- Korean (ko)
- Portuguese (pt)
- Russian (ru)
- Thai (th)
- Ukrainian (uk)
- Vietnamese (vi)
- Chinese (Simplified) (zh-Hans)
- Chinese (Traditional) (zh-Hant)
If you would like to see a new language added, please request it on our Discord server, by creating an issue, or on Crowdin.
If you are a Wuthery developer, you should use localization-server to test or add new localizations during development:
- Clone the repository:
git cone https://github.com/Wuthery/localizations.git
- Install the dependencies:
uv sync
- Start the server:
uv run uvicorn localization-server.app:app --reload --port 1180 --reload-include *.json
You then need to point your target service to the server by setting the LOCALIZATION_SERVER_URL
in your .env
file:
LOCALIZATION_SERVER_URL=http://localhost:1180