From 10684b6d82f1843eff3921da40802d335fb3cf5c Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Wed, 17 Mar 2021 11:54:43 +0100 Subject: Further improves localization (#191). Allows switching and setting the chosen localization properly. --- src/kristall.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/kristall.pro') 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 \ -- cgit v1.2.3