Skip to content

Commit

Permalink
Added missing Polish diacritics
Browse files Browse the repository at this point in the history
  • Loading branch information
avalanchy committed Oct 24, 2014
1 parent dc08814 commit 4913706
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions lib/sifter.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,19 +425,20 @@
};

var DIACRITICS = {
'a': '[aÀÁÂÃÄÅàáâãäåĀā]',
'a': '[aÀÁÂÃÄÅàáâãäåĀāąĄ]',
'c': '[cÇçćĆčČ]',
'd': '[dđĐďĎ]',
'e': '[eÈÉÊËèéêëěĚĒē]',
'e': '[eÈÉÊËèéêëěĚĒēęĘ]',
'i': '[iÌÍÎÏìíîïĪī]',
'n': '[nÑñňŇ]',
'l': '[łŁ]',
'n': '[nÑñňŇńŃ]',
'o': '[oÒÓÔÕÕÖØòóôõöøŌō]',
'r': '[rřŘ]',
's': '[sŠš]',
's': '[sŠšśŚ]',
't': '[tťŤ]',
'u': '[uÙÚÛÜùúûüůŮŪū]',
'y': '[yŸÿýÝ]',
'z': '[zŽž]'
'z': '[zŽžżŻźŹ]'
};

// export
Expand Down

0 comments on commit 4913706

Please sign in to comment.