-
Notifications
You must be signed in to change notification settings - Fork 57
Home
joshmh edited this page Sep 13, 2010
·
27 revisions
- Locale switching and how it affects loaded models.
- Start talking about implementation plan.
- Other stuff (below): caching, helpers, currency.
- view translations with yaml (file/dir structure)
- basic model translations (simplest thing possible)
- Locale + Translation classes
- We will use RSpec for testing, along with a model factory such as Object Daddy or Factorygirl.
- The top-most module will be Globalize.
- The plugin will be distributed as a gem plugin.
YAML-based View Translation
- Caching
- Helpers
- Currency formatting
- Form processing
- View template switching
- Determining locale from HTTP, etc
- Translation view generator — creates controller/view to manage translations online
- Rake tasks
- dump, load translations
- generate migrations
- look for untranslated keys (possibly)