Hello community,

here is the log from the commit of package kscreenlocker for openSUSE:Factory 
checked in at 2020-01-11 14:39:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kscreenlocker (Old)
 and      /work/SRC/openSUSE:Factory/.kscreenlocker.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kscreenlocker"

Sat Jan 11 14:39:00 2020 rev:76 rq:761984 version:5.17.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/kscreenlocker/kscreenlocker.changes      
2019-12-11 12:07:28.204681171 +0100
+++ /work/SRC/openSUSE:Factory/.kscreenlocker.new.6675/kscreenlocker.changes    
2020-01-11 14:39:22.449168978 +0100
@@ -1,0 +2,17 @@
+Tue Jan  7 16:24:35 UTC 2020 - Fabian Vogt <[email protected]>
+
+- Update to 5.17.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.17.5.php
+- No code changes since 5.17.4
+
+-------------------------------------------------------------------
+Thu Dec 12 10:39:10 UTC 2019 - Fabian Vogt <[email protected]>
+
+- Rename kscreenlocker pam file to kde (boo#1158966)
+- Use %_distconfdir for saving the PAM service file. No migration
+  code for .rpmsave added as the file was never supposed to be
+  modified.
+
+-------------------------------------------------------------------

Old:
----
  kscreenlocker
  kscreenlocker-5.17.4.tar.xz
  kscreenlocker-5.17.4.tar.xz.sig

New:
----
  kde
  kscreenlocker-5.17.5.tar.xz
  kscreenlocker-5.17.5.tar.xz.sig

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

Other differences:
------------------
++++++ kscreenlocker.spec ++++++
--- /var/tmp/diff_new_pack.ssZdpu/_old  2020-01-11 14:39:24.817169914 +0100
+++ /var/tmp/diff_new_pack.ssZdpu/_new  2020-01-11 14:39:24.817169914 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kscreenlocker
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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
@@ -16,9 +16,11 @@
 #
 
 
+%{!?_distconfdir:%global _distconfdir %_sysconfdir}
+
 %bcond_without lang
 Name:           kscreenlocker
-Version:        5.17.4
+Version:        5.17.5
 Release:        0
 Summary:        Library and components for secure lock screen architecture
 License:        GPL-2.0-or-later
@@ -29,7 +31,7 @@
 Source1:        
https://download.kde.org/stable/plasma/%{version}/kscreenlocker-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
-Source3:        kscreenlocker
+Source3:        kde
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 1.8.0
 BuildRequires:  kf5-filesystem
@@ -88,12 +90,12 @@
 %setup -q -n %{name}-%{version}
 
 %build
-  %cmake_kf5 -d build -- -DKDE4_COMMON_PAM_SERVICE=kscreenlocker 
-DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
+  %cmake_kf5 -d build -- -DKDE4_COMMON_PAM_SERVICE=kde 
-DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
   %make_jobs
 
 %install
   # Ship our own file to not depend on a display manager being installed 
(boo#1108329)
-  install -D -m0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/pam.d/kscreenlocker
+  install -D -m0644 %{SOURCE3} %{buildroot}%{_distconfdir}/pam.d/kde
   %kf5_makeinstall -C build
 %if %{with lang}
   %kf5_find_lang
@@ -126,7 +128,7 @@
 
 %files
 %license COPYING*
-%config(noreplace) %{_sysconfdir}/pam.d/kscreenlocker
+%{_distconfdir}/pam.d/kde
 %{_kf5_libdir}/libexec/kcheckpass
 %{_kf5_libdir}/libexec/kscreenlocker_greet
 %{_kf5_servicesdir}/

++++++ kde ++++++
#%PAM-1.0
# This service is only used by kcheckpass for unlocking,
# so only auth is really relevant here.
auth     include        common-auth
account  include        common-account
password include        common-password
session  required       pam_loginuid.so
session  include        common-session
++++++ kscreenlocker-5.17.4.tar.xz -> kscreenlocker-5.17.5.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-5.17.4/CMakeLists.txt 
new/kscreenlocker-5.17.5/CMakeLists.txt
--- old/kscreenlocker-5.17.4/CMakeLists.txt     2019-12-03 13:12:12.000000000 
+0100
+++ new/kscreenlocker-5.17.5/CMakeLists.txt     2020-01-07 16:30:31.000000000 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(kscreenlocker)
-set(PROJECT_VERSION "5.17.4")
+set(PROJECT_VERSION "5.17.5")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.12.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-5.17.4/kcm/screenlocker.desktop 
new/kscreenlocker-5.17.5/kcm/screenlocker.desktop
--- old/kscreenlocker-5.17.4/kcm/screenlocker.desktop   2019-12-03 
13:11:00.000000000 +0100
+++ new/kscreenlocker-5.17.5/kcm/screenlocker.desktop   2020-01-07 
16:29:35.000000000 +0100
@@ -62,6 +62,7 @@
 Comment[fi]=Näytön lukituksen asetukset
 Comment[fr]=Configurer le verrouillage de l'écran
 Comment[gl]=Configurar o trancamento da pantalla
+Comment[hu]=Képernyőzárolás beállítása
 Comment[id]=Konfigurasikan penguncian layar
 Comment[it]=Configura il blocco dello schermo
 Comment[ko]=화면 잠금 설정
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-5.17.4/po/ca/kscreenlocker.po 
new/kscreenlocker-5.17.5/po/ca/kscreenlocker.po
--- old/kscreenlocker-5.17.4/po/ca/kscreenlocker.po     2019-12-03 
13:11:20.000000000 +0100
+++ new/kscreenlocker-5.17.5/po/ca/kscreenlocker.po     2020-01-07 
16:29:53.000000000 +0100
@@ -1,16 +1,16 @@
 # Translation of kscreenlocker.po to Catalan
-# Copyright (C) 2012-2018 This_file_is_part_of_KDE
+# Copyright (C) 2012-2020 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# Josep Ma. Ferrer <[email protected]>, 2012, 2014, 2015, 2016, 2017, 2018.
+# Josep Ma. Ferrer <[email protected]>, 2012, 2014, 2015, 2016, 2017, 2018, 
2020.
 # Antoni Bella Pérez <[email protected]>, 2015, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: kscreenlocker\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-07-16 03:08+0200\n"
-"PO-Revision-Date: 2018-02-26 18:53+0100\n"
+"PO-Revision-Date: 2020-01-04 21:05+0100\n"
 "Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
 "Language: ca\n"
@@ -60,7 +60,7 @@
 "\n"
 "Afterwards switch back to the running session (Ctrl+Alt+F%2)."
 msgstr ""
-"El bloqueig de la pantalla falla i es desbloqueja si ja no és possible.\n"
+"El bloqueig de la pantalla falla i ja no es pot desbloquejar.\n"
 "Per tal de desbloquejar-lo des d'una consola virtual (p. ex., Ctrl+Alt+F2),\n"
 "inicieu una sessió i executeu l'ordre:\n"
 "\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-5.17.4/po/fr/screenlocker_kcm.po 
new/kscreenlocker-5.17.5/po/fr/screenlocker_kcm.po
--- old/kscreenlocker-5.17.4/po/fr/screenlocker_kcm.po  2019-12-03 
13:11:29.000000000 +0100
+++ new/kscreenlocker-5.17.5/po/fr/screenlocker_kcm.po  2020-01-07 
16:29:59.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-16 03:25+0200\n"
-"PO-Revision-Date: 2019-08-10 15:10+0800\n"
+"PO-Revision-Date: 2019-12-30 16:34+0800\n"
 "Last-Translator: Simon Depiets <[email protected]>\n"
 "Language-Team: French <[email protected]>\n"
 "Language: fr\n"
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 19.07.70\n"
+"X-Generator: Lokalize 20.03.70\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -63,7 +63,7 @@
 #: kcm.ui:28
 #, kde-format
 msgid "Lock screen:"
-msgstr "Verrouiller &l'écran :"
+msgstr "Verrouiller l'écran :"
 
 #. i18n: ectx: property (text), widget (QCheckBox, kcfg_Autolock)
 #: kcm.ui:40
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-5.17.4/po/hu/kscreenlocker_greet.po 
new/kscreenlocker-5.17.5/po/hu/kscreenlocker_greet.po
--- old/kscreenlocker-5.17.4/po/hu/kscreenlocker_greet.po       2019-12-03 
13:11:37.000000000 +0100
+++ new/kscreenlocker-5.17.5/po/hu/kscreenlocker_greet.po       2020-01-07 
16:30:04.000000000 +0100
@@ -2,13 +2,13 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Balázs Úr <[email protected]>, 2012, 2013, 2014.
-# Kristóf Kiszel <[email protected]>, 2014.
+# Kristóf Kiszel <[email protected]>, 2014, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-14 03:23+0200\n"
-"PO-Revision-Date: 2014-08-29 14:08+0200\n"
+"PO-Revision-Date: 2019-12-09 23:08+0100\n"
 "Last-Translator: Kristóf Kiszel <[email protected]>\n"
 "Language-Team: Hungarian <[email protected]>\n"
 "Language: hu\n"
@@ -16,12 +16,12 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 20.03.70\n"
 
 #: main.cpp:103
 #, kde-format
 msgid "Greeter for the KDE Plasma Workspaces Screen locker"
-msgstr "Üdvözlő a KDE Plazma munkaterület képernyőzárolóhoz"
+msgstr "Üdvözlőképernyő a KDE Plasma képernyőzárolójához"
 
 #: main.cpp:108
 #, kde-format
@@ -29,10 +29,10 @@
 msgstr "Elindítja az üdvözlőt tesztelő módban"
 
 #: main.cpp:111
-#, fuzzy, kde-format
-#| msgid "Starts the greeter in testing mode"
+#, kde-format
 msgid "Starts the greeter with the selected theme (only in Testing mode)"
-msgstr "Elindítja az üdvözlőt tesztelő módban"
+msgstr ""
+"Elindítja az üdvözlőképernyőt a kiválasztott témával (csak teszt üzemmódban)"
 
 #: main.cpp:116
 #, kde-format
@@ -52,9 +52,9 @@
 #: main.cpp:124
 #, kde-format
 msgid "Default to the switch user UI."
-msgstr ""
+msgstr "A felhasználóváltó legyen az alapértelmezett."
 
 #: main.cpp:127
 #, kde-format
 msgid "File descriptor for connecting to ksld."
-msgstr ""
\ No newline at end of file
+msgstr "Fájlleíró a ksld-hez csatlakozáshoz."
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-5.17.4/po/hu/screenlocker_kcm.po 
new/kscreenlocker-5.17.5/po/hu/screenlocker_kcm.po
--- old/kscreenlocker-5.17.4/po/hu/screenlocker_kcm.po  2019-12-03 
13:11:37.000000000 +0100
+++ new/kscreenlocker-5.17.5/po/hu/screenlocker_kcm.po  2020-01-07 
16:30:04.000000000 +0100
@@ -1,28 +1,25 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Kristóf Kiszel <[email protected]>, 2014, 2015.
+# Kristóf Kiszel <[email protected]>, 2014, 2015, 2019.
 # Kiszel Kristóf <[email protected]>, 2017, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-16 03:25+0200\n"
-"PO-Revision-Date: 2018-10-18 18:11+0200\n"
-"Last-Translator: Kristof Kiszel <[email protected]>\n"
+"PO-Revision-Date: 2019-12-09 23:09+0100\n"
+"Last-Translator: Kristóf Kiszel <[email protected]>\n"
 "Language-Team: Hungarian <[email protected]>\n"
 "Language: hu\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"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 20.03.70\n"
 
 #: kcm.cpp:56
-#, fuzzy, kde-format
-#| msgctxt "Spinbox suffix. Short for minutes"
-#| msgid " min"
-#| msgid_plural " mins"
+#, kde-format
 msgctxt "Spinbox suffix"
 msgid " minute"
 msgid_plural " minutes"
@@ -30,10 +27,7 @@
 msgstr[1] " perc"
 
 #: kcm.cpp:58
-#, fuzzy, kde-format
-#| msgctxt "Spinbox suffix. Short for seconds"
-#| msgid " sec"
-#| msgid_plural " secs"
+#, kde-format
 msgctxt "Spinbox suffix"
 msgid " second"
 msgid_plural " seconds"
@@ -69,10 +63,9 @@
 
 #. i18n: ectx: property (text), widget (QCheckBox, kcfg_Autolock)
 #: kcm.ui:40
-#, fuzzy, kde-format
-#| msgid "Lock screen automatically after:"
+#, kde-format
 msgid "Automatically after:"
-msgstr "Képernyő zárolása ennyi idő után:"
+msgstr "Automatikus zárolás ennyi idő után:"
 
 #. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_LockOnResume)
 #: kcm.ui:59
@@ -84,13 +77,13 @@
 #: kcm.ui:62
 #, kde-format
 msgid "After waking from sleep"
-msgstr ""
+msgstr "Alvó állapotból visszatéréskor"
 
 #. i18n: ectx: property (text), widget (QLabel, label_2)
 #: kcm.ui:69
 #, kde-format
 msgid "Allow unlocking without password for:"
-msgstr ""
+msgstr "Jelszó nélküli feloldás időkorlátja:"
 
 #. i18n: ectx: property (specialValueText), widget (KPluralHandlingSpinBox, 
kcfg_LockGrace)
 #: kcm.ui:79
@@ -118,7 +111,6 @@
 
 #. i18n: ectx: property (text), widget (QLabel, label_4)
 #: kcm.ui:141
-#, fuzzy, kde-format
-#| msgid "Wallpaper &Type:"
+#, kde-format
 msgid "Wallpaper &type:"
 msgstr "Háttérkép &típusa:"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-5.17.4/po/zh_CN/kscreenlocker.po 
new/kscreenlocker-5.17.5/po/zh_CN/kscreenlocker.po
--- old/kscreenlocker-5.17.4/po/zh_CN/kscreenlocker.po  2019-12-03 
13:12:10.000000000 +0100
+++ new/kscreenlocker-5.17.5/po/zh_CN/kscreenlocker.po  2020-01-07 
16:30:29.000000000 +0100
@@ -9,15 +9,14 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-07-16 03:08+0200\n"
-"PO-Revision-Date: 2019-11-19 23:09\n"
-"Last-Translator: Guo Yunhe (guoyunhe)\n"
+"PO-Revision-Date: 2020-01-04 21:47\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\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"
-"X-Generator: crowdin.com\n"
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Language: zh-CN\n"
 "X-Crowdin-File: /kf5-stable/messages/kde-workspace/kscreenlocker.pot\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-5.17.4/po/zh_CN/kscreenlocker_greet.po 
new/kscreenlocker-5.17.5/po/zh_CN/kscreenlocker_greet.po
--- old/kscreenlocker-5.17.4/po/zh_CN/kscreenlocker_greet.po    2019-12-03 
13:12:10.000000000 +0100
+++ new/kscreenlocker-5.17.5/po/zh_CN/kscreenlocker_greet.po    2020-01-07 
16:30:29.000000000 +0100
@@ -8,15 +8,14 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-14 03:23+0200\n"
-"PO-Revision-Date: 2019-11-19 23:09\n"
-"Last-Translator: Guo Yunhe (guoyunhe)\n"
+"PO-Revision-Date: 2020-01-04 21:47\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\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"
-"X-Generator: crowdin.com\n"
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Language: zh-CN\n"
 "X-Crowdin-File: /kf5-stable/messages/kde-workspace/kscreenlocker_greet.pot\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-5.17.4/po/zh_CN/screenlocker_kcm.po 
new/kscreenlocker-5.17.5/po/zh_CN/screenlocker_kcm.po
--- old/kscreenlocker-5.17.4/po/zh_CN/screenlocker_kcm.po       2019-12-03 
13:12:10.000000000 +0100
+++ new/kscreenlocker-5.17.5/po/zh_CN/screenlocker_kcm.po       2020-01-07 
16:30:29.000000000 +0100
@@ -9,15 +9,14 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-16 03:25+0200\n"
-"PO-Revision-Date: 2019-11-19 23:10\n"
-"Last-Translator: Guo Yunhe (guoyunhe)\n"
+"PO-Revision-Date: 2020-01-04 21:47\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\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"
-"X-Generator: crowdin.com\n"
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Language: zh-CN\n"
 "X-Crowdin-File: /kf5-stable/messages/kde-workspace/screenlocker_kcm.pot\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-5.17.4/po/zh_TW/kscreenlocker.po 
new/kscreenlocker-5.17.5/po/zh_TW/kscreenlocker.po
--- old/kscreenlocker-5.17.4/po/zh_TW/kscreenlocker.po  2019-12-03 
13:12:12.000000000 +0100
+++ new/kscreenlocker-5.17.5/po/zh_TW/kscreenlocker.po  2020-01-07 
16:30:31.000000000 +0100
@@ -11,7 +11,7 @@
 "POT-Creation-Date: 2019-07-16 03:08+0200\n"
 "PO-Revision-Date: 2018-03-25 11:54+0800\n"
 "Last-Translator: pan93412 <[email protected]>\n"
-"Language-Team: Chinese <[email protected]>\n"
+"Language-Team: Chinese <[email protected]>\n"
 "Language: zh_TW\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/kscreenlocker-5.17.4/po/zh_TW/screenlocker_kcm.po 
new/kscreenlocker-5.17.5/po/zh_TW/screenlocker_kcm.po
--- old/kscreenlocker-5.17.4/po/zh_TW/screenlocker_kcm.po       2019-12-03 
13:12:12.000000000 +0100
+++ new/kscreenlocker-5.17.5/po/zh_TW/screenlocker_kcm.po       2020-01-07 
16:30:31.000000000 +0100
@@ -12,7 +12,7 @@
 "POT-Creation-Date: 2019-08-16 03:25+0200\n"
 "PO-Revision-Date: 2019-10-11 19:06+0800\n"
 "Last-Translator: pan93412 <[email protected]>\n"
-"Language-Team: Chinese <[email protected]>\n"
+"Language-Team: Chinese <[email protected]>\n"
 "Language: zh_TW\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"



Reply via email to