Skip to content

Commit

Permalink
Merge pull request #6 from Okroshiashvili/Okroshiashvili-v.0.01
Browse files Browse the repository at this point in the history
Update default.py
  • Loading branch information
Okroshiashvili committed May 1, 2018
2 parents bf4b5d0 + e144be8 commit bef1387
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions src/transliterate/contrib/languages/ka/data/default.py
Original file line number Diff line number Diff line change
@@ -1,28 +1,19 @@
# -*- coding: utf-8 -*-

mapping = (
u"abgdevztiklmnoprsufqycxjhwABGDEVIKLMNOPUFQYXH",
u"აბგდევზთიკლმნოპრსუფქყცხჯჰწაბგდევიკლმნოპუფქყხჰ",
u"ABGDEVZTIKLMNOPJRSTUFQYCXHabgdevztiklmnoprsufqycxjhw",
u"აბგდევზთიკლმნოპჟრსტუფქყცხჰაბგდევზთიკლმნოპრსუფქყცხჯჰწ",
)




pre_processor_mapping = {
u"zh": u"ჟ",
u"T'": u"ტ",
u"gh": u"ღ",
u"sh": u"შ",
u"ch": u"ჩ",
u"W": u"ჭ",
u"ch'": u"ჭ",
u"dz": u"ძ",
u"ts": u"წ",
u"kh": u"ხ",
u"R'": u"ღ",
u"S'": u"შ",
u"J'": u"ჟ",
u"C'": u"ჩ",
u"Z'": u"ძ",

}

0 comments on commit bef1387

Please sign in to comment.