
Security News
Oxlint Introduces Type-Aware Linting Preview
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
h1. Ruby I18n
Ruby Internationalization and localization solution.
Features:
Experimental, pluggable features:
For more information and lots of resources see: "http://rails-i18n.org/wiki":http://rails-i18n.org/wiki
h2. Fast backend
This fork includes a @Fast@ backend that optimizes for the most common lookups and makes them about 20x (for @t(:'foo.bar.baz')@) or 6x (for @t(:'foo.bar.baz', :a=>'A', :b=>'B')@) times faster than the original @Simple@ backend. The @Fast@ backend is slightly less memory efficient and is slower to @reload!@, but should be a great choice for production environment.
h3. Branches
"2-3-stable":http://github.com/thedarkone/i18n/tree/2-3-stable branch is for the old @I18n@ gem shipped with Rails 2.3 "master":http://github.com/thedarkone/i18n/tree/master is for the current @I18n@ gem version
h3. Usage
Clone the repo as a plugin into your Rails app.
# in initializer or enviroment.rb I18n.backend = I18n::Backend::Fast.new
h2. Authors
h2. License
MIT License. See the included MIT-LICENCE file.
FAQs
Unknown package
We found that thedarkone-i18n demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.