Skip to content

Commit

Permalink
Added support for Romanian
Browse files Browse the repository at this point in the history
  • Loading branch information
mitica committed Jun 9, 2014
1 parent 09292ea commit 4d5ce9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions slug.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ slug.charmap = slug.defaults.charmap = {
'ā':'a', 'ē':'e', 'ģ':'g', 'ī':'i', 'ķ':'k', 'ļ':'l', 'ņ':'n',
'ū':'u', 'Ā':'A', 'Ē':'E', 'Ģ':'G', 'Ī':'i',
'Ķ':'k', 'Ļ':'L', 'Ņ':'N', 'Ū':'u',
// romanian
'ț':'t', 'Ț':'T', 'ţ':'t', 'Ţ':'T', 'ș':'s', 'Ș':'S', 'ă':'a', 'Ă':'A',
// currency
'€': 'euro', '₢': 'cruzeiro', '₣': 'french franc', '£': 'pound',
'₤': 'lira', '₥': 'mill', '₦': 'naira', '₧': 'peseta', '₨': 'rupee',
Expand Down

0 comments on commit 4d5ce9d

Please sign in to comment.