ruby-gettext / gettext

Gettext gem is a pure Ruby Localization(L10n) library and tool which is modeled after the GNU gettext package.
https://ruby-gettext.github.io/
68 stars 28 forks source link

msgmerge is very verbose #81

Closed akimd closed 3 years ago

akimd commented 3 years ago

Hi, msgcat supports --no-report-warning, but msgmerge does not. And msgmerge is very verbose about fuzzy message. Could it also have support for it? Cheers!

kou commented 3 years ago

Could you provide .po/.pot files that reproduce this?

kou commented 3 years ago

Done.

akimd commented 3 years ago

Hi! Well, you've been very fast, thanks a lot! Do you still need example files?

kou commented 3 years ago

No. Please provide them if you find any problem of the feature.

akimd commented 3 years ago

I confirm it fixed my problem. Many thanks!

kou commented 3 years ago

Good to know!