merge grey and gray in the Dictionaries

This commit is contained in:
krasimir
2015-06-02 09:51:37 +00:00
parent f939bc2524
commit 8f365636b8
17 changed files with 43 additions and 89 deletions

View File

@@ -11654,7 +11654,6 @@ lin gravity_N = mkN "गुरुत्वाकर्षण" ; -- tocheck
lin gravure_N = mkN "नक्काशी" ; -- tocheck
lin gravy_N = mkN "शोरबा" ; -- tocheck
lin gravy_boat_N = mkN "चटनी पाट्र" ; -- tocheck
lin gray_A = mkA "भूरा" ; -- tocheck
lin graze_N = mkN "खरोंच" ; -- tocheck
lin graze_V = compoundV "खरोंच" (mkV "लेना") ; -- tocheck
lin graze_V2 = mkV2 (compoundV "खरोंच" (mkV "लेना")) ; -- tocheck
@@ -11697,7 +11696,7 @@ lin gregarious_A = mkA "यूथचर" ; -- tocheck
lin gregorian_A = mkA "ग्रेगरी संबंधी" ; -- tocheck
lin grenade_N = mkN "गोल्" ; -- tocheck
lin grenadier_N = mkN "हथगोला फेंकने वाला सैनिक" ; -- tocheck
lin grey_A = mkA "धूँधला" ; -- tocheck
lin grey_A = mkA "धूँधला" | mkA "भूरा"; -- tocheck
lin grey_N = mkN "भूरा कपड़ा" ; -- tocheck
lin grey_V = compoundV "वृद्ध" (mkV "होना") ; -- tocheck
lin grey_V2 = mkV2 (compoundV "वृद्ध" (mkV "होना")) ; -- tocheck