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 4, 2024
1 parent 837d4d7 commit 73ab423
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 @@ -9,5 +9,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 @@ -34,6 +34,7 @@ const KYUU_TO_SHIN: { [c: number]: number } = {
20745: 20537,
20818: 20816,
20841: 20001,
20839: 20869,
20904: 23500,
20937: 28092,
20955: 20956,
Expand Down

0 comments on commit 73ab423

Please sign in to comment.