Skip to content

Commit f93e181

Browse files
authored
Merge pull request #43 from ray2501/master
Update po file
2 parents 210a6f7 + 3ce3466 commit f93e181

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

ibus-array.spec.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

po/POTFILES.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
src/array.inputMethod.xml.in
2+
src/engine.c
3+
setup/main.py

po/zh_TW.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# This file is distributed under the same license as the ibus-package package.
55
msgid ""
66
msgstr ""
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
1919
msgid "Array 30 Input Method Component"
2020
msgstr "行列30輸入法元件"
2121

22-
#: src/array.inputMethod.xml.in.in:24
22+
#: src/array.inputMethod.xml.in:24
2323
msgid "Array"
2424
msgstr "行列"
2525

26-
#: src/array.inputMethod.xml.in.in:25
26+
#: src/array.inputMethod.xml.in:25
2727
msgid "Array 30 Input Method 行列30輸入法"
2828
msgstr "行列30輸入法 Array 30 Input Method"
2929

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)