1# Rime schema
2# encoding: utf-8
3
4__include: luna_pinyin.schema:/
5
6schema:
7  schema_id: luna_pinyin_tw
8  name: 朙月拼音·臺灣正體
9  version: "0.20"
10  author:
11    - 佛振 <chen.sst@gmail.com>
12  description: |
13    朙月拼音,輸出臺灣字形。
14
15switches:
16  - name: ascii_mode
17    reset: 0
18    states: [ 中文, 西文 ]
19  - name: full_shape
20    states: [ 半角, 全角 ]
21  - name: ascii_punct
22    states: [ 。,, ., ]
23  - name: zh_tw
24    reset: 1
25    # 啓用opencc字形轉換,但不在選單中顯示
26
27translator:
28  prism: luna_pinyin_tw
29
30simplifier:
31  opencc_config: t2tw.json
32  option_name: zh_tw
33