File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ rm -rf $RPM_BUILD_ROOT
52
52
%{_libexecdir}/ibus-setup-array
53
53
54
54
%changelog
55
+ * Sun Apr 21 2024 Danilo Chang <ray2501@gmail.com> - 0.2.3
55
56
* Fri Jul 17 2020 Keng-Yu Lin <kengyu@debian.org> - 0.2.2
56
57
* Sat Apr 22 2009 Yu-Chun Wang <mainlander1122@gmail.com> - 0.0.1
57
58
- The first version.
Original file line number Diff line number Diff line change
1
+ src/array.inputMethod.xml.in
2
+ src/engine.c
3
+ setup/main.py
Original file line number Diff line number Diff line change 4
4
# This file is distributed under the same license as the ibus-package package.
5
5
msgid ""
6
6
msgstr ""
7
- "Project-Id-Version : ibus-array 0.2.2 \n "
7
+ "Project-Id-Version : ibus-array 0.2.3 \n "
8
8
"Report-Msgid-Bugs-To : https://github.com/lexical/ibus-array/issues\n "
9
- "POT-Creation-Date : 2023 -04-22 00:11 +0800\n "
9
+ "POT-Creation-Date : 2024 -04-21 20:50 +0800\n "
10
10
"PO-Revision-Date : 2019-12-10 22:12+0800\n "
11
11
"Last-Translator : Anthony Fok <foka@debian.org>\n "
12
12
"Language-Team : Chinese (traditional)\n "
@@ -15,15 +15,15 @@ msgstr ""
15
15
"Content-Type : text/plain; charset=UTF-8\n "
16
16
"Content-Transfer-Encoding : 8bit\n "
17
17
18
- #: src/array.inputMethod.xml.in.in :5
18
+ #: src/array.inputMethod.xml.in:5
19
19
msgid "Array 30 Input Method Component"
20
20
msgstr "行列30輸入法元件"
21
21
22
- #: src/array.inputMethod.xml.in.in :24
22
+ #: src/array.inputMethod.xml.in:24
23
23
msgid "Array"
24
24
msgstr "行列"
25
25
26
- #: src/array.inputMethod.xml.in.in :25
26
+ #: src/array.inputMethod.xml.in:25
27
27
msgid "Array 30 Input Method 行列30輸入法"
28
28
msgstr "行列30輸入法 Array 30 Input Method"
29
29
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ init (void)
59
59
60
60
component = ibus_component_new ("org.freedesktop.IBus.Array" ,
61
61
"Array 30 Input Method" ,
62
- "0.2.2 " ,
62
+ "0.2.3 " ,
63
63
"GPL" ,
64
64
"Keng-Yu Lin <kengyu@debian.org>" ,
65
65
"https://github.com/lexical/ibus-array" ,
You can’t perform that action at this time.
0 commit comments