Skip to content

Commit

Permalink
🛠️ typo of Earthly Branch of Chou
Browse files Browse the repository at this point in the history
  • Loading branch information
SylarLong committed Dec 13, 2023
1 parent e752adc commit c1e39de
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@
- 🛠️ 修复(fix)
- 🧹 琐事(Chore)

## v2.0.8

- 🛠️ 修复(fix)

🇨🇳

- 地支``繁体错误

🇺🇸

- fix typo of Earthly Branch of Chou

## v2.0.7

- 🛠️ 修复(fix)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iztro",
"version": "2.0.7",
"version": "2.0.8",
"description": "轻量级紫微斗数星盘生成库。可以通过出生年月日获取到紫微斗数星盘信息、生肖、星座等信息。A lightweight kit to astrolabe generator of The Purple Star Astrology (Zi Wei Dou Shu). The Purple Star Astrology(Zi Wei Dou Shu) is a Chinese ancient astrology. You're able to get your horoscope and personality from the astrolabe",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/ja-JP/earthlyBranch.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
ziEarthly: '子',
chouEarthly: '',
chouEarthly: '',
yinEarthly: '寅',
maoEarthly: '卯',
chenEarthly: '辰',
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/zh-TW/earthlyBranch.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
ziEarthly: '子',
chouEarthly: '',
chouEarthly: '',
yinEarthly: '寅',
maoEarthly: '卯',
chenEarthly: '辰',
Expand Down

0 comments on commit c1e39de

Please sign in to comment.