bryanbraun / middleman-navtree

For building navigation trees & menus in Middleman.
MIT License
45 stars 17 forks source link

Labels need translations #9

Closed pyrog closed 7 years ago

pyrog commented 9 years ago

Labels Previous and Next of Pagination helpers need to be localized

bryanbraun commented 9 years ago

Hmm. Good call. It looks like middleman requires the i18n gem, and we can probably use the I18n.t() function for translation, as described here: https://middlemanapp.com/advanced/localization/#localization-(i18n)

I can't get around to this immediately, but be my guest if you (or anybody else) wants to take a crack at it.

bryanbraun commented 7 years ago

Thanks to some help by @musashimm, this issue was fixed by https://github.com/bryanbraun/middleman-navtree/pull/19.

Closing.