Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
= 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.