[7 total ]
Light weight forum engine written in Ruby on Rails. With nice Ajax integration and localization system.
Possible automatic migration to Forulio from most popular forum engines.
GlobaLite is meant to be a breed of the best i18n /l10n plugins available for Rails. (compatible with Rails 2.1)
NOTE: GlobaLite is NOT yet compatible with Rails 2.2 Edge. I worked with the i18n team to create Rails i18n/l10n API but I didn't port
... [More]
GlobaLite yet. I didn't even start working on that, but when I will (or when someone will submit a patch ;) ) I'll tag GlobaLite to have a prior 2.2 version and a 2.2 version.
LATEST UPDATES: Sept 29 2008: added Danish Hoeg Sept 5 2008: added Ukrainian Prihodko Sept 5 2008: added support for labels Sponagl July 30 2008: Globalite now works with plugin_paths. nmerouze July 30 2008: fixed improper handling of multiple pluralizations in a single string morhekil July 30 2008:added custom inflectors support morhekil July 30 2008:updated Russian language file Philippov July 17 2008: improved Turkish language file and resource path localization Torun June 16 2008: Added Malagasy + new rake task creating and/or appending all non-translated symbols from views , helpers & controllers to the org_base file. June 2 2008: Added Finnish, Serbian and Turkish + tested against Rails 2.1 May 16 2008: Added support for Russian, Argentinean Spanish, Dutch + fixed a #select_month bug May 14 2008: Added support for Polish + validation error localization (GitHub only) May 13 2008: Rails 2.1rc1 compatible + support for Hungarian. (available only @ GitHub) May 1 2008: GlobaLite example app moved to GitHub: http://github.com/mattetti/globalite-example March 4 2008: GlobaLite is moving to GitHub: http://github.com/mattetti/globalite/tree/master git clone git://github.com/mattetti/globalite.git
I'll keep the repo in sync for a little while until I totally switch to git. Feel free to fork github and send me pull requests.
Sept 2nd 2007: Added Chinese localization thanks to Ivan Chang Added pluralization support Added ActiveRecord error message localization Updated the sample application August 16th 2007: Added German Localization thanks to Ralph von Der Heyden! August 1 2007: updated the French translation(Alexandre Bournier), reverted the recent change to the model error msg handling since it doesn't seem stable July 31 2007: Added better model error localization name translation contributed by Guillaume Belleguic July 2 2007: SAMPLE Application now available: http://www.railsontherun.com/2007/7/2/globalite-sample-application
Globalite offers easy UI localization. Rails localization. user content available in multiple languages. Active Record validation localization
Simple UI localization support different locales yml file based simple syntax no setup needed enough for most projects needing localization pass variables to the localization and let the translator deal with it Simple Rails Localization support different locales nothing to do, rails comes in your own language (including currency conversion and other helpers) yml file based localization for easy update support for Rails 1.2x simple to maintain simple to add/edit a new locale Resource routes get translated Built-in Rails localization in: English (UK) English (US) French (FR) Spanish (Spain, Argentina) Italian Portuguese (Brazilian and Portuguese - thanks to Marcus Derencius) German (Germany) (thanks to Ralph von Der Heyden) Chinese(CN, HK, TW) Hungarian Polish Russian Dutch Finnish Turkish Malagasy Ukrainian Danish Go to http://www.railsontherun.com/globalite for more info and news
Submit your language file in your own language to Matt Aimonetti: mattAimonetti@gmail.com [Less]
This plugin provides a simple, gettext-like method to provide localizations.
A project to translate and localize several messages and features in Rails, and offer functions often needed in applications for the Brazilian audience.
ActiveCulture plugin wiki is here: ActiveCulture.
Localization Scaffold plugin for Ruby on Rails. Specially designed for East-Asian customs (also compatible with other languages). Written by Cao, Weiyuan (Forrest Cao) caoweiyuan(at)gmail(dot)com.
In this plugin, the scaffold_resource generator can
... [More]
also generate nested resources, considering the difference in MVC codes and functional test.
中文Ruby on Rails的脚手架本地化插件。特别考虑了东亚语言的特点(其他语言也可以使用)。作者:曹维远 caoweiyuan(at)gmail(dot)com。
由于嵌套资源(nested resource)的代码与众不同而富有规律,在这个插件中,还为scaffold_resource生成器集成了生成嵌套资源的功能。具体使用方法参见Wiki。 [Less]
'If you need to go global, a Localist may help!' :-)
Localist helps in multilanguage/globalized rails applications. It automatically finds the best match between the locales accepted by your users and the locales supported by your application (per
... [More]
rules defined in RFC2616, section 14.4: HTTP/1.1 - Header Field Definitions - Accept-Language) and maintain it in successive requests. It also offers a nice country-flag menu to allow the users to manually switch to another locale.
Featuresonly 3-5 lines of code required to use it finds, sets and maintains the best locale match in successive requests smart fallback when no match is possible RFC2616 compilant provides a nice flag menu with the active locale indicator allows the user to manually switch the locale includes the flag icons of all the ISO3166-1 alpha-2 countries fully configurable (by variables) fully customizable (by overriding methods and templates) RequirementsDownload the meta-tools lib form here http://ruby.4pro.net/meta-tools/download/ and install it:
% [sudo] gem install meta-tool-1.0.gem
Repositoryhttp://rails-localist.googlecode.com/svn/trunk/
Quick Startin app/controllers/application.rb:
before_filter :localistin config/environment.rb:
Localist.supported_locales = %w[ en-US it-IT es-ES fr-FR ..... ]
Localist.callback = lambda{ |client_locale| do_something_with( client_locale ) }in the head container of your layout:
<%= stylesheet_link_tag 'localist/stylesheet.css', :media=>'all' %>somewhere in the body container of your layout or template:
<%= localist_menu %> Author and CopyrightCopyright (c) 2007 by Domizio Demichelis [Less]