1
0
forked from GitHub/gf-core

fixed problem with missing mkAdV in some dictionaries

This commit is contained in:
aarne
2014-10-01 17:11:44 +00:00
parent feff23951f
commit 8b7dcbff5c
3 changed files with 3 additions and 3 deletions

View File

@@ -12144,7 +12144,7 @@ lin harbour_V = compoundV "मन में" (mkV "रखना") ; -- tocheck
lin harbour_V2 = mkV2 (compoundV "मन में" (mkV "रखना")) ; -- tocheck
lin hard_1_A = mkA "ठोस" ; -- tocheck
lin hard_2_A = mkA "ठोस" ; -- tocheck
lin hardly_AdV = mkAdV "परिश्रमशीलता से" ; -- tocheck
lin hardly_AdV = lin AdV {s = "परिश्रमशीलता से" } ; -- tocheck
lin hardback_N = mkN "कड़े कवर वाली पुस्तक" ; -- tocheck
lin hardball_N = mkN "हार्डबल" ; -- tocheck
lin hardboard_N = mkN "कठोर गत्ता" ; -- tocheck