इसे संभालने का एक और तरीका in environment अभिव्यक्ति का उपयोग करना होगा:
in "environment-X": "find-Y" > "replace-with-Z"
और यदि आवश्यक हो, तो आप और आगे जा सकते हैं और उस परिवर्तन को एक विशिष्ट पुस्तक तक भी सीमित कर सकते हैं:
at 1KI in "\\io1 .+?\\ior": " ma in̰a Izrayel" > " ma\u2028in̰a Izrayel"
ध्यान दें कि आप \sq टेक्स्ट को \sq* जो यह ढूँढता है, पर एक कस्टम-बनाया चरित्र स्टाइल भी लागू कर सकते हैं यदि आप सोचते हैं कि यह थोड़े से श्रिंक/स्क्वीज़ के साथ एक ही लाइन में फिट हो सकता है, उदाहरण के लिए:
at 1TH in "\\io1 .+?\\ior": "(ခရစ်ယာန် အကျင့်သီလ ဇာပိုင် ဖြစ်ရဖို့လည်းဆိုစာကို သွန်သင်ခြင်း)" > "\\sq \1\\sq*"
तो, आवश्यकतानुसार चीज़ों को समायोजित करने के लिए आपके पास कई विकल्प उपलब्ध हैं।
Another way of handling this would be to use the in environment expression:
in "environment-X": "find-Y" > "replace-with-Z"
And if necessary, you could go further and restrict that change to a specific book as well:
at 1KI in "\\io1 .+?\\ior": " ma in̰a Izrayel" > " ma\u2028in̰a Izrayel"
Note that you could also apply a custom-made character style to \sq squeeze the text \sq* that it finds if you think it might just all fit on one line with a bit of shrink/squeeze, for example:
at 1TH in "\\io1 .+?\\ior": "(ခရစ်ယာန် အကျင့်သီလ ဇာပိုင် ဖြစ်ရဖို့လည်းဆိုစာကို သွန်သင်ခြင်း)" > "\\sq \1\\sq*"
So, there are a few options available to you to adjust things when needed.
English से मशीन-अनुवादित