Skip to content

Commit

Permalink
fix: add 戶 kyūjitai
Browse files Browse the repository at this point in the history
  • Loading branch information
birtles committed Oct 3, 2024
1 parent fcd6d8f commit ba2c0fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/kyuujitai.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ describe('kyuujitaiToShinjitai', () => {
expect(kyuujitaiToShinjitai('攪拌')).toEqual('撹拌');
expect(kyuujitaiToShinjitai('隔靴搔痒')).toEqual('隔靴掻痒');
expect(kyuujitaiToShinjitai('學校')).toEqual('学校');
expect(kyuujitaiToShinjitai('戶')).toEqual('戸');
});
});
1 change: 1 addition & 0 deletions src/kyuujitai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ const KYUU_TO_SHIN: { [c: number]: number } = {
25088: 24651,
25136: 25126,
25138: 25135,
25142: 25144,
25150: 25147,
25282: 25173,
25300: 25244,
Expand Down

0 comments on commit ba2c0fc

Please sign in to comment.