-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from ray2501/master
Update po file
- Loading branch information
Showing
4 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,6 +52,7 @@ rm -rf $RPM_BUILD_ROOT | |
%{_libexecdir}/ibus-setup-array | ||
|
||
%changelog | ||
* Sun Apr 21 2024 Danilo Chang <[email protected]> - 0.2.3 | ||
* Fri Jul 17 2020 Keng-Yu Lin <[email protected]> - 0.2.2 | ||
* Sat Apr 22 2009 Yu-Chun Wang <[email protected]> - 0.0.1 | ||
- The first version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
src/array.inputMethod.xml.in | ||
src/engine.c | ||
setup/main.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
# This file is distributed under the same license as the ibus-package package. | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: ibus-array 0.2.2\n" | ||
"Project-Id-Version: ibus-array 0.2.3\n" | ||
"Report-Msgid-Bugs-To: https://github.com/lexical/ibus-array/issues\n" | ||
"POT-Creation-Date: 2023-04-22 00:11+0800\n" | ||
"POT-Creation-Date: 2024-04-21 20:50+0800\n" | ||
"PO-Revision-Date: 2019-12-10 22:12+0800\n" | ||
"Last-Translator: Anthony Fok <[email protected]>\n" | ||
"Language-Team: Chinese (traditional)\n" | ||
|
@@ -15,15 +15,15 @@ msgstr "" | |
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: src/array.inputMethod.xml.in.in:5 | ||
#: src/array.inputMethod.xml.in:5 | ||
msgid "Array 30 Input Method Component" | ||
msgstr "行列30輸入法元件" | ||
|
||
#: src/array.inputMethod.xml.in.in:24 | ||
#: src/array.inputMethod.xml.in:24 | ||
msgid "Array" | ||
msgstr "行列" | ||
|
||
#: src/array.inputMethod.xml.in.in:25 | ||
#: src/array.inputMethod.xml.in:25 | ||
msgid "Array 30 Input Method 行列30輸入法" | ||
msgstr "行列30輸入法 Array 30 Input Method" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,7 @@ init (void) | |
|
||
component = ibus_component_new ("org.freedesktop.IBus.Array", | ||
"Array 30 Input Method", | ||
"0.2.2", | ||
"0.2.3", | ||
"GPL", | ||
"Keng-Yu Lin <[email protected]>", | ||
"https://github.com/lexical/ibus-array", | ||
|