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/
69 stars 28 forks source link

Fix po entry flag text representation #105

Closed ynojima closed 1 year ago

ynojima commented 1 year ago

Format multiple flags into a commma separated single line. Without this change, at least msgcat command, which is one of gettexts commands only loads last flag and the rest are ignored.