Posted By: David Barri
Date: 2006-04-28 16:19
Summary: GLoc Localization Library - Initial Relase
Project: GLoc localization library
Although this has been in the making casually, and quietly in the past few months, I have decided that it is quite a powerful library, and have therefore decided to release it publically. I hope you enjoy it as much as I do. m(^_^)m
GLoc is a localization library. It was originally designed as a Rails plugin, but can also be used for plain ruby projects. Here are a list of its main features:
* Lightweight and efficient.
* Uses file-based string bundles. Strings can also be set directly.
* Intelligent, cascading language configuration.
* Special Rails mods/helpers.
* Automatically localizes Rails functions such as distance_in_minutes, select_month etc
* Works perfectly with Rails Engines and allows strings to be overridden just as easily as controllers, models, etc.
* Extremely simple overriding of strings. (Great for use with Rails Engines)
|
|