-
-
Notifications
You must be signed in to change notification settings - Fork 65
Language Translations
Language translations are supported for messages sent to end users in Searcharr v2.1+. The default language is English (en-us). To use a different language, set searcharr_language
in settings.py
to another supported language. You can find the supported languages in the lang folder; use the filename without the .yml
extension (e.g. for en-us.yml
use searcharr_language=en-us
).
If you would like to translate Searcharr to another language, please make a copy of en-us.yml, translate each line after the first :
, save the file as <IETF language tag><-locality if applicable).yml (e.g. en-us.yml
for English-USA), and either submit a pull request or send the yml file to toddrob on Telegram.
If you would like to submit a correction, please submit a pull request.
Searcharr logs are still English-only.
Series & Movie info comes from tvdb/tmdb via Sonarr/Radarr, and cannot be translated.