VitaliiTsilnyk / NGettext

A cross-platform .NET implementation of the GNU/Gettext library.
MIT License
215 stars 46 forks source link

Mute the Translation not found for message id error messages #28

Closed robert-j-engdahl closed 5 years ago

robert-j-engdahl commented 5 years ago

As a follow-up on https://github.com/robert-j-engdahl/ngettext-wpf/issues/44 by @D-Bullock I think that it could be useful with an option to disable the translation not found error in https://github.com/VitaliiTsilnyk/NGettext/blob/a701ac67a9822f71539ac7f81d671d6281790c9d/src/NGettext/Catalog.cs#L286

VitaliiTsilnyk commented 5 years ago

Yeah, I agree, those traces are not useful at all, also they are not working on all platforms. I'll remove them and make a new release today or tomorrow.

VitaliiTsilnyk commented 5 years ago

Fixed in version 0.6.4