Skip to content

Commit

Permalink
Add "Show Bopomofo" plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
yintzuyuan committed Sep 11, 2024
1 parent d7c3d14 commit 3ef5de8
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions packages.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2916,6 +2916,9 @@
descriptions = {
en = "This plugin displays characters in a nine-box grid while editing, allowing users to easily adjust font size to maintain consistency through comparison with reference characters. Customizable reference characters and light/dark mode display are also available. Suitable for use in creating East Asian fonts. See GitHub page for more information.";
zh-Hant = "這個外掛能在九宮格中顯示編輯中的字符,讓使用者透過對照參考字,更輕鬆的調整字體大小使之維持一致。可自定義參考字符並提供亮暗模式顯示。適合在製作東亞字型時使用。更多相關訊息見 GitHub 頁面。";
zh-Hans = "这个外挂能在九宫格中显示编辑中的字符,让使用者通过对照参考字,更轻松的调整字体大小使之维持一致。可自定义参考字符并提供亮暗模式显示。适合在制作东亚字型时使用。更多相关信息见 GitHub 页面。";
ja = "このプラグインは、編集中の文字を九宮格のグリッドで表示し、ユーザーが文字のサイズを調整して、参照文字との比較により一貫性を維持しやすくします。参照文字のカスタマイズと明暗モードの表示も可能です。東アジアのフォントを作成する際に適しています。詳細は GitHub ページを参照してください。";
ko = "이 플러그인은 편집 중인 문자를 아홉 칸 그리드로 표시하여 사용자가 참고 문자와의 비교를 통해 일관성을 유지하기 쉽게 합니다. 참고 문자의 사용자 정의 및 밝기/어두운 모드 표시도 가능합니다. 동아시아 글꼴을 제작할 때 적합합니다. 자세한 내용은 GitHub 페이지를 참조하세요.";
};
donationURL = "https://ko-fi.com/yintzuyuan";
screenshot = "https://github.com/yintzuyuan/NineBoxView/raw/main/NineBoxView_image1.png";
Expand Down Expand Up @@ -3304,6 +3307,28 @@
};
screenshot = "https://raw.githubusercontent.com/mekkablue/AnchorComponents/main/AnchorComponents.png";
},
{
titles = {
en = "Show Bopomofo";
"zh-Hant" = "顯示注音符號";
"zh-Hans" = "显示注音符号";
ja = "注音符号を表示";
ko = "주음부호 표시";
};
url = "https://github.com/yintzuyuan/ShowBopomofo";
descriptions = {
en = "*View > Show Bopomofo* displays the corresponding Bopomofo (ㄅㄆㄇㄈ) when editing characters. This is particularly helpful when dealing with Chinese characters, as the character names are often not intuitive.";
"zh-Hant" = "*檢視 > 顯示注音符號* 在編輯字符時顯示對應的注音符號(ㄅㄆㄇㄈ)。這對於處理中文字符特別有幫助,因為字符名稱通常不太直觀。";
"zh-Hans" = "*检视 > 显示注音符号* 在编辑字符时显示对应的注音符号(ㄅㄆㄇㄈ)。这对于处理中文字符特别有帮助,因为字符名称通常不太直观。";
ja = "*表示 > 注音符号を表示* 文字の編集時に対応する注音符号(ㄅㄆㄇㄈ)を表示します。漢字のグリフ名は直感的でないことが多いため、中国語の文字を扱う際に特に役立ちます。";
ko = "*보기 > 주음부호 표시* 문자 편집 시 해당하는 주음부호(ㄅㄆㄇㄈ)를 표시합니다. 글리프 이름이 직관적이지 않은 경우가 많아 중국어 문자를 다룰 때 특히 유용합니다.";
};
path = "ShowBopomofo.glyphsReporter";
donationURL = "https://ko-fi.com/yintzuyuan";
screenshot = "https://raw.githubusercontent.com/yintzuyuan/ShowBopomofo/main/ShowBopomofo.png";
minGlyphsVersion = "3.2.3";
minSystemVersion = "14.0";
},
// *** INSERT NEW PLUG-INS ABOVE THIS LINE
);
scripts = (
Expand Down Expand Up @@ -3664,8 +3689,8 @@
},
{
descriptions = {
en = "This is a continually expanded scripts by Taiwanese type designer Tzuyuan Yin, including one for setting all Bounding Box of Smart Component at once (SmartBBox), and many QA scripts (in the future).";
zh-Hant = "這是台灣字體設計師殷慈遠的腳本集,包含一鍵設定所有智慧組件編輯框條件的腳本 (SmartBBox),以及更多其它功能的腳本(在未來)";
en = "Scripts by Taiwanese type designer Tzuyuan Yin, including one for setting all Bounding Box of Smart Component at once (SmartBBox) and a script search tool (Script Finder) and more useful scripts. you can find more details in the GitHub repository.";
zh-Hant = "這是台灣字體設計師殷慈遠的腳本集,包含一鍵設定所有智慧組件編輯框條件的腳本 (SmartBBox),快速搜尋腳本的腳本搜尋器,以及更多有用的小腳本。詳細說明請參考 GitHub 上的說明文件";
};
donationURL = "https://ko-fi.com/yintzuyuan";
installName = YinTzuYuan;
Expand All @@ -3674,6 +3699,9 @@
zh-Hant = "殷慈遠的腳本集";
};
url = "https://github.com/yintzuyuan/Glyphs_Scripts";
dependencies = (
vanilla
);
},
{
descriptions = {
Expand Down

0 comments on commit 3ef5de8

Please sign in to comment.