openvanilla / McBopomofo

小麥注音輸入法
http://mcbopomofo.openvanilla.org/
MIT License
626 stars 76 forks source link

Introduces input macros #399

Closed zonble closed 10 months ago

zonble commented 11 months ago

The PR introduces input macros. Input macros are candidates that would be replace dynamically by the input engine. We use input macros to input date and time since a user might be hardly to remember the current date (especially in the traditional Chinese calendar such as 癸卯年).

Currently, it supports the following input macros:

輸入 範例
今天日期 2023 年 12 月 11 日
明天日期 民國 112 年 12 月 12 日
現在時間 下午 2:28:21
所在時區 台北標準時間
今年干支 癸卯年
今年生肖 水兔年

The localized dates are powered by ICU, so ICE becomes a dependency.