Hello community,

here is the log from the commit of package ki18n for openSUSE:Factory checked 
in at 2018-02-16 21:30:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ki18n (Old)
 and      /work/SRC/openSUSE:Factory/.ki18n.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ki18n"

Fri Feb 16 21:30:59 2018 rev:53 rq:576534 version:5.43.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ki18n/ki18n.changes      2018-01-22 
16:08:48.701179881 +0100
+++ /work/SRC/openSUSE:Factory/.ki18n.new/ki18n.changes 2018-02-16 
21:31:00.852662946 +0100
@@ -1,0 +2,10 @@
+Mon Feb 12 23:42:08 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.43.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.43.0.php
+- Changes since 5.42.0:
+  * Fix finding libintl when "cross"-compiling native Yocto packages
+
+-------------------------------------------------------------------

Old:
----
  ki18n-5.42.0.tar.xz

New:
----
  ki18n-5.43.0.tar.xz

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

Other differences:
------------------
++++++ ki18n.spec ++++++
--- /var/tmp/diff_new_pack.8Q0i4d/_old  2018-02-16 21:31:02.128616870 +0100
+++ /var/tmp/diff_new_pack.8Q0i4d/_new  2018-02-16 21:31:02.132616726 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5I18n5
-%define _tar_path 5.42
+%define _tar_path 5.43
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:           ki18n
-Version:        5.42.0
+Version:        5.43.0
 Release:        0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}

++++++ ki18n-5.42.0.tar.xz -> ki18n-5.43.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ki18n-5.42.0/CMakeLists.txt 
new/ki18n-5.43.0/CMakeLists.txt
--- old/ki18n-5.42.0/CMakeLists.txt     2018-01-07 17:18:28.000000000 +0100
+++ new/ki18n-5.43.0/CMakeLists.txt     2018-02-05 13:00:17.000000000 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.42.0") # handled by release scripts
+set(KF5_VERSION "5.43.0") # handled by release scripts
 project(KI18n VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.42.0  NO_MODULE)
+find_package(ECM 5.43.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ki18n-5.42.0/cmake/FindLibIntl.cmake 
new/ki18n-5.43.0/cmake/FindLibIntl.cmake
--- old/ki18n-5.42.0/cmake/FindLibIntl.cmake    2018-01-07 17:18:28.000000000 
+0100
+++ new/ki18n-5.43.0/cmake/FindLibIntl.cmake    2018-02-05 13:00:17.000000000 
+0100
@@ -51,7 +51,13 @@
 if(LibIntl_SYMBOL_FOUND)
     message(STATUS "libintl is part of libc, no extra library is required.")
     set(LibIntl_LIBRARIES "")
-    find_package_handle_standard_args(LibIntl REQUIRED_VARS 
LibIntl_INCLUDE_DIRS)
+    if(LibIntl_INCLUDE_DIRS)
+        find_package_handle_standard_args(LibIntl REQUIRED_VARS 
LibIntl_INCLUDE_DIRS)
+    else()
+        # in the default search path but not found by find_path, e.g. host 
glibc when cross-compiling
+        set(LibIntl_INCLUDE_DIRS "")
+        set(LibIntl_FOUND TRUE)
+    endif()
 else()
     message(STATUS "libintl is a separate library.")
     find_package_handle_standard_args(LibIntl REQUIRED_VARS 
LibIntl_INCLUDE_DIRS LibIntl_LIBRARIES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ki18n-5.42.0/po/id/ki18n5.po 
new/ki18n-5.43.0/po/id/ki18n5.po
--- old/ki18n-5.42.0/po/id/ki18n5.po    2018-01-07 17:18:28.000000000 +0100
+++ new/ki18n-5.43.0/po/id/ki18n5.po    2018-02-05 13:00:17.000000000 +0100
@@ -2,7 +2,7 @@
 # Copyright (C) 2010 This_file_is_part_of_KDE
 # This file is distributed under the same license as the kdelibs4 package.
 # Andhika Padmawan <andhika.padma...@gmail.com>, 2010-2014.
-# Wantoyo <wanto...@gmail.com>, 2017.
+# Wantoyo <wanto...@gmail.com>, 2017, 2018.
 #
 msgid ""
 msgstr ""
@@ -11,7 +11,7 @@
 "POT-Creation-Date: 2017-12-05 03:09+0100\n"
 "PO-Revision-Date: 2014-10-19 10:43+0700\n"
 "Last-Translator: Andhika Padmawan <andhika.padma...@gmail.com>\n"
-"Language-Team: Indonesian <translation-team...@lists.sourceforge.net>\n"
+"Language-Team: Indonesian <kde-i18n-...@kde.org>\n"
 "Language: id\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/ki18n-5.42.0/po/nn/ki18n5.po 
new/ki18n-5.43.0/po/nn/ki18n5.po
--- old/ki18n-5.42.0/po/nn/ki18n5.po    2018-01-07 17:18:28.000000000 +0100
+++ new/ki18n-5.43.0/po/nn/ki18n5.po    2018-02-05 13:00:17.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:11+0100\n"
+"POT-Creation-Date: 2017-12-05 03:09+0100\n"
 "PO-Revision-Date: 2015-06-03 19:12+0100\n"
 "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n"
 "Language-Team: Norwegian Nynorsk <i18n...@lister.ping.uio.no>\n"
@@ -24,7 +24,7 @@
 
 #. i18n: Decide which string is used to delimit keys in a keyboard
 #. shortcut (e.g. + in Ctrl+Alt+Tab) in plain text.
-#: kuitmarkup.cpp:300
+#: kuitmarkup.cpp:307
 #, kde-format
 msgctxt "shortcut-key-delimiter/plain"
 msgid "+"
@@ -32,7 +32,7 @@
 
 #. i18n: Decide which string is used to delimit keys in a keyboard
 #. shortcut (e.g. + in Ctrl+Alt+Tab) in rich text.
-#: kuitmarkup.cpp:304
+#: kuitmarkup.cpp:311
 #, kde-format
 msgctxt "shortcut-key-delimiter/rich"
 msgid "+"
@@ -40,7 +40,7 @@
 
 #. i18n: Decide which string is used to delimit elements in a GUI path
 #. (e.g. -> in "Go to Settings->Advanced->Core tab.") in plain text.
-#: kuitmarkup.cpp:308
+#: kuitmarkup.cpp:315
 #, kde-format
 msgctxt "gui-path-delimiter/plain"
 msgid "→"
@@ -48,307 +48,307 @@
 
 #. i18n: Decide which string is used to delimit elements in a GUI path
 #. (e.g. -> in "Go to Settings->Advanced->Core tab.") in rich text.
-#: kuitmarkup.cpp:312
+#: kuitmarkup.cpp:319
 #, kde-format
 msgctxt "gui-path-delimiter/rich"
 msgid "→"
 msgstr " → "
 
-#: kuitmarkup.cpp:325
+#: kuitmarkup.cpp:332
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "Alt"
 msgstr "Alt"
 
-#: kuitmarkup.cpp:326
+#: kuitmarkup.cpp:333
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "AltGr"
 msgstr "Alt Gr"
 
-#: kuitmarkup.cpp:327
+#: kuitmarkup.cpp:334
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "Backspace"
 msgstr "Rettetast"
 
-#: kuitmarkup.cpp:328
+#: kuitmarkup.cpp:335
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "CapsLock"
 msgstr "Caps Lock"
 
-#: kuitmarkup.cpp:329
+#: kuitmarkup.cpp:336
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "Control"
 msgstr "Ctrl"
 
-#: kuitmarkup.cpp:330
+#: kuitmarkup.cpp:337
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "Ctrl"
 msgstr "Ctrl"
 
-#: kuitmarkup.cpp:331
+#: kuitmarkup.cpp:338
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "Del"
 msgstr "Del"
 
-#: kuitmarkup.cpp:332
+#: kuitmarkup.cpp:339
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "Delete"
 msgstr "Delete"
 
-#: kuitmarkup.cpp:333
+#: kuitmarkup.cpp:340
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "Down"
 msgstr "Pil ned"
 
-#: kuitmarkup.cpp:334
+#: kuitmarkup.cpp:341
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "End"
 msgstr "End"
 
-#: kuitmarkup.cpp:335
+#: kuitmarkup.cpp:342
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "Enter"
 msgstr "Enter"
 
-#: kuitmarkup.cpp:336
+#: kuitmarkup.cpp:343
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "Esc"
 msgstr "Escape"
 
-#: kuitmarkup.cpp:337
+#: kuitmarkup.cpp:344
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "Escape"
 msgstr "Escape"
 
-#: kuitmarkup.cpp:338
+#: kuitmarkup.cpp:345
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "Home"
 msgstr "Heim"
 
-#: kuitmarkup.cpp:339
+#: kuitmarkup.cpp:346
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "Hyper"
 msgstr "Hyper"
 
-#: kuitmarkup.cpp:340
+#: kuitmarkup.cpp:347
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "Ins"
 msgstr "Insert"
 
-#: kuitmarkup.cpp:341
+#: kuitmarkup.cpp:348
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "Insert"
 msgstr "Insert"
 
-#: kuitmarkup.cpp:342
+#: kuitmarkup.cpp:349
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "Left"
 msgstr "Pil venstre"
 
-#: kuitmarkup.cpp:343
+#: kuitmarkup.cpp:350
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "Menu"
 msgstr "Meny"
 
-#: kuitmarkup.cpp:344
+#: kuitmarkup.cpp:351
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "Meta"
 msgstr "Meta"
 
-#: kuitmarkup.cpp:345
+#: kuitmarkup.cpp:352
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "NumLock"
 msgstr "Num Lock"
 
-#: kuitmarkup.cpp:346
+#: kuitmarkup.cpp:353
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "PageDown"
 msgstr "Page Down"
 
-#: kuitmarkup.cpp:347
+#: kuitmarkup.cpp:354
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "PageUp"
 msgstr "Page Up"
 
-#: kuitmarkup.cpp:348
+#: kuitmarkup.cpp:355
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "PgDown"
 msgstr "Page Down"
 
-#: kuitmarkup.cpp:349
+#: kuitmarkup.cpp:356
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "PgUp"
 msgstr "Page Up"
 
-#: kuitmarkup.cpp:350
+#: kuitmarkup.cpp:357
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "PauseBreak"
 msgstr "Pause/Break"
 
-#: kuitmarkup.cpp:351
+#: kuitmarkup.cpp:358
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "PrintScreen"
 msgstr "Print Screen"
 
-#: kuitmarkup.cpp:352
+#: kuitmarkup.cpp:359
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "PrtScr"
 msgstr "PrtScr"
 
-#: kuitmarkup.cpp:353
+#: kuitmarkup.cpp:360
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "Return"
 msgstr "Enter"
 
-#: kuitmarkup.cpp:354
+#: kuitmarkup.cpp:361
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "Right"
 msgstr "Pil høgre"
 
-#: kuitmarkup.cpp:355
+#: kuitmarkup.cpp:362
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "ScrollLock"
 msgstr "Scroll Lock"
 
-#: kuitmarkup.cpp:356
+#: kuitmarkup.cpp:363
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "Shift"
 msgstr "Shift"
 
-#: kuitmarkup.cpp:357
+#: kuitmarkup.cpp:364
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "Space"
 msgstr "Mellomrom"
 
-#: kuitmarkup.cpp:358
+#: kuitmarkup.cpp:365
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "Super"
 msgstr "Super"
 
-#: kuitmarkup.cpp:359
+#: kuitmarkup.cpp:366
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "SysReq"
 msgstr "SysReq"
 
-#: kuitmarkup.cpp:360
+#: kuitmarkup.cpp:367
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "Tab"
 msgstr "Tab"
 
-#: kuitmarkup.cpp:361
+#: kuitmarkup.cpp:368
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "Up"
 msgstr "Pil opp"
 
-#: kuitmarkup.cpp:362
+#: kuitmarkup.cpp:369
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "Win"
 msgstr "Win"
 
-#: kuitmarkup.cpp:363
+#: kuitmarkup.cpp:370
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "F1"
 msgstr "F1"
 
-#: kuitmarkup.cpp:364
+#: kuitmarkup.cpp:371
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "F2"
 msgstr "F2"
 
-#: kuitmarkup.cpp:365
+#: kuitmarkup.cpp:372
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "F3"
 msgstr "F3"
 
-#: kuitmarkup.cpp:366
+#: kuitmarkup.cpp:373
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "F4"
 msgstr "F4"
 
-#: kuitmarkup.cpp:367
+#: kuitmarkup.cpp:374
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "F5"
 msgstr "F5"
 
-#: kuitmarkup.cpp:368
+#: kuitmarkup.cpp:375
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "F6"
 msgstr "F6"
 
-#: kuitmarkup.cpp:369
+#: kuitmarkup.cpp:376
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "F7"
 msgstr "F7"
 
-#: kuitmarkup.cpp:370
+#: kuitmarkup.cpp:377
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "F8"
 msgstr "F8"
 
-#: kuitmarkup.cpp:371
+#: kuitmarkup.cpp:378
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "F9"
 msgstr "F9"
 
-#: kuitmarkup.cpp:372
+#: kuitmarkup.cpp:379
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "F10"
 msgstr "F10"
 
-#: kuitmarkup.cpp:373
+#: kuitmarkup.cpp:380
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "F11"
 msgstr "F11"
 
-#: kuitmarkup.cpp:374
+#: kuitmarkup.cpp:381
 #, kde-format
 msgctxt "keyboard-key-name"
 msgid "F12"
@@ -362,91 +362,91 @@
 #. original. Some things you may consider changing:
 #. - the proper quotes, those used in msgid are English-standard
 #. - the <i> and <b> tags, does your language script work well with them?
-#: kuitmarkup.cpp:731
+#: kuitmarkup.cpp:737
 #, kde-format
 msgctxt "tag-format-pattern <title> plain"
 msgid "== %1 =="
 msgstr "══ %1 ══"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:736
+#: kuitmarkup.cpp:742
 #, kde-format
 msgctxt "tag-format-pattern <title> rich"
 msgid "<h2>%1</h2>"
 msgstr "<h2>%1</h2>"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:744
+#: kuitmarkup.cpp:750
 #, kde-format
 msgctxt "tag-format-pattern <subtitle> plain"
 msgid "~ %1 ~"
 msgstr "∼ %1 ∼"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:749
+#: kuitmarkup.cpp:755
 #, kde-format
 msgctxt "tag-format-pattern <subtitle> rich"
 msgid "<h3>%1</h3>"
 msgstr "<h3>%1</h3>"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:757
+#: kuitmarkup.cpp:763
 #, kde-format
 msgctxt "tag-format-pattern <para> plain"
 msgid "%1"
 msgstr "%1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:762
+#: kuitmarkup.cpp:768
 #, kde-format
 msgctxt "tag-format-pattern <para> rich"
 msgid "<p>%1</p>"
 msgstr "<p>%1</p>"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:770
+#: kuitmarkup.cpp:776
 #, kde-format
 msgctxt "tag-format-pattern <list> plain"
 msgid "%1"
 msgstr "%1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:775
+#: kuitmarkup.cpp:781
 #, kde-format
 msgctxt "tag-format-pattern <list> rich"
 msgid "<ul>%1</ul>"
 msgstr "<ul>%1</ul>"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:783
+#: kuitmarkup.cpp:789
 #, kde-format
 msgctxt "tag-format-pattern <item> plain"
 msgid "  * %1"
 msgstr "  – %1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:788
+#: kuitmarkup.cpp:794
 #, kde-format
 msgctxt "tag-format-pattern <item> rich"
 msgid "<li>%1</li>"
 msgstr "<li>%1</li>"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:795
+#: kuitmarkup.cpp:801
 #, kde-format
 msgctxt "tag-format-pattern <note> plain"
 msgid "Note: %1"
 msgstr "Merk: %1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:800
+#: kuitmarkup.cpp:806
 #, kde-format
 msgctxt "tag-format-pattern <note> rich"
 msgid "<i>Note</i>: %1"
 msgstr "<i>Merk</i>: %1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:806
+#: kuitmarkup.cpp:812
 #, kde-format
 msgctxt ""
 "tag-format-pattern <note label=> plain\n"
@@ -455,7 +455,7 @@
 msgstr "%2: %1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:812
+#: kuitmarkup.cpp:818
 #, kde-format
 msgctxt ""
 "tag-format-pattern <note label=> rich\n"
@@ -464,21 +464,21 @@
 msgstr "<i>%2</i>: %1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:819
+#: kuitmarkup.cpp:825
 #, kde-format
 msgctxt "tag-format-pattern <warning> plain"
 msgid "WARNING: %1"
 msgstr "ÅTVARING: %1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:824
+#: kuitmarkup.cpp:830
 #, kde-format
 msgctxt "tag-format-pattern <warning> rich"
 msgid "<b>Warning</b>: %1"
 msgstr "<b>Åtvaring</b>: %1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:830
+#: kuitmarkup.cpp:836
 #, kde-format
 msgctxt ""
 "tag-format-pattern <warning label=> plain\n"
@@ -487,7 +487,7 @@
 msgstr "%2: %1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:836
+#: kuitmarkup.cpp:842
 #, kde-format
 msgctxt ""
 "tag-format-pattern <warning label=> rich\n"
@@ -496,21 +496,21 @@
 msgstr "<b>%2</b>: %1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:843
+#: kuitmarkup.cpp:849
 #, kde-format
 msgctxt "tag-format-pattern <link> plain"
 msgid "%1"
 msgstr "%1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:848
+#: kuitmarkup.cpp:854
 #, kde-format
 msgctxt "tag-format-pattern <link> rich"
 msgid "<a href=\"%1\">%1</a>"
 msgstr "<a href=\"%1\">%1</a>"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:854
+#: kuitmarkup.cpp:860
 #, kde-format
 msgctxt ""
 "tag-format-pattern <link url=> plain\n"
@@ -519,7 +519,7 @@
 msgstr "%1 (%2)"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:860
+#: kuitmarkup.cpp:866
 #, kde-format
 msgctxt ""
 "tag-format-pattern <link url=> rich\n"
@@ -528,49 +528,49 @@
 msgstr "<a href=\"%2\">%1</a>"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:867
+#: kuitmarkup.cpp:873
 #, kde-format
 msgctxt "tag-format-pattern <filename> plain"
 msgid "‘%1’"
 msgstr "«%1»"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:872
+#: kuitmarkup.cpp:878
 #, kde-format
 msgctxt "tag-format-pattern <filename> rich"
 msgid "<tt>%1</tt>"
 msgstr "<tt>%1</tt>"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:879
+#: kuitmarkup.cpp:885
 #, kde-format
 msgctxt "tag-format-pattern <application> plain"
 msgid "%1"
 msgstr "%1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:884
+#: kuitmarkup.cpp:890
 #, kde-format
 msgctxt "tag-format-pattern <application> rich"
 msgid "%1"
 msgstr "%1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:891
+#: kuitmarkup.cpp:897
 #, kde-format
 msgctxt "tag-format-pattern <command> plain"
 msgid "%1"
 msgstr "%1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:896
+#: kuitmarkup.cpp:902
 #, kde-format
 msgctxt "tag-format-pattern <command> rich"
 msgid "<tt>%1</tt>"
 msgstr "<tt>%1</tt>"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:902
+#: kuitmarkup.cpp:908
 #, kde-format
 msgctxt ""
 "tag-format-pattern <command section=> plain\n"
@@ -579,7 +579,7 @@
 msgstr "%1(%2)"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:908
+#: kuitmarkup.cpp:914
 #, kde-format
 msgctxt ""
 "tag-format-pattern <command section=> rich\n"
@@ -588,35 +588,35 @@
 msgstr "<tt>%1(%2)</tt>"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:915
+#: kuitmarkup.cpp:921
 #, kde-format
 msgctxt "tag-format-pattern <resource> plain"
 msgid "“%1”"
 msgstr "«%1»"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:920
+#: kuitmarkup.cpp:926
 #, kde-format
 msgctxt "tag-format-pattern <resource> rich"
 msgid "“%1”"
 msgstr "«%1»"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:927
+#: kuitmarkup.cpp:933
 #, kde-format
 msgctxt "tag-format-pattern <icode> plain"
 msgid "“%1”"
 msgstr "«%1»"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:932
+#: kuitmarkup.cpp:938
 #, kde-format
 msgctxt "tag-format-pattern <icode> rich"
 msgid "<tt>%1</tt>"
 msgstr "<tt>%1</tt>"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:939
+#: kuitmarkup.cpp:945
 #, kde-format
 msgctxt "tag-format-pattern <bcode> plain"
 msgid ""
@@ -627,98 +627,98 @@
 "%1\n"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:944
+#: kuitmarkup.cpp:950
 #, kde-format
 msgctxt "tag-format-pattern <bcode> rich"
 msgid "<pre>%1</pre>"
 msgstr "<pre>%1</pre>"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:951
+#: kuitmarkup.cpp:957
 #, kde-format
 msgctxt "tag-format-pattern <shortcut> plain"
 msgid "%1"
 msgstr "%1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:956
+#: kuitmarkup.cpp:962
 #, kde-format
 msgctxt "tag-format-pattern <shortcut> rich"
 msgid "<b>%1</b>"
 msgstr "<b>%1</b>"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:963
+#: kuitmarkup.cpp:969
 #, kde-format
 msgctxt "tag-format-pattern <interface> plain"
 msgid "|%1|"
 msgstr "|%1|"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:968
+#: kuitmarkup.cpp:974
 #, kde-format
 msgctxt "tag-format-pattern <interface> rich"
 msgid "<i>%1</i>"
 msgstr "<i>%1</i>"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:975
+#: kuitmarkup.cpp:981
 #, kde-format
 msgctxt "tag-format-pattern <emphasis> plain"
 msgid "*%1*"
 msgstr "*%1*"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:980
+#: kuitmarkup.cpp:986
 #, kde-format
 msgctxt "tag-format-pattern <emphasis> rich"
 msgid "<i>%1</i>"
 msgstr "<i>%1</i>"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:985
+#: kuitmarkup.cpp:991
 #, kde-format
 msgctxt "tag-format-pattern <emphasis-strong> plain"
 msgid "**%1**"
 msgstr "**%1**"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:990
+#: kuitmarkup.cpp:996
 #, kde-format
 msgctxt "tag-format-pattern <emphasis-strong> rich"
 msgid "<b>%1</b>"
 msgstr "<b>%1</b>"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:997
+#: kuitmarkup.cpp:1003
 #, kde-format
 msgctxt "tag-format-pattern <placeholder> plain"
 msgid "&lt;%1&gt;"
 msgstr "&lt;%1&gt;"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:1002
+#: kuitmarkup.cpp:1008
 #, kde-format
 msgctxt "tag-format-pattern <placeholder> rich"
 msgid "&lt;<i>%1</i>&gt;"
 msgstr "&lt;<i>%1</i>&gt;"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:1009
+#: kuitmarkup.cpp:1015
 #, kde-format
 msgctxt "tag-format-pattern <email> plain"
 msgid "&lt;%1&gt;"
 msgstr "&lt;%1&gt;"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:1014
+#: kuitmarkup.cpp:1020
 #, kde-format
 msgctxt "tag-format-pattern <email> rich"
 msgid "&lt;<a href=\"mailto:%1\";>%1</a>&gt;"
 msgstr "&lt;<a href=\"mailto:%1\";>%1</a>&gt;"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:1020
+#: kuitmarkup.cpp:1026
 #, kde-format
 msgctxt ""
 "tag-format-pattern <email address=> plain\n"
@@ -727,7 +727,7 @@
 msgstr "%1 &lt;%2&gt;"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:1026
+#: kuitmarkup.cpp:1032
 #, kde-format
 msgctxt ""
 "tag-format-pattern <email address=> rich\n"
@@ -736,42 +736,42 @@
 msgstr "<a href=\"mailto:%2\";>%1</a>"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:1033
+#: kuitmarkup.cpp:1039
 #, kde-format
 msgctxt "tag-format-pattern <envar> plain"
 msgid "$%1"
 msgstr "$%1"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:1038
+#: kuitmarkup.cpp:1044
 #, kde-format
 msgctxt "tag-format-pattern <envar> rich"
 msgid "<tt>$%1</tt>"
 msgstr "<tt>$%1</tt>"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:1045
+#: kuitmarkup.cpp:1051
 #, kde-format
 msgctxt "tag-format-pattern <message> plain"
 msgid "/%1/"
 msgstr "/%1/"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:1050
+#: kuitmarkup.cpp:1056
 #, kde-format
 msgctxt "tag-format-pattern <message> rich"
 msgid "<i>%1</i>"
 msgstr "<i>%1</i>"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:1057
+#: kuitmarkup.cpp:1063
 #, kde-format
 msgctxt "tag-format-pattern <nl> plain"
 msgid "%1\n"
 msgstr "%1\n"
 
 #. i18n: KUIT pattern, see the comment to the first of these entries above.
-#: kuitmarkup.cpp:1062
+#: kuitmarkup.cpp:1068
 #, kde-format
 msgctxt "tag-format-pattern <nl> rich"
 msgid "%1<br/>"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ki18n-5.42.0/po/zh_CN/ki18n5.po 
new/ki18n-5.43.0/po/zh_CN/ki18n5.po
--- old/ki18n-5.42.0/po/zh_CN/ki18n5.po 2018-01-07 17:18:28.000000000 +0100
+++ new/ki18n-5.43.0/po/zh_CN/ki18n5.po 2018-02-05 13:00:17.000000000 +0100
@@ -16,7 +16,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-12-05 03:09+0100\n"
-"PO-Revision-Date: 2018-01-05 06:38-0500\n"
+"PO-Revision-Date: 2018-02-01 07:11-0500\n"
 "Last-Translator: guoyunhebrave <guoyunhebr...@gmail.com>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to