diff --git a/scriptshifter/tables/data/_gurmukhi_base.yml b/scriptshifter/tables/data/_gurmukhi_base.yml index 35357a0..8da1d16 100644 --- a/scriptshifter/tables/data/_gurmukhi_base.yml +++ b/scriptshifter/tables/data/_gurmukhi_base.yml @@ -13,9 +13,9 @@ roman_to_script: "1Om*": "\u0A74" "*": "\u0A76" - "%m\u0323": "\u0A02" - "%m\u0306": "\u0A70" - "%h\u0323": "\u0A03" + "m\u0323%": "\u0A02" + "m\u0306%": "\u0A70" + "h\u0323%": "\u0A03" # CONSONANTS WITH VOWEL A WITH MACRON @@ -2072,9 +2072,9 @@ script_to_roman: "\u0A74": "1Om*" "\u0A76": "*" - "%\u0A02": "m\u0323" - "%\u0A70": "m\u0306" - "%\u0A03": "h\u0323" + "\u0A02%": "m\u0323" + "\u0A70%": "m\u0306" + "\u0A03%": "h\u0323" # CONSONANTS WITH VOWEL A WITH MACRON diff --git a/scriptshifter/tables/data/gurmukhi.yml b/scriptshifter/tables/data/gurmukhi.yml deleted file mode 100644 index 70496d0..0000000 --- a/scriptshifter/tables/data/gurmukhi.yml +++ /dev/null @@ -1,18 +0,0 @@ ---- -general: - name: Punjabi (Gurmukhi) - case_sensitive: false - -script_to_roman: - hooks: - post_config: - - - - aksharamukha.romanizer.s2r_post_config - - src_script: "Gurmukhi" - -roman_to_script: - hooks: - post_config: - - - - aksharamukha.romanizer.r2s_post_config - - dest_script: "Gurmukhi" diff --git a/scriptshifter/tables/index.yml b/scriptshifter/tables/index.yml index 328d297..8b4b6ce 100644 --- a/scriptshifter/tables/index.yml +++ b/scriptshifter/tables/index.yml @@ -58,7 +58,7 @@ burmese: name: Burmese (Myanmar) chechen_cyrillic: marc_code: che - name: Chechen (Cyrillic) + name: Chechen (Cyrillic) chinese: marc_code: chi name: Chinese (Hanzi) @@ -296,9 +296,6 @@ prakrit_devanagari: pulaar: marc_code: ful name: Pulaar (Adlam) -gurmukhi: - marc_code: pan - name: Punjabi (Gurmukhi) pushto: marc_code: pus name: Pushto