From 9b22251705c89d87407882b150e4948bb3af96d9 Mon Sep 17 00:00:00 2001 From: hydrasources Date: Fri, 20 Dec 2024 20:53:41 +0300 Subject: [PATCH 1/3] Update translation.json --- src/locales/ru/translation.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/locales/ru/translation.json b/src/locales/ru/translation.json index ddeace23..8bf97eb7 100644 --- a/src/locales/ru/translation.json +++ b/src/locales/ru/translation.json @@ -256,7 +256,8 @@ "public": "Публичный", "required_field": "Это поле обязательно к заполнению", "source_already_exists": "Этот источник уже добавлен", - "user_unblocked": "Пользователь разблокирован" + "user_unblocked": "Пользователь разблокирован", + "show_hidden_achievement_description": "Показывать описание скрытых достижений перед их получением" }, "notifications": { "download_complete": "Загрузка завершена", From c2b7fb4823f76f191f4cdb566277427a254b51e0 Mon Sep 17 00:00:00 2001 From: hydrasources Date: Sat, 21 Dec 2024 01:55:01 +0300 Subject: [PATCH 2/3] Update README.pt-BR.md --- docs/README.pt-BR.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.pt-BR.md b/docs/README.pt-BR.md index a929b88c..f9ba9d66 100644 --- a/docs/README.pt-BR.md +++ b/docs/README.pt-BR.md @@ -14,7 +14,7 @@ [![release](https://img.shields.io/github/package-json/v/hydralauncher/hydra)](https://github.com/hydralauncher/hydra/releases) [![pt-BR](https://img.shields.io/badge/lang-pt--BR-green.svg)](README.pt-BR.md) -[![en](https://img.shields.io/badge/lang-en-red.svg)](README.md) +[![en](https://img.shields.io/badge/lang-en-red.svg)](../README.md) [![ru](https://img.shields.io/badge/lang-ru-yellow.svg)](README.ru.md) [![uk-UA](https://img.shields.io/badge/lang-uk--UA-blue)](README.uk-UA.md) [![be](https://img.shields.io/badge/lang-be-orange)](README.be.md) From 87189c070eec03fdc46c6a7fda782d4525e910f6 Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Fri, 20 Dec 2024 22:56:42 -0300 Subject: [PATCH 3/3] chore: add openssl to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a24e4cf9..f873a671 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,10 @@ cd hydra yarn ``` +### Install OpenSSL 1.1 + +[OpenSSL 1.1](https://slproweb.com/download/Win64OpenSSL-1_1_1w.exe) is required by libtorrent in Windows environments. + ### Install Python 3.9 Ensure you have Python 3.9 installed on your machine. You can download and install it from [python.org](https://www.python.org/downloads/release/python-3913/).