2024-09-18 17:12:03 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-gettext_i18n_rails: update to 1.13.0
1.13.0 (2024-07-29)
* Rails 7: Use subclasses instead of direct_descendants on rails 7 and above
|
2023-07-02 06:58:28 by Takahiro Kambe | Files touched by this commit (3) | |
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) | |
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) | |
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) | |
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.
|
2016-02-16 16:08:02 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-gettext_i18n_rails to 1.4.0.
* Add support Ruby on Rails 4.2 and 5.0.
* fix test and deprecations.
|