!42 translate some information to chinese
From: @ikernel-mryao Reviewed-by: @weidongkl Signed-off-by: @weidongkl
This commit is contained in:
commit
90fd20f27f
24
gtk3-B.3.24.21-translate-information-to-chinese.patch
Normal file
24
gtk3-B.3.24.21-translate-information-to-chinese.patch
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
From ee9c75281f11f06efa7734a6232d2ef9aded00f1 Mon Sep 17 00:00:00 2001
|
||||||
|
From: ww0012633 <wutao1@xfusion.com>
|
||||||
|
Date: Tue, 19 Jul 2022 16:40:58 +0800
|
||||||
|
Subject: [PATCH] translate information to chinese
|
||||||
|
|
||||||
|
---
|
||||||
|
po/zh_CN.po | 3 +++
|
||||||
|
1 file changed, 3 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/po/zh_CN.po b/po/zh_CN.po
|
||||||
|
index f3cd26b..e469ff7 100644
|
||||||
|
--- a/po/zh_CN.po
|
||||||
|
+++ b/po/zh_CN.po
|
||||||
|
@@ -7410,3 +7410,6 @@ msgstr "打印到测试打印机"
|
||||||
|
|
||||||
|
#~ msgid "Shortcut %s already exists"
|
||||||
|
#~ msgstr "快捷方式 %s 已经存在"
|
||||||
|
+
|
||||||
|
+msgid "Show T_ype Column"
|
||||||
|
+msgstr "显示类型栏(_Y)"
|
||||||
|
--
|
||||||
|
2.27.0
|
||||||
|
|
||||||
|
|
||||||
11
gtk3.spec
11
gtk3.spec
@ -14,7 +14,7 @@
|
|||||||
#Basic Information
|
#Basic Information
|
||||||
Name: gtk3
|
Name: gtk3
|
||||||
Version: 3.24.21
|
Version: 3.24.21
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: GTK+ graphical user interface library
|
Summary: GTK+ graphical user interface library
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.gtk.org
|
URL: http://www.gtk.org
|
||||||
@ -48,6 +48,8 @@ Obsoletes: gtk3-engines <= 2.91.5-5.fc15
|
|||||||
Obsoletes: gtk-solidity-engine < 0.4.1-9
|
Obsoletes: gtk-solidity-engine < 0.4.1-9
|
||||||
Obsoletes: oxygen-gtk3 < 2:1.4.1
|
Obsoletes: oxygen-gtk3 < 2:1.4.1
|
||||||
|
|
||||||
|
Patch0: gtk3-B.3.24.21-translate-information-to-chinese.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GTK+ is an object-oriented widget toolkit written in the programming language C;
|
GTK+ is an object-oriented widget toolkit written in the programming language C;
|
||||||
it has a C-based object-oriented architecture that allows for maximum
|
it has a C-based object-oriented architecture that allows for maximum
|
||||||
@ -98,6 +100,10 @@ This package contains man pages and other related documents for gtk3.
|
|||||||
#Build sections
|
#Build sections
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n gtk+-%{version} -p1
|
%autosetup -n gtk+-%{version} -p1
|
||||||
|
cd po
|
||||||
|
rm -f zh_CN.gmo
|
||||||
|
msgfmt zh_CN.po -o zh_CN.gmo
|
||||||
|
cd -
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS='-fno-strict-aliasing %optflags'
|
export CFLAGS='-fno-strict-aliasing %optflags'
|
||||||
@ -256,6 +262,9 @@ gtk-query-immodules-3.0-64 --update-cache &>/dev/null || :
|
|||||||
%{_mandir}/man1/gtk3-widget-factory.1*
|
%{_mandir}/man1/gtk3-widget-factory.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 8 2022 yaoguangzhong <yaoguangzhong@xfusion.com> - 3.24.21-3
|
||||||
|
- translate some information to chinese
|
||||||
|
|
||||||
* Wed Jun 23 2021 chenbo pan <panchenbo@uniontech.com> - 3.24.21-2
|
* Wed Jun 23 2021 chenbo pan <panchenbo@uniontech.com> - 3.24.21-2
|
||||||
- Fix virt-manager 'NoneType' object has no attribute 'conn' error
|
- Fix virt-manager 'NoneType' object has no attribute 'conn' error
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user