diff --git a/src/bulgarian/ExtendBul.gf b/src/bulgarian/ExtendBul.gf index f9a30e7c4..47c845d59 100644 --- a/src/bulgarian/ExtendBul.gf +++ b/src/bulgarian/ExtendBul.gf @@ -321,5 +321,17 @@ lin FullName gn sn = { gn = GSg (sex2gender gn.g) } ; +lin AnaphPron np = + case of { + => i_Pron ; + => youSg_Pron ; + => he_Pron ; + => she_Pron ; + => it_Pron ; + => we_Pron ; + => youPl_Pron ; + => they_Pron + } ; + }