@sindresorhus/transliterate
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@sindresorhus/transliterate", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Convert Unicode characters to Latin characters using transliteration", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -76,2 +76,3 @@ # transliterate [![Build Status](https://travis-ci.org/sindresorhus/transliterate.svg?branch=master)](https://travis-ci.org/sindresorhus/transliterate) | ||
- Czech | ||
- Danish | ||
- Dhivehi | ||
@@ -78,0 +79,0 @@ - Georgian |
@@ -394,9 +394,9 @@ 'use strict'; | ||
['ş', 's'], | ||
['Ş', 's'], | ||
['Ş', 'S'], | ||
['ç', 'c'], | ||
['Ç', 'c'], | ||
['Ç', 'C'], | ||
['ğ', 'g'], | ||
['Ğ', 'g'], | ||
['Ğ', 'G'], | ||
['ı', 'i'], | ||
['İ', 'i'], | ||
['İ', 'I'], | ||
@@ -406,3 +406,3 @@ // Armenian | ||
['բ', 'b'], | ||
['գ', 'ɡ'], | ||
['գ', 'g'], | ||
['դ', 'd'], | ||
@@ -647,3 +647,3 @@ ['ե', 'ye'], | ||
['Ī', 'I'], | ||
['Ķ', 'k'], | ||
['Ķ', 'K'], | ||
['Ļ', 'L'], | ||
@@ -754,2 +754,10 @@ ['Ņ', 'N'], | ||
['ґ', 'g'] | ||
// Danish | ||
// ['Æ', 'Ae'], | ||
// ['Ø', 'Oe'], | ||
// ['Å', 'Aa'], | ||
// ['æ', 'ae'], | ||
// ['ø', 'oe'], | ||
// ['å', 'aa'] | ||
]; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16939
804
104