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 (
commit 0e7546d49d861618d98efd04291614a78b793fdc
tree 08e3c0f7a5f563350ed0a181f8b1740712b70d3f
parent 9be3d4a311b5bf583eec5d39986176cc40c112f2
tree 08e3c0f7a5f563350ed0a181f8b1740712b70d3f
parent 9be3d4a311b5bf583eec5d39986176cc40c112f2
i18n / CHANGELOG.textile
Changelog
master
- (no changes)
0.2.0 (2009-07-12)
- Allow using Ruby 1.9 syntax for string interpolation
- Allow configuring the default scope separator, allow to pass a custom scope separator (e.g. I18n.t(:‘foo|bar’, :separator => ‘|’)
- Pass :format option to #translate for #localize more useful lambda support
- Refactor Simple backend #resolve to #default and #resolve for more consistency. Now allows to pass lambdas as defaults and re-resolve Symbols
- Add lambda support to #translate
- Add lambda support to #localize
0.1.3 (2009-02-27)
0.1.2 (2009-01-09)
- added #available_locales
- flatten load_path before using it so that a nested array of paths won’t throw up
0.1.1 (2008-11-20)
0.1.0 (2008-10-25)
- Fix Simple backend to distinguish false from nil values
- Add #load_path to public api, add initialize to simple backend and remove #load_translations from public api
- Speed up Backend::Simple#interpolate
- Remove #populate and #store_translations from public API
- Use :other instead of :many as a plural key
- Use a class instead of a module for Simple backend
- Make Simple backend #interpolate deal with non-ASCII string encodings
- Fix default arrays of non-existant keys returning the default array
Initial implementation (June/July 2008)
Initial implementation by Sven Fuchs based on previous discussion/consensus of the rails-i18n team (alphabetical order) and many others:







