Skip to content

Commit

Permalink
[it] remove italian diacritics (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVukovic99 authored Jul 19, 2024
1 parent 3213461 commit cf96143
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 4-make-yomitan.js
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@ function normalizeOrthography(term) {
case 'sga':
case 'grc':
case 'ro':
case 'it':
return term.normalize('NFD').replace(/[\u0300-\u036f]/g, '');
case 'tl':
return term.normalize('NFD').replace(/[\u0300-\u036f\-']/g, '');
Expand Down

0 comments on commit cf96143

Please sign in to comment.