diff --git a/res.qrc b/res.qrc
index 4b0e6fffc..538cb585f 100644
--- a/res.qrc
+++ b/res.qrc
@@ -66,6 +66,7 @@
translations/pl.qm
translations/pt.qm
translations/ru.qm
+ translations/sk.qm
translations/sl.qm
translations/sv.qm
translations/tr.qm
diff --git a/src/widget/form/settings/generalform.cpp b/src/widget/form/settings/generalform.cpp
index bd8d12a79..d277bd0fb 100644
--- a/src/widget/form/settings/generalform.cpp
+++ b/src/widget/form/settings/generalform.cpp
@@ -59,6 +59,7 @@ static QStringList locales = {"ar",
"pl",
"pt",
"ru",
+ "sk",
"sl",
"fi",
"sv",
@@ -90,6 +91,7 @@ static QStringList langs = {"Arabic",
"Polski",
"Português",
"Русский",
+ "Slovenčina",
"Slovenščina",
"Suomi",
"Svenska",
diff --git a/translations/README.md b/translations/README.md
index df81e0c96..313d8cb58 100644
--- a/translations/README.md
+++ b/translations/README.md
@@ -34,6 +34,7 @@ Language | Status
[Polski](https://hosted.weblate.org/engage/tox/pl/) | [![Translation status](https://hosted.weblate.org/widgets/tox/pl/svg-badge.svg)](https://hosted.weblate.org/engage/tox/pl/?utm_source=widget)
[Português](https://hosted.weblate.org/engage/tox/pt/) | [![Translation status](https://hosted.weblate.org/widgets/tox/pt/svg-badge.svg)](https://hosted.weblate.org/engage/tox/pt/?utm_source=widget)
[Русский](https://hosted.weblate.org/engage/tox/ru/) | [![Translation status](https://hosted.weblate.org/widgets/tox/ru/svg-badge.svg)](https://hosted.weblate.org/engage/tox/ru/?utm_source=widget)
+[Slovenčina](https://hosted.weblate.org/engage/tox/sk/) | [![Translation status](https://hosted.weblate.org/widgets/tox/sk/svg-badge.svg)](https://hosted.weblate.org/engage/tox/sk/?utm_source=widget)
[Slovenščina](https://hosted.weblate.org/engage/tox/sl/) | [![Translation status](https://hosted.weblate.org/widgets/tox/sl/svg-badge.svg)](https://hosted.weblate.org/engage/tox/sl/?utm_source=widget)
[Suomi](https://hosted.weblate.org/engage/tox/fi/) | [![Translation status](https://hosted.weblate.org/widgets/tox/fi/svg-badge.svg)](https://hosted.weblate.org/engage/tox/fi/?utm_source=widget)
[Svenska](https://hosted.weblate.org/engage/tox/sv/) | [![Translation status](https://hosted.weblate.org/widgets/tox/sv/svg-badge.svg)](https://hosted.weblate.org/engage/tox/sv/?utm_source=widget)
diff --git a/translations/i18n.pri b/translations/i18n.pri
index 49804a7cc..b03019427 100644
--- a/translations/i18n.pri
+++ b/translations/i18n.pri
@@ -25,6 +25,7 @@ TRANSLATIONS = \
translations/pl.ts \
translations/pt.ts \
translations/ru.ts \
+ translations/sk.ts \
translations/sl.ts \
translations/sv.ts \
translations/tr.ts \