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

Nn_() not recognised #86

Closed kramuenke closed 3 years ago

kramuenke commented 3 years ago

Hi gettext team,

we are observing the parser in 3.3.7 not picking up Nn_() expression and dropping them from our .pot files. Any help would be appreciated.

Example: Nn_('T-Shirt', 'T-Shirts')

Our current version is 3.2.9

kou commented 3 years ago

Thanks for your report. I've fixed this.

kramuenke commented 3 years ago

We can see Nn() coming through again. Thank you!

Can you release a new patch version?

kou commented 3 years ago

We'll release a new version once #85 is solved.