diff --git a/res.qrc b/res.qrc
index 3f4a2bf18..a3fdc92a5 100644
--- a/res.qrc
+++ b/res.qrc
@@ -70,6 +70,7 @@
translations/sk.qm
translations/sl.qm
translations/sv.qm
+ translations/sw.qm
translations/tr.qm
translations/ug.qm
translations/uk.qm
diff --git a/src/widget/form/settings/generalform.cpp b/src/widget/form/settings/generalform.cpp
index 9893b9e03..d06642fd5 100644
--- a/src/widget/form/settings/generalform.cpp
+++ b/src/widget/form/settings/generalform.cpp
@@ -51,6 +51,7 @@ static QStringList locales = {"ar",
"he",
"hr",
"it",
+ "sw",
"lt",
"jbo",
"hu",
@@ -84,6 +85,7 @@ static QStringList langs = {"Arabic",
"עברית",
"Hrvatski",
"Italiano",
+ "Kiswahili",
"Lietuvių",
"Lojban",
"Magyar",
diff --git a/translations/README.md b/translations/README.md
index 02c1b9fe6..33df04444 100644
--- a/translations/README.md
+++ b/translations/README.md
@@ -26,6 +26,7 @@ Language | Status
[עברית](https://hosted.weblate.org/engage/tox/he/) | [![Translation status](https://hosted.weblate.org/widgets/tox/he/svg-badge.svg)](https://hosted.weblate.org/engage/tox/he/?utm_source=widget)
[Hrvatski](https://hosted.weblate.org/engage/tox/hr/) | [![Translation status](https://hosted.weblate.org/widgets/tox/hr/svg-badge.svg)](https://hosted.weblate.org/engage/tox/hr/?utm_source=widget)
[Italiano](https://hosted.weblate.org/engage/tox/it/) | [![Translation status](https://hosted.weblate.org/widgets/tox/it/svg-badge.svg)](https://hosted.weblate.org/engage/tox/it/?utm_source=widget)
+[Kiswahili](https://hosted.weblate.org/engage/tox/sw/) | [![Translation status](https://hosted.weblate.org/widgets/tox/sw/svg-badge.svg)](https://hosted.weblate.org/engage/tox/sw/?utm_source=widget)
[Lietuvių](https://hosted.weblate.org/engage/tox/lt/) | [![Translation status](https://hosted.weblate.org/widgets/tox/lt/svg-badge.svg)](https://hosted.weblate.org/engage/tox/lt/?utm_source=widget)
[Lojban](https://hosted.weblate.org/engage/tox/jbo/) | [![Translation status](https://hosted.weblate.org/widgets/tox/jbo/svg-badge.svg)](https://hosted.weblate.org/engage/tox/jbo/?utm_source=widget)
[Magyar](https://hosted.weblate.org/engage/tox/hu/) | [![Translation status](https://hosted.weblate.org/widgets/tox/hu/svg-badge.svg)](https://hosted.weblate.org/engage/tox/hu/?utm_source=widget)
diff --git a/translations/i18n.pri b/translations/i18n.pri
index 32ed814e6..0080c136a 100644
--- a/translations/i18n.pri
+++ b/translations/i18n.pri
@@ -29,6 +29,7 @@ TRANSLATIONS = \
translations/sk.ts \
translations/sl.ts \
translations/sv.ts \
+ translations/sw.ts \
translations/tr.ts \
translations/ug.ts \
translations/uk.ts \