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 "Interpolating translations" section in README.md #103

Closed ikaronen-relex closed 1 year ago

ikaronen-relex commented 1 year ago

The current code example does not work (and cannot work as intended). See #102 for details.

kou commented 1 year ago

Thanks!