Skip to content

Commit

Permalink
Go to version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 26, 2009
1 parent 0c5c6a5 commit 0cba1ad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions r18n-core/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
== 0.3 (Vladivostok)
* Translated mixin to add i18n support to model or any other class.
* New cool time formatters.
* Filters for translations.
* Add filters to escape HTML, Markdown and Textile syntax.
* Pluralization and variables is now as filters and can be replaced.
* I18n#locales now contain all detected locales, used to load translations,
instead of just received from user.
* Bugfix in locale code case.
* Add Czech locale (by Josef Pospíšil).

== 0.2.3 (Shanghai eclipse)
* R18n will return path string if translation isn’t exists.
* Add UnsupportedLocale class for localew without information file.
Expand Down
2 changes: 1 addition & 1 deletion r18n-core/lib/r18n-core/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# encoding: utf-8
module R18n
VERSION = '0.2.3' unless defined? R18n::VERSION
VERSION = '0.3' unless defined? R18n::VERSION
end

0 comments on commit 0cba1ad

Please sign in to comment.