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.
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:
The localized dates are powered by ICU, so ICE becomes a dependency.