-
Notifications
You must be signed in to change notification settings - Fork 26
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 #185 from chewing/fix-trayicon
Use IBus systray icon for both engine icon and input mode icon
- Loading branch information
Showing
7 changed files
with
98 additions
and
43 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
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 |
---|---|---|
|
@@ -11,20 +11,21 @@ | |
<textdomain>ibus-chewing</textdomain> | ||
<engines> | ||
<engine> | ||
<name>chewing</name> | ||
<longname>Chewing</longname> | ||
<description>Chinese chewing input method</description> | ||
<language>zh_TW</language> | ||
<license>GPLv2+</license> | ||
<author>Peng Huang, Ding-Yi Chen</author> | ||
<icon>@PRJ_DATA_DIR@/icons/@[email protected]</icon> | ||
<layout>us</layout> | ||
<version>@PRJ_VER@</version> | ||
<textdomain>@PROJECT_NAME@</textdomain> | ||
<rank>80</rank> | ||
@HOTKEYS_XML@ | ||
@SYMBOL_XML@ | ||
@SETUP_PROGRAM_XML@ | ||
<name>chewing</name> | ||
<longname>Chewing</longname> | ||
<description>Chinese chewing input method</description> | ||
<language>zh_TW</language> | ||
<license>GPLv2+</license> | ||
<author>Peng Huang, Ding-Yi Chen</author> | ||
<icon>@PRJ_DATA_DIR@/icons/@[email protected]</icon> | ||
<layout>us</layout> | ||
<version>@PRJ_VER@</version> | ||
<textdomain>@PROJECT_NAME@</textdomain> | ||
<rank>80</rank> | ||
@ICON_PROP_KEY@ | ||
@HOTKEYS_XML@ | ||
@SYMBOL_XML@ | ||
@SETUP_PROGRAM_XML@ | ||
</engine> | ||
</engines> | ||
</component> | ||
|
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 |
---|---|---|
@@ -1,19 +1,20 @@ | ||
# Copyright (C) 2024 Kan-Ru Chen | ||
# This file is distributed under the same license as the ibus-setup-chewing package. | ||
# Kan-Ru Chen <[email protected]>, 2024. | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the PACKAGE package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: ibus-setup-chewing 2.0.0\n" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-02-07 22:12+0900\n" | ||
"POT-Creation-Date: 2024-02-10 09:15+0900\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=CHARSET\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: src/setup/ibus-setup-chewing-window.ui:13 | ||
|
@@ -243,3 +244,47 @@ msgstr "" | |
#: src/setup/ibus-setup-chewing-window.ui:211 | ||
msgid "Choose from vertical or horizontal panel" | ||
msgstr "" | ||
|
||
#: src/main.c:67 | ||
msgid "Cannot connect to IBus!" | ||
msgstr "" | ||
|
||
#: src/main.c:94 | ||
msgid "Chewing" | ||
msgstr "" | ||
|
||
#: src/main.c:95 | ||
msgid "Chinese chewing input method" | ||
msgstr "" | ||
|
||
#: src/ibus-chewing-engine.c:340 | ||
msgid "Switch to Alphanumeric Mode" | ||
msgstr "" | ||
|
||
#: src/ibus-chewing-engine.c:342 | ||
msgid "Switch to Chinese Mode" | ||
msgstr "" | ||
|
||
#: src/ibus-chewing-engine.c:345 | ||
msgid "Click to toggle Chinese/Alphanumeric Mode" | ||
msgstr "" | ||
|
||
#: src/ibus-chewing-engine.c:351 | ||
msgid "Fullwidth Form" | ||
msgstr "" | ||
|
||
#: src/ibus-chewing-engine.c:353 | ||
msgid "Halfwidth Form" | ||
msgstr "" | ||
|
||
#: src/ibus-chewing-engine.c:356 | ||
msgid "Click to toggle Halfwidth/Fullwidth Form" | ||
msgstr "" | ||
|
||
#: src/ibus-chewing-engine.c:362 | ||
msgid "IBus-Chewing Preferences" | ||
msgstr "" | ||
|
||
#: src/ibus-chewing-engine.c:364 | ||
msgid "Click to configure IBus-Chewing" | ||
msgstr "" |
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
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
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
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