-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9d9b633
commit 9ba68bf
Showing
1 changed file
with
7 additions
and
7 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 |
---|---|---|
|
@@ -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]> | ||
|
@@ -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: |- | ||
|
@@ -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 ] | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
||
|