Skip to content

Commit

Permalink
1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
drrefe committed Aug 20, 2023
1 parent 0c2395e commit a5eb3b9
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/Core/Dictionary.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,20 @@

class Dictionary
{
public static $hardVowels = "aıou";
public static $softVowels = "eiöü";
public static $roundedVowels = "oöuü";
public static $hardConsonants = "pçtk";
public static $hardVowels = "aàáãâıoòóuùú";
public static $softVowels = "eêëèéæäâiôöüû";
public static $roundedVowels = "oôöòóuùúüû";
public static $hardConsonants = "pçtkfsş";
public static $softConsonants = "bcdğ";

public static $specialWordsEI = [
"kırklareli"
"kırklareli",
"eminönü"
];

public static $specialWordsDeDen = [
"kırklareli"
"kırklareli",
"eminönü"
];

public static $softenLastConsonantExceptions = [
Expand Down

0 comments on commit a5eb3b9

Please sign in to comment.