./devel/ruby-gettext_i18n_rails, Simple FastGettext Rails integration

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.12.0, Package name: ruby31-gettext_i18n_rails-1.12.0, Maintainer: pkgsrc-users

FastGettext / Rails integration.

Translate via FastGettext, use any other I18n backend as extension/fallback.

Rails does: I18n.t('syntax.with.lots.of.dots') with nested yml files We do:
_('Just translate my damn text!') with simple, flat mo/po/yml files or
directly from db To use I18n calls add a syntax.with.lots.of.dots translation.


Required to run:
[devel/ruby-fast_gettext] [lang/ruby26-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 12 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-02 06:58:28 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-gettext_i18n_rails: update to 1.12.0

1.12.0 (2023-06-21)

* drop support for gettext < 3
* improve haml and slim harsing
   2023-06-06 15:36:44 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-gettext_i18n_rails: update to 1.11.0

1.11.0 (2023-05-31)

* Drop RUBY19 conditional.
* Add Ruby 3.2 to CI.
   2023-01-15 16:25:47 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-gettext_i18n_rails: update to 1.10.0

1.9.0 (2022-10-13)

* use given locale in translate

  FastGettext.locale was not set to the locale parameter.  If locale was
  changed by parameter, the cache of the thread locale was always returned.

* docs: use gettext gem in all environments

* Update Readme.md to use before_action

  before_filter was deprecated in Rails 5.0, so I think most people adding
  this to their projects would need to use before_action.

* Use String#end_with? instead of String#ends_with?

* compatibility with HAML 6

1.10.0 (2023-01-07)

* fix bundle

* backend: translate changes the current locale

  `FastGettext.set_locale` returns the "new" current locale, not the old
  one.  Use `with_locale`.
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-03-08 14:48:34 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-gettext_i18n_rails: update to 1.8.1

Update ruby-gettext_i18n_rails to 1.8.1.

pkgsrc change: add "USE_LANGUAGES=	# none".

1.8.1 (2019-12-10)

A few bug fixes and document improvement.
   2016-10-09 16:21:05 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update ruby-gettext_i18n_rails to 1.8.0.

* Add hamlit parser support for haml.
* Filter out options unknown to msgcat.
* Fix issue requiring libraries when they were already loaded.
* Fix Rails 5 compatibility.
   2016-03-08 15:00:22 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update ruby-gettext_i18n_rails to 1.5.0.

* Allow passing options to msgcat.