public
Description: The second incarnation of Globalize for Rails
Home | Edit | New

Packaging

We’ll start out with a single gem_plugin named “globalize”. Maybe later split things up to something like “globalize” for core stuff and common tools and extra gems for major features like “globalize_activerecord”.

Directory and module structure:


globalize -- load_path -- model ---- active_record ---- attribute_translation -- backends ---- chain ---- pluralization -- locale ---- fallbacks ---- rfc4646

Also to do:

  • change the name of rf4646
  • remove SimpleBackend from Globalize2

Questions:

  • Can we get rid of the Locale class so we can use Globalize::Locale as a proper module?
  • LoadPath is still added to I18n. Thus it’s sort of a plugin to I18n shipped with Globalize. Makes sense to me. Shall we leave it this way?
  • What was the proper name that should replace Rfc4646/47?
Last edited by svenfuchs, Thu Sep 11 07:06:08 -0700 2008
Home | Edit | New
Versions: