aboutsummaryrefslogtreecommitdiff
path: root/src/kristall.pro
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2021-03-17 11:54:43 +0100
committerFelix (xq) Queißner <git@mq32.de>2021-05-08 10:44:03 +0200
commit10684b6d82f1843eff3921da40802d335fb3cf5c (patch)
treea80d403f0668686de90c2cd48786e7b5e5fc2128 /src/kristall.pro
parenta2f36ec4d14ddf1bcee98e52a0f3a924804d06fb (diff)
downloadkristall-10684b6d82f1843eff3921da40802d335fb3cf5c.tar.gz
Further improves localization (#191). Allows switching and setting the chosen localization properly.
Diffstat (limited to 'src/kristall.pro')
-rw-r--r--src/kristall.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kristall.pro b/src/kristall.pro
index e286d71..8b8ce98 100644
--- a/src/kristall.pro
+++ b/src/kristall.pro
@@ -105,6 +105,7 @@ SOURCES += \
favouritecollection.cpp \
identitycollection.cpp \
ioutil.cpp \
+ localization.cpp \
main.cpp \
mainwindow.cpp \
renderers/htmlrenderer.cpp \
@@ -155,6 +156,7 @@ HEADERS += \
identitycollection.hpp \
ioutil.hpp \
kristall.hpp \
+ localization.hpp \
mainwindow.hpp \
renderers/htmlrenderer.hpp \
renderers/markdownrenderer.hpp \