This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
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 rf4646remove 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?







