Hi all.
I use gettext for translation. I often translate long msgid (like a paragraph). When such msgid is updated, it is sometime difficult to detect which part is added/changed/removed. I read gettext manual, and I found this section. https://www.gnu.org/software/gettext/manual/html_node/Style-rules.html#Style-rules This section describes .added, .changed, and .removed selector, and it seems to be the feature what I want. This section also tells that these selectors are not implemented yet this release. Is there development plan for these selectors? If no, please consider to implement these selector in future releases. I really want these future because I translate long msgid more often. Regards. --- Ayanokoji Takesi <ayanokoji.tak...@gmail.com>