Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.52 KB

README.md

File metadata and controls

46 lines (37 loc) · 1.52 KB

Wuthery Localizations

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.

Supported Languages

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.

For Wuthery Developers

If you are a Wuthery developer, you should use localization-server to test or add new localizations during development:

  1. Clone the repository:
git cone https://github.com/Wuthery/localizations.git
  1. Install the dependencies:
uv sync
  1. 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