Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
= Ruby-Gettext-Package
Ruby-GetText-Package is a Localization(L10n) library and tool
which is modeled after the GNU gettext package.
This library translates original messages to localized
messages using client-side locale information(environment
variable or CGI variable).
The tools for developers support creating, useing, and modifying
localized message files(message catalogs).
((Rails))
Rails support has been removed.
Rails / ActiveRecord specific code now lives in gettext_rails and gettext_activerecord.
== Website
== Features
Simple APIs(similar to GNU gettext)
rgettext creates po-files from
rmsgfmt creates a mo-file from a po-file. The mo-file is compatible to GNU gettext(msgfmt).
textdomain's scope is adapt to ruby class/module mechanism.
CGI support (gettext/cgi)
String%() is extended to use named argument such as %{foo}" %{:foo => 1}. Notes that Ruby-1.9.x supports this format by itself.
== Requirements
== Install
gem #from github (edge/unstable) sudo gem install mutoh-gettext -s http://gems.github.com/
#from rubyforge (stable) sudo gem install gettext
download tar-ball
sudo ruby setup.rb
You can also install files in your favorite directory by
supplying setup.rb some options. Try ruby setup.rb --help.
== Usage Have a look at the examples folder.
== License
This program is licenced under the same licence as Ruby.
(See the file 'COPYING'.)
mo.rb
gettext.rb
rgettext
setup.rb
Others
== Translators
== Status of translations
== Maintainer Masao Mutoh
FAQs
Unknown package
We found that grosser-gettext demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.