Initial verion of localization
authorKaj Wallin <kaj.wallin@ixonos.com>
Thu, 3 Jun 2010 12:15:17 +0000 (15:15 +0300)
committerKaj Wallin <kaj.wallin@ixonos.com>
Thu, 3 Jun 2010 12:15:17 +0000 (15:15 +0300)
Reviewed by:

src/main.cpp
src/src.pro

index e9b5671..db65c5a 100644 (file)
  */
 
 #include <QtGui/QApplication>
+#include <QTranslator>
 #include "engine/engine.h"
 
+
 int main(int argc, char *argv[])
 {
+    QTranslator translator;
     QApplication a(argc, argv);
     SituareEngine engine;
     int appRet = a.exec();
index ceb28fe..932fdf7 100644 (file)
@@ -97,6 +97,8 @@ QT += network \
     webkit
 DEFINES += QT_NO_DEBUG_OUTPUT
 
+TRANSLATIONS = situare_fi.ts
+
 maemo5 | simulator {
     armel {
         DEFINES += ARMEL