Hello community,

here is the log from the commit of package fcitx-kkc for openSUSE:Factory 
checked in at 2017-12-19 10:58:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fcitx-kkc (Old)
 and      /work/SRC/openSUSE:Factory/.fcitx-kkc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fcitx-kkc"

Tue Dec 19 10:58:58 2017 rev:6 rq:558110 version:0.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/fcitx-kkc/fcitx-kkc.changes      2015-06-01 
09:52:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx-kkc.new/fcitx-kkc.changes 2017-12-19 
10:59:00.835825531 +0100
@@ -1,0 +2,7 @@
+Sat Dec  2 05:17:36 UTC 2017 - i...@marguerite.su
+
+- update version 0.1.4
+  * port kkc config to qt5
+- add qt5-version.patch
+
+-------------------------------------------------------------------

Old:
----
  fcitx-kkc-0.1.2.tar.xz

New:
----
  fcitx-kkc-0.1.4.tar.xz
  qt5-version.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fcitx-kkc.spec ++++++
--- /var/tmp/diff_new_pack.xUEmDQ/_old  2017-12-19 10:59:01.323801975 +0100
+++ /var/tmp/diff_new_pack.xUEmDQ/_new  2017-12-19 10:59:01.327801781 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fcitx-kkc
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,23 @@
 
 
 Name:           fcitx-kkc
-Version:        0.1.2
+Version:        0.1.4
 Release:        0
 Summary:        Japanese KKC IME Wrapper for Fcitx
 License:        GPL-3.0+
 Group:          System/I18n/Japanese
 Url:            https://github.com/fcitx/fcitx-kkc
 Source:         
http://download.fcitx-im.org/fcitx-kkc/%{name}-%{version}.tar.xz
+#PATCH-FIX-UPSTREAM lower qt5 version
+Patch:          qt5-version.patch
 BuildRequires:  cmake
 BuildRequires:  fcitx-devel >= 4.2.8
+BuildRequires:  fcitx-qt5-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libkkc-devel
+BuildRequires:  libqt5-qtbase-devel
 BuildRequires:  xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{fcitx_requires}
@@ -39,6 +43,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 mkdir -p build
@@ -63,6 +68,7 @@
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc COPYING
+%dir %{_fcitx_libdir}/qt
 %{_fcitx_moduleincdir}/kkc/
 %{_fcitx_libdir}/%{name}.so
 %{_fcitx_libdir}/qt/lib%{name}-config.so

++++++ fcitx-kkc-0.1.2.tar.xz -> fcitx-kkc-0.1.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-kkc-0.1.2/CMakeLists.txt 
new/fcitx-kkc-0.1.4/CMakeLists.txt
--- old/fcitx-kkc-0.1.2/CMakeLists.txt  2015-05-18 17:47:33.000000000 +0200
+++ new/fcitx-kkc-0.1.4/CMakeLists.txt  2017-10-18 18:03:25.000000000 +0200
@@ -10,8 +10,8 @@
 find_package(Fcitx 4.2.8 REQUIRED)
 
 if (ENABLE_QT)
-find_package(Qt 4.8 REQUIRED)
-pkg_check_modules(FCITX_QT "fcitx-qt>=4.2.8" REQUIRED)
+find_package(Qt5 5.7 REQUIRED COMPONENTS Core Gui Widgets)
+find_package(FcitxQt5WidgetsAddons 1.1 REQUIRED)
 endif ()
 
 if (NOT SKK_DEFAULT_PATH)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-kkc-0.1.2/gui/CMakeLists.txt 
new/fcitx-kkc-0.1.4/gui/CMakeLists.txt
--- old/fcitx-kkc-0.1.2/gui/CMakeLists.txt      2015-05-18 17:47:33.000000000 
+0200
+++ new/fcitx-kkc-0.1.4/gui/CMakeLists.txt      2017-10-18 18:03:25.000000000 
+0200
@@ -16,17 +16,13 @@
 endif()
 
 include_directories(
-  ${FCITX_QT_INCLUDE_DIRS}
-  ${QT_QTCORE_INCLUDE_DIR}
-  ${QT_QTGUI_INCLUDE_DIR}
   ${CMAKE_CURRENT_BINARY_DIR}
   )
 
 link_directories(
-  ${FCITX_QT_LIBRARY_DIRS}
   ${FCITX4_FCITX_CONFIG_LIBRARY_DIRS}
   )
-qt4_wrap_ui(KKC_CONFIG_SRCS dictwidget.ui adddictdialog.ui shortcutwidget.ui 
addshortcutdialog.ui)
+qt5_wrap_ui(KKC_CONFIG_SRCS dictwidget.ui adddictdialog.ui shortcutwidget.ui 
addshortcutdialog.ui)
 add_library(fcitx-kkc-config
   MODULE ${KKC_CONFIG_SRCS})
 
@@ -37,13 +33,9 @@
                       AUTOMOC TRUE
 )
 target_link_libraries(fcitx-kkc-config
-  debug ${QT_QTCORE_LIBRARY_DEBUG}
-  debug ${QT_QTDBUS_LIBRARY_DEBUG}
-  debug ${QT_QTGUI_LIBRARY_DEBUG}
-  optimized ${QT_QTCORE_LIBRARY_RELEASE}
-  optimized ${QT_QTDBUS_LIBRARY_RELEASE}
-  optimized ${QT_QTGUI_LIBRARY_RELEASE}
-  ${FCITX_QT_LIBRARIES}
+  Qt5::Core
+  Qt5::Widgets
+  FcitxQt5::WidgetsAddons
   ${FCITX4_FCITX_CONFIG_LIBRARIES}
   ${LIBKKC_LIBRARIES}
   )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-kkc-0.1.2/gui/addshortcutdialog.ui 
new/fcitx-kkc-0.1.4/gui/addshortcutdialog.ui
--- old/fcitx-kkc-0.1.2/gui/addshortcutdialog.ui        2015-05-18 
17:47:33.000000000 +0200
+++ new/fcitx-kkc-0.1.4/gui/addshortcutdialog.ui        2017-10-18 
18:03:25.000000000 +0200
@@ -93,7 +93,7 @@
   <customwidget>
    <class>FcitxQtKeySequenceWidget</class>
    <extends>QWidget</extends>
-   <header>fcitx-qt/fcitxqtkeysequencewidget.h</header>
+   <header>fcitxqtkeysequencewidget.h</header>
   </customwidget>
  </customwidgets>
  <resources/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-kkc-0.1.2/gui/dictwidget.h 
new/fcitx-kkc-0.1.4/gui/dictwidget.h
--- old/fcitx-kkc-0.1.2/gui/dictwidget.h        2015-05-18 17:47:33.000000000 
+0200
+++ new/fcitx-kkc-0.1.4/gui/dictwidget.h        2017-10-18 18:03:25.000000000 
+0200
@@ -20,7 +20,7 @@
 #ifndef FCITX_KKC_GUI_DICTWIDGET_H
 #define FCITX_KKC_GUI_DICTWIDGET_H
 
-#include <fcitx-qt/fcitxqtconfiguiwidget.h>
+#include <fcitxqtconfiguiwidget.h>
 
 class DictModel;
 namespace Ui {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-kkc-0.1.2/gui/kkc-config.json 
new/fcitx-kkc-0.1.4/gui/kkc-config.json
--- old/fcitx-kkc-0.1.2/gui/kkc-config.json     1970-01-01 01:00:00.000000000 
+0100
+++ new/fcitx-kkc-0.1.4/gui/kkc-config.json     2017-10-18 18:03:25.000000000 
+0200
@@ -0,0 +1,2 @@
+{
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-kkc-0.1.2/gui/main.cpp 
new/fcitx-kkc-0.1.4/gui/main.cpp
--- old/fcitx-kkc-0.1.2/gui/main.cpp    2015-05-18 17:47:33.000000000 +0200
+++ new/fcitx-kkc-0.1.4/gui/main.cpp    2017-10-18 18:03:25.000000000 +0200
@@ -61,6 +61,3 @@
 {
     return "fcitx-kkc";
 }
-
-
-Q_EXPORT_PLUGIN2(fcitx_kkc_config, KkcConfigPlugin)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-kkc-0.1.2/gui/main.h 
new/fcitx-kkc-0.1.4/gui/main.h
--- old/fcitx-kkc-0.1.2/gui/main.h      2015-05-18 17:47:33.000000000 +0200
+++ new/fcitx-kkc-0.1.4/gui/main.h      2017-10-18 18:03:25.000000000 +0200
@@ -20,12 +20,13 @@
 #ifndef FCITX_KKC_GUI_MAIN_H_
 #define FCITX_KKC_GUI_MAIN_H_
 
-#include <fcitx-qt/fcitxqtconfiguiplugin.h>
+#include <fcitxqtconfiguiplugin.h>
 
 class KkcConfigPlugin : public FcitxQtConfigUIPlugin
 {
     Q_OBJECT
 public:
+    Q_PLUGIN_METADATA(IID FcitxQtConfigUIFactoryInterface_iid FILE 
"kkc-config.json")
     explicit KkcConfigPlugin(QObject* parent = 0);
     virtual QString name();
     virtual QStringList files();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-kkc-0.1.2/gui/shortcutwidget.h 
new/fcitx-kkc-0.1.4/gui/shortcutwidget.h
--- old/fcitx-kkc-0.1.2/gui/shortcutwidget.h    2015-05-18 17:47:33.000000000 
+0200
+++ new/fcitx-kkc-0.1.4/gui/shortcutwidget.h    2017-10-18 18:03:25.000000000 
+0200
@@ -20,7 +20,7 @@
 #ifndef FCITX_KKC_GUI_SHORTCUTWIDGET_H
 #define FCITX_KKC_GUI_SHORTCUTWIDGET_H
 
-#include <fcitx-qt/fcitxqtconfiguiwidget.h>
+#include <fcitxqtconfiguiwidget.h>
 #include <libkkc/libkkc.h>
 
 class RuleModel;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-kkc-0.1.2/po/CMakeLists.txt 
new/fcitx-kkc-0.1.4/po/CMakeLists.txt
--- old/fcitx-kkc-0.1.2/po/CMakeLists.txt       2015-05-18 17:47:33.000000000 
+0200
+++ new/fcitx-kkc-0.1.4/po/CMakeLists.txt       2017-10-18 18:03:25.000000000 
+0200
@@ -1,9 +1,10 @@
 # Add language code here each language code should correspond to a
 # [language].po file in this directory.
-set(PO_LANGS de ja zh_CN zh_TW
-  )
-foreach(lang ${PO_LANGS})
-  fcitx_translate_add_po_file("${lang}" "${lang}.po")
+file(GLOB PO_FILES RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" *.po)
+
+foreach(po_file ${PO_FILES})
+  string(REPLACE ".po" "" po_lang "${po_file}")
+  fcitx_translate_add_po_file("${po_lang}" "${po_file}")
 endforeach()
 
 # This will register a pot target to update your po and pot files according to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-kkc-0.1.2/po/ca.po new/fcitx-kkc-0.1.4/po/ca.po
--- old/fcitx-kkc-0.1.2/po/ca.po        1970-01-01 01:00:00.000000000 +0100
+++ new/fcitx-kkc-0.1.4/po/ca.po        2017-10-18 18:03:25.000000000 +0200
@@ -0,0 +1,215 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+# Walter Garcia-Fontes <walter.gar...@upf.edu>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: fcitx\n"
+"Report-Msgid-Bugs-To: fcitx-...@googlegroups.com\n"
+"POT-Creation-Date: 2017-09-14 16:03-0700\n"
+"PO-Revision-Date: 2017-08-03 16:57+0000\n"
+"Last-Translator: Walter Garcia-Fontes <walter.gar...@upf.edu>\n"
+"Language-Team: Catalan (http://www.transifex.com/fcitx/fcitx/language/ca/)\n"
+"Language: ca\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: gui/addshortcutdialog.cpp:32
+msgid "&Command"
+msgstr "&Ordre"
+
+#: gui/addshortcutdialog.cpp:31
+msgid "&Input Mode"
+msgstr "Mode d'&entrada"
+
+#: gui/addshortcutdialog.cpp:33
+msgid "&Key"
+msgstr "&Tecla"
+
+#: gui/adddictdialog.cpp:36
+msgid "&Path:"
+msgstr "&Camí:"
+
+#: gui/shortcutwidget.cpp:37
+msgid "&Rule:"
+msgstr "&Regla:"
+
+#: gui/adddictdialog.cpp:35
+msgid "&Type:"
+msgstr "&Escriptura:"
+
+#: src/fcitx-kkc.desc:47
+msgid "Auto correct input sequence"
+msgstr "Corregeix automàticament la seqüència d'entrades"
+
+#: src/fcitx-kkc.desc:31
+msgid "Candidate List Layout"
+msgstr "Disposició de la llista de candidates"
+
+#: src/fcitx-kkc.desc:57
+msgid "Candidates Page Down"
+msgstr "Pàgina avall de candidates"
+
+#: src/fcitx-kkc.desc:52
+msgid "Candidates Page Up"
+msgstr "Pàgina amunt de candidates"
+
+#: src/fcitx-kkc.desc:67
+msgid "Cursor Down"
+msgstr "Cursor avall"
+
+#: src/fcitx-kkc.desc:62
+msgid "Cursor Up"
+msgstr "Cursor amunt"
+
+#: src/fcitx-kkc.conf.in:11
+msgid "Dictionary"
+msgstr "Diccionari"
+
+#: gui/dictwidget.cpp:56
+msgid "Dictionary Manager"
+msgstr "Gestor del diccionari"
+
+#: src/fcitx-kkc.desc:19
+msgid "Direct input"
+msgstr "Entrada directa"
+
+#: gui/shortcutmodel.cpp:94
+msgid "Function"
+msgstr "Funció"
+
+#: src/fcitx-kkc.desc:1 src/fcitx-kkc.desc:11 src/fcitx-kkc.desc:22
+#: src/fcitx-kkc.desc:29 src/fcitx-kkc.desc:38 src/fcitx-kkc.desc:45
+#: src/fcitx-kkc.desc:50 src/fcitx-kkc.desc:55 src/fcitx-kkc.desc:60
+#: src/fcitx-kkc.desc:65 src/fcitx-kkc.desc:70
+msgid "General"
+msgstr "General"
+
+#: src/fcitx-kkc.desc:33
+msgid "Global"
+msgstr "Global"
+
+#: gui/shortcutmodel.cpp:50 src/kkc.c:83 src/fcitx-kkc.desc:18
+msgid "Half width Katakana"
+msgstr "Katakana d'ample mig"
+
+#: gui/shortcutmodel.cpp:48 src/kkc.c:81 src/fcitx-kkc.desc:16
+msgid "Hiragana"
+msgstr "Hiragana"
+
+#: src/fcitx-kkc.desc:35
+msgid "Horizontal"
+msgstr "Horitzontal"
+
+#: src/fcitx-kkc.desc:13
+msgid "Initial Input Mode"
+msgstr "Mode inicial d'entrada"
+
+#: gui/shortcutmodel.cpp:90 src/kkc.c:202
+msgid "Input Mode"
+msgstr "Mode d'entrada"
+
+#: src/fcitx-kkc.desc:6
+msgid "Japanese"
+msgstr "Japonès"
+
+#: src/kkc.c:176 src/kkc.conf.in:3
+msgid "Kana Kanji"
+msgstr "Kana kanji"
+
+#: gui/shortcutmodel.cpp:49 src/kkc.c:82 src/fcitx-kkc.desc:17
+msgid "Katakana"
+msgstr "Katakana"
+
+#: gui/shortcutmodel.cpp:92
+msgid "Key"
+msgstr "Tecla"
+
+#: gui/shortcutwidget.cpp:155
+msgid "Key Conflict"
+msgstr "Conflicte de tecla"
+
+#: gui/shortcutwidget.cpp:155
+msgid "Key to add is conflict with existing shortcut."
+msgstr "La tecla a afegir està en conflicte amb una drecera existent."
+
+#: src/fcitx-kkc.conf.in:3
+msgid "Kkc Addon of Fcitx"
+msgstr "Complement kkc del fcitx"
+
+#: gui/shortcutmodel.cpp:51 src/kkc.c:84 src/fcitx-kkc.desc:7
+msgid "Latin"
+msgstr "Llatí"
+
+#: src/fcitx-kkc.desc:40
+msgid "Number candidate of Triggers To Show Candidate Window"
+msgstr "Nombre de candidats d'activadors per mostrar la finestra de candidates"
+
+#: src/fcitx-kkc.desc:24
+msgid "Page size"
+msgstr "Mida de pàgina"
+
+#: src/fcitx-kkc.desc:3
+msgid "Punctuation Style"
+msgstr "Estil de puntuació"
+
+#: gui/shortcutwidget.cpp:130
+msgid "Save Changes"
+msgstr "Desa els canvis"
+
+#: gui/adddictdialog.cpp:91
+msgid "Select Dictionary Directory"
+msgstr "Seleccioneu el directori del diccionari"
+
+#: gui/adddictdialog.cpp:77
+msgid "Select Dictionary File"
+msgstr "Seleccioneu el fitxer de diccionari"
+
+#: src/fcitx-kkc.conf.in:11
+msgid "Shortcut"
+msgstr "Drecera"
+
+#: gui/shortcutwidget.cpp:117
+msgid "Shortcut Manager"
+msgstr "Gestor de dreceres"
+
+#: src/fcitx-kkc.desc:72
+msgid "Show Annotation"
+msgstr "Mostra l'annotació"
+
+#: gui/adddictdialog.cpp:37
+msgid "System"
+msgstr "Sistema"
+
+#: gui/shortcutwidget.cpp:131
+msgid ""
+"The content has changed.\n"
+"Do you want to save the changes or discard them?"
+msgstr ""
+"El contingut ha canviat.\n"
+"Voleu desar els canvis o descartar-los?"
+
+#: src/fcitx-kkc.conf.in:4
+msgid "This is a template of a simple Fcitx Module"
+msgstr "Aquesta és una plantilla d'un mòdul fcitx simple"
+
+#: gui/adddictdialog.cpp:38
+msgid "User"
+msgstr "Usuari"
+
+#: src/fcitx-kkc.desc:34
+msgid "Vertical"
+msgstr "Vertical"
+
+#: gui/shortcutmodel.cpp:52 src/kkc.c:85 src/fcitx-kkc.desc:8
+#: src/fcitx-kkc.desc:20
+msgid "Wide latin"
+msgstr "Llatí ample"
+
+#: src/fcitx-kkc.desc:9
+msgid "Wide latin Japanese"
+msgstr "Japònes llatí ample"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-kkc-0.1.2/po/da.po new/fcitx-kkc-0.1.4/po/da.po
--- old/fcitx-kkc-0.1.2/po/da.po        1970-01-01 01:00:00.000000000 +0100
+++ new/fcitx-kkc-0.1.4/po/da.po        2017-10-18 18:03:25.000000000 +0200
@@ -0,0 +1,215 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+# scootergrisen, 2017
+msgid ""
+msgstr ""
+"Project-Id-Version: fcitx\n"
+"Report-Msgid-Bugs-To: fcitx-...@googlegroups.com\n"
+"POT-Creation-Date: 2017-10-18 09:03-0700\n"
+"PO-Revision-Date: 2017-10-18 16:02+0000\n"
+"Last-Translator: scootergrisen\n"
+"Language-Team: Danish (http://www.transifex.com/fcitx/fcitx/language/da/)\n"
+"Language: da\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: gui/addshortcutdialog.cpp:32
+msgid "&Command"
+msgstr "&Kommando"
+
+#: gui/addshortcutdialog.cpp:31
+msgid "&Input Mode"
+msgstr "&Inputtilstand"
+
+#: gui/addshortcutdialog.cpp:33
+msgid "&Key"
+msgstr "&Tast"
+
+#: gui/adddictdialog.cpp:36
+msgid "&Path:"
+msgstr "&Sti:"
+
+#: gui/shortcutwidget.cpp:37
+msgid "&Rule:"
+msgstr "&Regel:"
+
+#: gui/adddictdialog.cpp:35
+msgid "&Type:"
+msgstr "&Type:"
+
+#: src/fcitx-kkc.desc:47
+msgid "Auto correct input sequence"
+msgstr "Automatisk rettelse af inputsekvens"
+
+#: src/fcitx-kkc.desc:31
+msgid "Candidate List Layout"
+msgstr "Layout for kandidatliste"
+
+#: src/fcitx-kkc.desc:57
+msgid "Candidates Page Down"
+msgstr "Page Down for kandidater"
+
+#: src/fcitx-kkc.desc:52
+msgid "Candidates Page Up"
+msgstr "Page Up for kandidater"
+
+#: src/fcitx-kkc.desc:67
+msgid "Cursor Down"
+msgstr "Markør ned"
+
+#: src/fcitx-kkc.desc:62
+msgid "Cursor Up"
+msgstr "Markør op"
+
+#: src/fcitx-kkc.conf.in:11
+msgid "Dictionary"
+msgstr "Ordbog"
+
+#: gui/dictwidget.cpp:56
+msgid "Dictionary Manager"
+msgstr "Ordbogshåndtering"
+
+#: src/fcitx-kkc.desc:19
+msgid "Direct input"
+msgstr "Direkte input"
+
+#: gui/shortcutmodel.cpp:94
+msgid "Function"
+msgstr "Funktion"
+
+#: src/fcitx-kkc.desc:1 src/fcitx-kkc.desc:11 src/fcitx-kkc.desc:22
+#: src/fcitx-kkc.desc:29 src/fcitx-kkc.desc:38 src/fcitx-kkc.desc:45
+#: src/fcitx-kkc.desc:50 src/fcitx-kkc.desc:55 src/fcitx-kkc.desc:60
+#: src/fcitx-kkc.desc:65 src/fcitx-kkc.desc:70
+msgid "General"
+msgstr "Generelt"
+
+#: src/fcitx-kkc.desc:33
+msgid "Global"
+msgstr "Global"
+
+#: gui/shortcutmodel.cpp:50 src/kkc.c:83 src/fcitx-kkc.desc:18
+msgid "Half width Katakana"
+msgstr "Katakana med halv bredde"
+
+#: gui/shortcutmodel.cpp:48 src/kkc.c:81 src/fcitx-kkc.desc:16
+msgid "Hiragana"
+msgstr "Hiragana"
+
+#: src/fcitx-kkc.desc:35
+msgid "Horizontal"
+msgstr "Vandret"
+
+#: src/fcitx-kkc.desc:13
+msgid "Initial Input Mode"
+msgstr "Indledende inputtilstand"
+
+#: gui/shortcutmodel.cpp:90 src/kkc.c:202
+msgid "Input Mode"
+msgstr "Inputtilstand"
+
+#: src/fcitx-kkc.desc:6
+msgid "Japanese"
+msgstr "Japansk"
+
+#: src/kkc.c:176 src/kkc.conf.in:3
+msgid "Kana Kanji"
+msgstr "Kana Kanji"
+
+#: gui/shortcutmodel.cpp:49 src/kkc.c:82 src/fcitx-kkc.desc:17
+msgid "Katakana"
+msgstr "Katakana"
+
+#: gui/shortcutmodel.cpp:92
+msgid "Key"
+msgstr "Tast"
+
+#: gui/shortcutwidget.cpp:155
+msgid "Key Conflict"
+msgstr "Tastkonflikt"
+
+#: gui/shortcutwidget.cpp:155
+msgid "Key to add is conflict with existing shortcut."
+msgstr "Tasten der skal tilføjes er i konflikt med en eksisterende genvej."
+
+#: src/fcitx-kkc.conf.in:3
+msgid "Kkc Addon of Fcitx"
+msgstr "Kkc-tilføjelse til Fcitx"
+
+#: gui/shortcutmodel.cpp:51 src/kkc.c:84 src/fcitx-kkc.desc:7
+msgid "Latin"
+msgstr "Latinsk"
+
+#: src/fcitx-kkc.desc:40
+msgid "Number candidate of Triggers To Show Candidate Window"
+msgstr "Antal kandidater af udløsere før kandidatvindue vises"
+
+#: src/fcitx-kkc.desc:24
+msgid "Page size"
+msgstr "Sidestørrelse"
+
+#: src/fcitx-kkc.desc:3
+msgid "Punctuation Style"
+msgstr "Tegnsætningsstil"
+
+#: gui/shortcutwidget.cpp:130
+msgid "Save Changes"
+msgstr "Gem ændringer"
+
+#: gui/adddictdialog.cpp:91
+msgid "Select Dictionary Directory"
+msgstr "Vælg ordbogsmappe"
+
+#: gui/adddictdialog.cpp:77
+msgid "Select Dictionary File"
+msgstr "Vælg ordbogsfil"
+
+#: src/fcitx-kkc.conf.in:11
+msgid "Shortcut"
+msgstr "Genvej"
+
+#: gui/shortcutwidget.cpp:117
+msgid "Shortcut Manager"
+msgstr "Genvejshåndtering"
+
+#: src/fcitx-kkc.desc:72
+msgid "Show Annotation"
+msgstr "Vis annotering"
+
+#: gui/adddictdialog.cpp:37
+msgid "System"
+msgstr "System"
+
+#: gui/shortcutwidget.cpp:131
+msgid ""
+"The content has changed.\n"
+"Do you want to save the changes or discard them?"
+msgstr ""
+"Indholdet er blevet ændret.\n"
+"Vil du gemme ændringerne eller forkaste dem?"
+
+#: src/fcitx-kkc.conf.in:4
+msgid "This is a template of a simple Fcitx Module"
+msgstr "Dette er en skabelon til et simpelt Fcitx-modul"
+
+#: gui/adddictdialog.cpp:38
+msgid "User"
+msgstr "Bruger"
+
+#: src/fcitx-kkc.desc:34
+msgid "Vertical"
+msgstr "Lodret"
+
+#: gui/shortcutmodel.cpp:52 src/kkc.c:85 src/fcitx-kkc.desc:8
+#: src/fcitx-kkc.desc:20
+msgid "Wide latin"
+msgstr "Bred latinsk"
+
+#: src/fcitx-kkc.desc:9
+msgid "Wide latin Japanese"
+msgstr "Bred latinsk japansk"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-kkc-0.1.2/po/de.po new/fcitx-kkc-0.1.4/po/de.po
--- old/fcitx-kkc-0.1.2/po/de.po        2015-05-18 17:47:33.000000000 +0200
+++ new/fcitx-kkc-0.1.4/po/de.po        2017-10-18 18:03:25.000000000 +0200
@@ -3,16 +3,16 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Translators:
-# mar well <marwell.1...@freenet.de>, 2013
+# mar well <m.wellend...@gmx.de>, 2013
+# mar well <m.wellend...@gmx.de>, 2017
 msgid ""
 msgstr ""
 "Project-Id-Version: fcitx\n"
 "Report-Msgid-Bugs-To: fcitx-...@googlegroups.com\n"
-"POT-Creation-Date: 2013-10-31 00:03-0400\n"
-"PO-Revision-Date: 2013-10-31 03:20+0000\n"
-"Last-Translator: mar well <marwell.1...@freenet.de>\n"
-"Language-Team: German (http://www.transifex.com/projects/p/fcitx/language/";
-"de/)\n"
+"POT-Creation-Date: 2017-07-28 06:03-0700\n"
+"PO-Revision-Date: 2017-07-28 12:39+0000\n"
+"Last-Translator: mar well <m.wellend...@gmx.de>\n"
+"Language-Team: German (http://www.transifex.com/fcitx/fcitx/language/de/)\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -25,7 +25,7 @@
 
 #: gui/addshortcutdialog.cpp:31
 msgid "&Input Mode"
-msgstr "Eingabemodus"
+msgstr "&Eingabemodus"
 
 #: gui/addshortcutdialog.cpp:33
 msgid "&Key"
@@ -132,12 +132,11 @@
 
 #: gui/shortcutwidget.cpp:155
 msgid "Key Conflict"
-msgstr "Konflikt Taste"
+msgstr "Tasten Konflikt"
 
 #: gui/shortcutwidget.cpp:155
 msgid "Key to add is conflict with existing shortcut."
-msgstr ""
-"Die hinzuzufügende Taste steht im Konflikt mit einem bestehenden Kurzbefehl "
+msgstr "Die hinzuzufügende Kurzbefehl wird schon verwendet. "
 
 #: src/fcitx-kkc.conf.in:3
 msgid "Kkc Addon of Fcitx"
@@ -157,7 +156,7 @@
 
 #: src/fcitx-kkc.desc:3
 msgid "Punctuation Style"
-msgstr "Stil der Interpunktion"
+msgstr "Interpunktionsstil"
 
 #: gui/shortcutwidget.cpp:130
 msgid "Save Changes"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-kkc-0.1.2/po/ja.po new/fcitx-kkc-0.1.4/po/ja.po
--- old/fcitx-kkc-0.1.2/po/ja.po        2015-05-18 17:47:33.000000000 +0200
+++ new/fcitx-kkc-0.1.4/po/ja.po        2017-10-18 18:03:25.000000000 +0200
@@ -12,11 +12,10 @@
 msgstr ""
 "Project-Id-Version: fcitx\n"
 "Report-Msgid-Bugs-To: fcitx-...@googlegroups.com\n"
-"POT-Creation-Date: 2015-04-29 18:02+0200\n"
+"POT-Creation-Date: 2015-12-11 23:18-0800\n"
 "PO-Revision-Date: 2015-04-29 14:31+0000\n"
 "Last-Translator: AWASHIRO Ikuya <iku...@gmail.com>\n"
-"Language-Team: Japanese (http://www.transifex.com/projects/p/fcitx/language/";
-"ja/)\n"
+"Language-Team: Japanese (http://www.transifex.com/fcitx/fcitx/language/ja/)\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-kkc-0.1.2/po/ko.po new/fcitx-kkc-0.1.4/po/ko.po
--- old/fcitx-kkc-0.1.2/po/ko.po        1970-01-01 01:00:00.000000000 +0100
+++ new/fcitx-kkc-0.1.4/po/ko.po        2017-10-18 18:03:25.000000000 +0200
@@ -0,0 +1,215 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+# Bon Keun Seo <scoby...@gmail.com>, 2017
+msgid ""
+msgstr ""
+"Project-Id-Version: fcitx\n"
+"Report-Msgid-Bugs-To: fcitx-...@googlegroups.com\n"
+"POT-Creation-Date: 2017-09-14 16:03-0700\n"
+"PO-Revision-Date: 2017-08-03 16:58+0000\n"
+"Last-Translator: Bon Keun Seo <scoby...@gmail.com>\n"
+"Language-Team: Korean (http://www.transifex.com/fcitx/fcitx/language/ko/)\n"
+"Language: ko\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: gui/addshortcutdialog.cpp:32
+msgid "&Command"
+msgstr "명령(&C)"
+
+#: gui/addshortcutdialog.cpp:31
+msgid "&Input Mode"
+msgstr "입력 모드(&I)"
+
+#: gui/addshortcutdialog.cpp:33
+msgid "&Key"
+msgstr "키(&K)"
+
+#: gui/adddictdialog.cpp:36
+msgid "&Path:"
+msgstr "경로(&P)"
+
+#: gui/shortcutwidget.cpp:37
+msgid "&Rule:"
+msgstr "규칙(&R)"
+
+#: gui/adddictdialog.cpp:35
+msgid "&Type:"
+msgstr "형식(&T):"
+
+#: src/fcitx-kkc.desc:47
+msgid "Auto correct input sequence"
+msgstr "입력 순서 자동 교정"
+
+#: src/fcitx-kkc.desc:31
+msgid "Candidate List Layout"
+msgstr "후보 목록 모양"
+
+#: src/fcitx-kkc.desc:57
+msgid "Candidates Page Down"
+msgstr "다음 후보 페이지"
+
+#: src/fcitx-kkc.desc:52
+msgid "Candidates Page Up"
+msgstr "이전 후보 페이지"
+
+#: src/fcitx-kkc.desc:67
+msgid "Cursor Down"
+msgstr "커서를 아래로"
+
+#: src/fcitx-kkc.desc:62
+msgid "Cursor Up"
+msgstr "커서를 위로"
+
+#: src/fcitx-kkc.conf.in:11
+msgid "Dictionary"
+msgstr "사전"
+
+#: gui/dictwidget.cpp:56
+msgid "Dictionary Manager"
+msgstr "사전 관리자"
+
+#: src/fcitx-kkc.desc:19
+msgid "Direct input"
+msgstr "직접 입력"
+
+#: gui/shortcutmodel.cpp:94
+msgid "Function"
+msgstr "기능"
+
+#: src/fcitx-kkc.desc:1 src/fcitx-kkc.desc:11 src/fcitx-kkc.desc:22
+#: src/fcitx-kkc.desc:29 src/fcitx-kkc.desc:38 src/fcitx-kkc.desc:45
+#: src/fcitx-kkc.desc:50 src/fcitx-kkc.desc:55 src/fcitx-kkc.desc:60
+#: src/fcitx-kkc.desc:65 src/fcitx-kkc.desc:70
+msgid "General"
+msgstr "일반"
+
+#: src/fcitx-kkc.desc:33
+msgid "Global"
+msgstr "전역"
+
+#: gui/shortcutmodel.cpp:50 src/kkc.c:83 src/fcitx-kkc.desc:18
+msgid "Half width Katakana"
+msgstr "반각 가타가나"
+
+#: gui/shortcutmodel.cpp:48 src/kkc.c:81 src/fcitx-kkc.desc:16
+msgid "Hiragana"
+msgstr "히라가나"
+
+#: src/fcitx-kkc.desc:35
+msgid "Horizontal"
+msgstr "가로"
+
+#: src/fcitx-kkc.desc:13
+msgid "Initial Input Mode"
+msgstr "초기 입력 모드"
+
+#: gui/shortcutmodel.cpp:90 src/kkc.c:202
+msgid "Input Mode"
+msgstr "입력 모드"
+
+#: src/fcitx-kkc.desc:6
+msgid "Japanese"
+msgstr "일본어"
+
+#: src/kkc.c:176 src/kkc.conf.in:3
+msgid "Kana Kanji"
+msgstr "가나 한자"
+
+#: gui/shortcutmodel.cpp:49 src/kkc.c:82 src/fcitx-kkc.desc:17
+msgid "Katakana"
+msgstr "가타가나"
+
+#: gui/shortcutmodel.cpp:92
+msgid "Key"
+msgstr "키"
+
+#: gui/shortcutwidget.cpp:155
+msgid "Key Conflict"
+msgstr "키 충돌"
+
+#: gui/shortcutwidget.cpp:155
+msgid "Key to add is conflict with existing shortcut."
+msgstr "추가하려는 키가 기존 단축기와 겹칩니다."
+
+#: src/fcitx-kkc.conf.in:3
+msgid "Kkc Addon of Fcitx"
+msgstr "Fcitx를 위한 KKC 부가기능"
+
+#: gui/shortcutmodel.cpp:51 src/kkc.c:84 src/fcitx-kkc.desc:7
+msgid "Latin"
+msgstr "로마자"
+
+#: src/fcitx-kkc.desc:40
+msgid "Number candidate of Triggers To Show Candidate Window"
+msgstr "후보 창을 보이기 위한 후보의 수"
+
+#: src/fcitx-kkc.desc:24
+msgid "Page size"
+msgstr "페이지 크기"
+
+#: src/fcitx-kkc.desc:3
+msgid "Punctuation Style"
+msgstr "문장부호 스타일"
+
+#: gui/shortcutwidget.cpp:130
+msgid "Save Changes"
+msgstr "변경 내용 저장"
+
+#: gui/adddictdialog.cpp:91
+msgid "Select Dictionary Directory"
+msgstr "사전 경로 선택"
+
+#: gui/adddictdialog.cpp:77
+msgid "Select Dictionary File"
+msgstr "사전 파일 선택"
+
+#: src/fcitx-kkc.conf.in:11
+msgid "Shortcut"
+msgstr "단축키"
+
+#: gui/shortcutwidget.cpp:117
+msgid "Shortcut Manager"
+msgstr "단축키 관리자"
+
+#: src/fcitx-kkc.desc:72
+msgid "Show Annotation"
+msgstr "주석 보이기"
+
+#: gui/adddictdialog.cpp:37
+msgid "System"
+msgstr "시스템"
+
+#: gui/shortcutwidget.cpp:131
+msgid ""
+"The content has changed.\n"
+"Do you want to save the changes or discard them?"
+msgstr ""
+"내용이 변했습니다.\n"
+"변경사항을 저장할까요?"
+
+#: src/fcitx-kkc.conf.in:4
+msgid "This is a template of a simple Fcitx Module"
+msgstr "단순 Fcitx 모듈의 템플릿이라는 문자열을 안지웠네용."
+
+#: gui/adddictdialog.cpp:38
+msgid "User"
+msgstr "사용자"
+
+#: src/fcitx-kkc.desc:34
+msgid "Vertical"
+msgstr "세로"
+
+#: gui/shortcutmodel.cpp:52 src/kkc.c:85 src/fcitx-kkc.desc:8
+#: src/fcitx-kkc.desc:20
+msgid "Wide latin"
+msgstr "전각 로마자"
+
+#: src/fcitx-kkc.desc:9
+msgid "Wide latin Japanese"
+msgstr "전각 로마자 일본어"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-kkc-0.1.2/po/ru.po new/fcitx-kkc-0.1.4/po/ru.po
--- old/fcitx-kkc-0.1.2/po/ru.po        1970-01-01 01:00:00.000000000 +0100
+++ new/fcitx-kkc-0.1.4/po/ru.po        2017-10-18 18:03:25.000000000 +0200
@@ -0,0 +1,217 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+# TotalCaesar659 <x24cm5b8c54q6s...@yandex.ru>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: fcitx\n"
+"Report-Msgid-Bugs-To: fcitx-...@googlegroups.com\n"
+"POT-Creation-Date: 2017-09-14 16:03-0700\n"
+"PO-Revision-Date: 2017-08-03 16:58+0000\n"
+"Last-Translator: TotalCaesar659 <x24cm5b8c54q6s...@yandex.ru>\n"
+"Language-Team: Russian (http://www.transifex.com/fcitx/fcitx/language/ru/)\n"
+"Language: ru\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
+"%100>=11 && n%100<=14)? 2 : 3);\n"
+
+#: gui/addshortcutdialog.cpp:32
+msgid "&Command"
+msgstr "&Команда"
+
+#: gui/addshortcutdialog.cpp:31
+msgid "&Input Mode"
+msgstr "&Режим ввода"
+
+#: gui/addshortcutdialog.cpp:33
+msgid "&Key"
+msgstr "К&люч"
+
+#: gui/adddictdialog.cpp:36
+msgid "&Path:"
+msgstr "&Путь:"
+
+#: gui/shortcutwidget.cpp:37
+msgid "&Rule:"
+msgstr "&Правило:"
+
+#: gui/adddictdialog.cpp:35
+msgid "&Type:"
+msgstr "&Тип:"
+
+#: src/fcitx-kkc.desc:47
+msgid "Auto correct input sequence"
+msgstr "Автоматически исправлять последовательность ввода"
+
+#: src/fcitx-kkc.desc:31
+msgid "Candidate List Layout"
+msgstr "Подложка списка кандидатов"
+
+#: src/fcitx-kkc.desc:57
+msgid "Candidates Page Down"
+msgstr "Страница кандидатов вниз"
+
+#: src/fcitx-kkc.desc:52
+msgid "Candidates Page Up"
+msgstr "Страница кандидатов вверх"
+
+#: src/fcitx-kkc.desc:67
+msgid "Cursor Down"
+msgstr "Курсор вниз"
+
+#: src/fcitx-kkc.desc:62
+msgid "Cursor Up"
+msgstr "Курсор вверх"
+
+#: src/fcitx-kkc.conf.in:11
+msgid "Dictionary"
+msgstr "Словарь"
+
+#: gui/dictwidget.cpp:56
+msgid "Dictionary Manager"
+msgstr "Менеджер словарей"
+
+#: src/fcitx-kkc.desc:19
+msgid "Direct input"
+msgstr "Прямой ввод"
+
+#: gui/shortcutmodel.cpp:94
+msgid "Function"
+msgstr "Функция"
+
+#: src/fcitx-kkc.desc:1 src/fcitx-kkc.desc:11 src/fcitx-kkc.desc:22
+#: src/fcitx-kkc.desc:29 src/fcitx-kkc.desc:38 src/fcitx-kkc.desc:45
+#: src/fcitx-kkc.desc:50 src/fcitx-kkc.desc:55 src/fcitx-kkc.desc:60
+#: src/fcitx-kkc.desc:65 src/fcitx-kkc.desc:70
+msgid "General"
+msgstr "Основной"
+
+#: src/fcitx-kkc.desc:33
+msgid "Global"
+msgstr "Общий"
+
+#: gui/shortcutmodel.cpp:50 src/kkc.c:83 src/fcitx-kkc.desc:18
+msgid "Half width Katakana"
+msgstr "Полуширинная катакана"
+
+#: gui/shortcutmodel.cpp:48 src/kkc.c:81 src/fcitx-kkc.desc:16
+msgid "Hiragana"
+msgstr "Хирагана"
+
+#: src/fcitx-kkc.desc:35
+msgid "Horizontal"
+msgstr "Горизонтально"
+
+#: src/fcitx-kkc.desc:13
+msgid "Initial Input Mode"
+msgstr "Начальный режим ввода"
+
+#: gui/shortcutmodel.cpp:90 src/kkc.c:202
+msgid "Input Mode"
+msgstr "Режим ввода"
+
+#: src/fcitx-kkc.desc:6
+msgid "Japanese"
+msgstr "Японский"
+
+#: src/kkc.c:176 src/kkc.conf.in:3
+msgid "Kana Kanji"
+msgstr "Кана кандзи"
+
+#: gui/shortcutmodel.cpp:49 src/kkc.c:82 src/fcitx-kkc.desc:17
+msgid "Katakana"
+msgstr "Катакана"
+
+#: gui/shortcutmodel.cpp:92
+msgid "Key"
+msgstr "Клавиша"
+
+#: gui/shortcutwidget.cpp:155
+msgid "Key Conflict"
+msgstr "Конфликт клавиш"
+
+#: gui/shortcutwidget.cpp:155
+msgid "Key to add is conflict with existing shortcut."
+msgstr "Клавиша, которую вы хотите назначить, конфликтует с существующей."
+
+#: src/fcitx-kkc.conf.in:3
+msgid "Kkc Addon of Fcitx"
+msgstr "Дополнение Kkc для Fcitx"
+
+#: gui/shortcutmodel.cpp:51 src/kkc.c:84 src/fcitx-kkc.desc:7
+msgid "Latin"
+msgstr "Латынь"
+
+#: src/fcitx-kkc.desc:40
+msgid "Number candidate of Triggers To Show Candidate Window"
+msgstr "Число переключений кандидатов для отображения окна кандидатов"
+
+#: src/fcitx-kkc.desc:24
+msgid "Page size"
+msgstr "Размер страницы"
+
+#: src/fcitx-kkc.desc:3
+msgid "Punctuation Style"
+msgstr "Стиль пунктуации"
+
+#: gui/shortcutwidget.cpp:130
+msgid "Save Changes"
+msgstr "Сохранить изменения"
+
+#: gui/adddictdialog.cpp:91
+msgid "Select Dictionary Directory"
+msgstr "Выбрать каталог словаря"
+
+#: gui/adddictdialog.cpp:77
+msgid "Select Dictionary File"
+msgstr "Выбрать файл словаря"
+
+#: src/fcitx-kkc.conf.in:11
+msgid "Shortcut"
+msgstr "Ярлык"
+
+#: gui/shortcutwidget.cpp:117
+msgid "Shortcut Manager"
+msgstr "Менеджер ярлыков"
+
+#: src/fcitx-kkc.desc:72
+msgid "Show Annotation"
+msgstr "Показывать аннотацию"
+
+#: gui/adddictdialog.cpp:37
+msgid "System"
+msgstr "Система"
+
+#: gui/shortcutwidget.cpp:131
+msgid ""
+"The content has changed.\n"
+"Do you want to save the changes or discard them?"
+msgstr ""
+"Содержимое изменилось.\n"
+"Сохранить изменения или отменить их?"
+
+#: src/fcitx-kkc.conf.in:4
+msgid "This is a template of a simple Fcitx Module"
+msgstr "Это шаблон простого модуля Fcitx"
+
+#: gui/adddictdialog.cpp:38
+msgid "User"
+msgstr "Пользователь"
+
+#: src/fcitx-kkc.desc:34
+msgid "Vertical"
+msgstr "Вертикально"
+
+#: gui/shortcutmodel.cpp:52 src/kkc.c:85 src/fcitx-kkc.desc:8
+#: src/fcitx-kkc.desc:20
+msgid "Wide latin"
+msgstr "Wide latin"
+
+#: src/fcitx-kkc.desc:9
+msgid "Wide latin Japanese"
+msgstr "Японский Wide latin"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-kkc-0.1.2/po/tr.po new/fcitx-kkc-0.1.4/po/tr.po
--- old/fcitx-kkc-0.1.2/po/tr.po        1970-01-01 01:00:00.000000000 +0100
+++ new/fcitx-kkc-0.1.4/po/tr.po        2017-10-18 18:03:25.000000000 +0200
@@ -0,0 +1,213 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# Gökhan Kalayci <gkmediagok...@gmail.com>, 2017
+msgid ""
+msgstr ""
+"Project-Id-Version: fcitx\n"
+"Report-Msgid-Bugs-To: fcitx-...@googlegroups.com\n"
+"POT-Creation-Date: 2013-10-18 03:13-0400\n"
+"PO-Revision-Date: 2017-04-20 20:28+0000\n"
+"Last-Translator: Gökhan Kalayci <gkmediagok...@gmail.com>\n"
+"Language-Team: Turkish (http://www.transifex.com/fcitx/fcitx/language/tr/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: tr\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#: gui/adddictdialog.cpp:35
+msgid "&Type:"
+msgstr "&Tip:"
+
+#: gui/adddictdialog.cpp:36
+msgid "&Path:"
+msgstr "&Yol:"
+
+#: gui/adddictdialog.cpp:37
+msgid "System"
+msgstr "Sistem"
+
+#: gui/adddictdialog.cpp:38
+msgid "User"
+msgstr "Kullanıcı"
+
+#: gui/adddictdialog.cpp:77
+msgid "Select Dictionary File"
+msgstr "Sözlük Dosyasını Seçin"
+
+#: gui/adddictdialog.cpp:91
+msgid "Select Dictionary Directory"
+msgstr "Sözlük Rehberini Seçin"
+
+#: gui/addshortcutdialog.cpp:31
+msgid "&Input Mode"
+msgstr ""
+
+#: gui/addshortcutdialog.cpp:32
+msgid "&Command"
+msgstr ""
+
+#: gui/addshortcutdialog.cpp:33
+msgid "&Key"
+msgstr ""
+
+#: gui/dictwidget.cpp:56
+msgid "Dictionary Manager"
+msgstr ""
+
+#: gui/shortcutmodel.cpp:48 src/kkc.c:81 src/fcitx-kkc.desc:16
+msgid "Hiragana"
+msgstr ""
+
+#: gui/shortcutmodel.cpp:49 src/kkc.c:82 src/fcitx-kkc.desc:17
+msgid "Katakana"
+msgstr ""
+
+#: gui/shortcutmodel.cpp:50 src/kkc.c:83 src/fcitx-kkc.desc:18
+msgid "Half width Katakana"
+msgstr ""
+
+#: gui/shortcutmodel.cpp:51 src/kkc.c:84 src/fcitx-kkc.desc:7
+msgid "Latin"
+msgstr ""
+
+#: gui/shortcutmodel.cpp:52 src/kkc.c:85 src/fcitx-kkc.desc:8
+#: src/fcitx-kkc.desc:20
+msgid "Wide latin"
+msgstr ""
+
+#: gui/shortcutmodel.cpp:90 src/kkc.c:202
+msgid "Input Mode"
+msgstr ""
+
+#: gui/shortcutmodel.cpp:92
+msgid "Key"
+msgstr ""
+
+#: gui/shortcutmodel.cpp:94
+msgid "Function"
+msgstr ""
+
+#: gui/shortcutwidget.cpp:37
+msgid "&Rule:"
+msgstr ""
+
+#: gui/shortcutwidget.cpp:117
+msgid "Shortcut Manager"
+msgstr ""
+
+#: gui/shortcutwidget.cpp:130
+msgid "Save Changes"
+msgstr ""
+
+#: gui/shortcutwidget.cpp:131
+msgid ""
+"The content has changed.\n"
+"Do you want to save the changes or discard them?"
+msgstr ""
+
+#: gui/shortcutwidget.cpp:155
+msgid "Key Conflict"
+msgstr ""
+
+#: gui/shortcutwidget.cpp:155
+msgid "Key to add is conflict with existing shortcut."
+msgstr ""
+
+#: src/kkc.c:176 src/kkc.conf.in:3
+msgid "Kana Kanji"
+msgstr ""
+
+#: src/fcitx-kkc.conf.in:3
+msgid "Kkc Addon of Fcitx"
+msgstr ""
+
+#: src/fcitx-kkc.conf.in:4
+msgid "This is a template of a simple Fcitx Module"
+msgstr ""
+
+#: src/fcitx-kkc.conf.in:11
+msgid "Dictionary"
+msgstr ""
+
+#: src/fcitx-kkc.conf.in:11
+msgid "Shortcut"
+msgstr ""
+
+#: src/fcitx-kkc.desc:1 src/fcitx-kkc.desc:11 src/fcitx-kkc.desc:22
+#: src/fcitx-kkc.desc:29 src/fcitx-kkc.desc:38 src/fcitx-kkc.desc:45
+#: src/fcitx-kkc.desc:50 src/fcitx-kkc.desc:55 src/fcitx-kkc.desc:60
+#: src/fcitx-kkc.desc:65 src/fcitx-kkc.desc:70
+msgid "General"
+msgstr ""
+
+#: src/fcitx-kkc.desc:3
+msgid "Punctuation Style"
+msgstr ""
+
+#: src/fcitx-kkc.desc:6
+msgid "Japanese"
+msgstr ""
+
+#: src/fcitx-kkc.desc:9
+msgid "Wide latin Japanese"
+msgstr ""
+
+#: src/fcitx-kkc.desc:13
+msgid "Initial Input Mode"
+msgstr ""
+
+#: src/fcitx-kkc.desc:19
+msgid "Direct input"
+msgstr ""
+
+#: src/fcitx-kkc.desc:24
+msgid "Page size"
+msgstr ""
+
+#: src/fcitx-kkc.desc:31
+msgid "Candidate List Layout"
+msgstr ""
+
+#: src/fcitx-kkc.desc:33
+msgid "Global"
+msgstr ""
+
+#: src/fcitx-kkc.desc:34
+msgid "Vertical"
+msgstr ""
+
+#: src/fcitx-kkc.desc:35
+msgid "Horizontal"
+msgstr ""
+
+#: src/fcitx-kkc.desc:40
+msgid "Number candidate of Triggers To Show Candidate Window"
+msgstr ""
+
+#: src/fcitx-kkc.desc:47
+msgid "Auto correct input sequence"
+msgstr ""
+
+#: src/fcitx-kkc.desc:52
+msgid "Candidates Page Up"
+msgstr ""
+
+#: src/fcitx-kkc.desc:57
+msgid "Candidates Page Down"
+msgstr ""
+
+#: src/fcitx-kkc.desc:62
+msgid "Cursor Up"
+msgstr ""
+
+#: src/fcitx-kkc.desc:67
+msgid "Cursor Down"
+msgstr ""
+
+#: src/fcitx-kkc.desc:72
+msgid "Show Annotation"
+msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-kkc-0.1.2/po/zh_CN.po 
new/fcitx-kkc-0.1.4/po/zh_CN.po
--- old/fcitx-kkc-0.1.2/po/zh_CN.po     2015-05-18 17:47:33.000000000 +0200
+++ new/fcitx-kkc-0.1.4/po/zh_CN.po     2017-10-18 18:03:25.000000000 +0200
@@ -3,16 +3,16 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Translators:
-# young0512 <cynthia.young0...@gmail.com>, 2013
-# Xuetian Weng <wen...@gmail.com>, 2013
+# Cynthia Young <cynthia.young0...@gmail.com>, 2013
+# csslayer <wen...@gmail.com>, 2013
 msgid ""
 msgstr ""
 "Project-Id-Version: fcitx\n"
 "Report-Msgid-Bugs-To: fcitx-...@googlegroups.com\n"
-"POT-Creation-Date: 2013-10-26 14:43-0400\n"
+"POT-Creation-Date: 2015-12-11 23:18-0800\n"
 "PO-Revision-Date: 2013-10-18 08:09+0000\n"
-"Last-Translator: Xuetian Weng <wen...@gmail.com>\n"
-"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/fcitx/";
+"Last-Translator: csslayer <wen...@gmail.com>\n"
+"Language-Team: Chinese (China) (http://www.transifex.com/fcitx/fcitx/";
 "language/zh_CN/)\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-kkc-0.1.2/po/zh_TW.po 
new/fcitx-kkc-0.1.4/po/zh_TW.po
--- old/fcitx-kkc-0.1.2/po/zh_TW.po     2015-05-18 17:47:33.000000000 +0200
+++ new/fcitx-kkc-0.1.4/po/zh_TW.po     2017-10-18 18:03:25.000000000 +0200
@@ -9,10 +9,10 @@
 msgstr ""
 "Project-Id-Version: fcitx\n"
 "Report-Msgid-Bugs-To: fcitx-...@googlegroups.com\n"
-"POT-Creation-Date: 2014-06-06 07:02+0200\n"
+"POT-Creation-Date: 2015-12-11 23:18-0800\n"
 "PO-Revision-Date: 2014-06-06 04:46+0000\n"
 "Last-Translator: BrLi <rainman59...@gmail.com>\n"
-"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/fcitx/";
+"Language-Team: Chinese (Taiwan) (http://www.transifex.com/fcitx/fcitx/";
 "language/zh_TW/)\n"
 "Language: zh_TW\n"
 "MIME-Version: 1.0\n"

++++++ qt5-version.patch ++++++
Index: fcitx-kkc-0.1.4/CMakeLists.txt
===================================================================
--- fcitx-kkc-0.1.4.orig/CMakeLists.txt
+++ fcitx-kkc-0.1.4/CMakeLists.txt
@@ -10,7 +10,7 @@ pkg_check_modules(LIBKKC "kkc-1.0>=0.2.3
 find_package(Fcitx 4.2.8 REQUIRED)
 
 if (ENABLE_QT)
-find_package(Qt5 5.7 REQUIRED COMPONENTS Core Gui Widgets)
+find_package(Qt5 5.4 REQUIRED COMPONENTS Core Gui Widgets)
 find_package(FcitxQt5WidgetsAddons 1.1 REQUIRED)
 endif ()
 

Reply via email to