Skip to content

Commit

Permalink
Merge pull request #98 from LaravelBG/master
Browse files Browse the repository at this point in the history
Add Bulgarian rules
  • Loading branch information
Florian Eckerstorfer committed Feb 17, 2016
2 parents 8cbcbc4 + 7babcdf commit ef29edb
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions Resources/rules/bulgarian.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"А": "A",
"Б": "B",
"В": "V",
"Г": "G",
"Д": "D",
"Е": "E",
"Ж": "J",
"З": "Z",
"И": "I",
"Й": "Y",
"К": "K",
"Л": "L",
"М": "M",
"Н": "N",
"О": "O",
"П": "P",
"Р": "R",
"С": "S",
"Т": "T",
"У": "U",
"Ф": "F",
"Х": "H",
"Ц": "Ts",
"Ч": "Ch",
"Ш": "Sh",
"Щ": "Sht",
"Ъ": "A",
"Ь": "I",
"Ю": "Iu",
"Я": "Ia",
"а": "a",
"б": "b",
"в": "v",
"г": "g",
"д": "d",
"е": "e",
"ж": "j",
"з": "z",
"и": "i",
"й": "y",
"к": "k",
"л": "l",
"м": "m",
"н": "n",
"о": "o",
"п": "p",
"р": "r",
"с": "s",
"т": "t",
"у": "u",
"ф": "f",
"х": "h",
"ц": "ts",
"ч": "ch",
"ш": "sh",
"щ": "sht",
"ъ": "a",
"ь": "i",
"ю": "iu",
"я": "ia",
"ия": "ia",
"йо": "",
"ьо": "io",
}

0 comments on commit ef29edb

Please sign in to comment.