Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

使用 rime-emoji-cantonese #200

Merged
merged 1 commit into from
Dec 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions jyut6ping3.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schema:
schema_id: jyut6ping3
name: 粵語拼音
version: "2022.06.07"
version: "2024.12.01"
author:
- Ayaka Mikazuki <[email protected]>
- LeiMaau <[email protected]>
Expand All @@ -13,7 +13,7 @@ schema:
- tanxpyox <[email protected]>
- William915 <[email protected]>
- szc126 (@szc126)
- Bing Jeung <bing@ososo.io>
- Bing ZHEUNG <bing@zheung.org>
- graphemecluster <[email protected]>

description: |-
Expand Down Expand Up @@ -44,7 +44,7 @@ switches:
reset: 1 # <-- 此數字 this number
- name: ascii_punct
states: [ 。,, ., ]
- name: emoji_suggestion
- name: emoji_cantonese_suggestion
# 取消下行註釋(移除 # 號),預設啓動 emoji
#reset: 1
states: [ 冇 Emoji, 有 Emoji ]
Expand Down Expand Up @@ -77,7 +77,7 @@ engine:
- table_translator@stroke
- table_translator@cangjie5
filters:
- simplifier@emoji_suggestion
- simplifier@emoji_cantonese_suggestion
- simplifier@variants_hk
- simplifier@trad_tw
- simplifier
Expand Down Expand Up @@ -204,9 +204,9 @@ trad_tw:
option_name: trad_tw
opencc_config: t2tw.json

emoji_suggestion:
opencc_config: emoji.json
option_name: emoji_suggestion
emoji_cantonese_suggestion:
opencc_config: emoji_cantonese.json
option_name: emoji_cantonese_suggestion
tips: none
inherit_comment: false

Expand Down
Loading