24 solar terms (二十四节气) calculation and naming. Odd-numbered terms are 节气 (minor), even-numbered are 中气 (major).
Get solar term name by index (1-24) and locale
Key Traditional Chinese differences from Simplified:
Solar term number (1-24)
Locale code (default: 'zh-CN')
'zh-CN'
Localized solar term name
solarTermName(3, 'zh-CN') // "惊蛰"solarTermName(3, 'zh-TW') // "驚蟄"solarTermName(3, 'zh-HK') // "驚蟄"solarTermName(3, 'ja-JP') // "啓蟄" Copy
solarTermName(3, 'zh-CN') // "惊蛰"solarTermName(3, 'zh-TW') // "驚蟄"solarTermName(3, 'zh-HK') // "驚蟄"solarTermName(3, 'ja-JP') // "啓蟄"
24 solar terms (二十四节气) calculation and naming. Odd-numbered terms are 节气 (minor), even-numbered are 中气 (major).