diff --git a/CMakeLists.txt b/CMakeLists.txt
index f69d5061e..9df107832 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -132,6 +132,7 @@ qt5_add_translation(${PROJECT_NAME}_QM_FILES
translations/ru.ts
translations/sk.ts
translations/sl.ts
+ translations/sr.ts
translations/sv.ts
translations/sw.ts
translations/ta.ts
diff --git a/src/widget/form/settings/generalform.cpp b/src/widget/form/settings/generalform.cpp
index 5d576ee84..f82574c29 100644
--- a/src/widget/form/settings/generalform.cpp
+++ b/src/widget/form/settings/generalform.cpp
@@ -68,6 +68,7 @@ static QStringList locales = {
"ru",
"sk",
"sl",
+ "sr",
"fi",
"sv",
"ta",
diff --git a/translations/README.md b/translations/README.md
index 8c9739079..e3ee93996 100644
--- a/translations/README.md
+++ b/translations/README.md
@@ -41,6 +41,7 @@ Language | Status
[Русский](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)
+[Српски](https://hosted.weblate.org/engage/tox/sr/) | [![Translation status](https://hosted.weblate.org/widgets/tox/sr/svg-badge.svg)](https://hosted.weblate.org/engage/tox/sr/?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)
[தமிழ்](https://hosted.weblate.org/engage/tox/ta/) | [![Translation status](https://hosted.weblate.org/widgets/tox/ta/svg-badge.svg)](https://hosted.weblate.org/engage/tox/ta/?utm_source=widget)
diff --git a/translations/i18n.pri b/translations/i18n.pri
index 099e9dc9e..fbbb36f69 100644
--- a/translations/i18n.pri
+++ b/translations/i18n.pri
@@ -31,6 +31,7 @@ TRANSLATIONS = \
translations/ru.ts \
translations/sk.ts \
translations/sl.ts \
+ translations/sr.ts \
translations/sv.ts \
translations/sw.ts \
translations/ta.ts \
diff --git a/translations/translations.qrc b/translations/translations.qrc
index d24f9b408..878ee666f 100644
--- a/translations/translations.qrc
+++ b/translations/translations.qrc
@@ -30,6 +30,7 @@
ru.qm
sk.qm
sl.qm
+ sr.qm
sv.qm
sw.qm
ta.qm