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
5252%{_libexecdir}/ibus-setup-array
5353
5454%changelog
55+ * Sun Apr 21 2024 Danilo Chang <ray2501@gmail.com> - 0.2.3
5556* Fri Jul 17 2020 Keng-Yu Lin <kengyu@debian.org> - 0.2.2
5657* Sat Apr 22 2009 Yu-Chun Wang <mainlander1122@gmail.com> - 0.0.1
5758- 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 44# This file is distributed under the same license as the ibus-package package.
55msgid ""
66msgstr ""
7- "Project-Id-Version : ibus-array 0.2.2 \n "
7+ "Project-Id-Version : ibus-array 0.2.3 \n "
88"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 "
1010"PO-Revision-Date : 2019-12-10 22:12+0800\n "
1111"Last-Translator : Anthony Fok <foka@debian.org>\n "
1212"Language-Team : Chinese (traditional)\n "
@@ -15,15 +15,15 @@ msgstr ""
1515"Content-Type : text/plain; charset=UTF-8\n "
1616"Content-Transfer-Encoding : 8bit\n "
1717
18- #: src/array.inputMethod.xml.in.in :5
18+ #: src/array.inputMethod.xml.in:5
1919msgid "Array 30 Input Method Component"
2020msgstr "行列30輸入法元件"
2121
22- #: src/array.inputMethod.xml.in.in :24
22+ #: src/array.inputMethod.xml.in:24
2323msgid "Array"
2424msgstr "行列"
2525
26- #: src/array.inputMethod.xml.in.in :25
26+ #: src/array.inputMethod.xml.in:25
2727msgid "Array 30 Input Method 行列30輸入法"
2828msgstr "行列30輸入法 Array 30 Input Method"
2929
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ init (void)
5959
6060 component = ibus_component_new ("org.freedesktop.IBus.Array" ,
6161 "Array 30 Input Method" ,
62- "0.2.2 " ,
62+ "0.2.3 " ,
6363 "GPL" ,
6464 "Keng-Yu Lin <kengyu@debian.org>" ,
6565 "https://github.com/lexical/ibus-array" ,
You can’t perform that action at this time.
0 commit comments