瀏覽代碼

[doc] updated readme for new extension

gediminasm 13 年之前
父節點
當前提交
e5048c6a14
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -7,6 +7,11 @@
 **Note:** Use 2.1.x tag in order to use extensions based on Doctrine2.1.x versions. Currently
 **Note:** Use 2.1.x tag in order to use extensions based on Doctrine2.1.x versions. Currently
 master branch is based on 2.2.x versions and may not work with 2.1.x components
 master branch is based on 2.2.x versions and may not work with 2.1.x components
 
 
+**2011-10-23**
+
+- [@everzet](https://github.com/everzet) has contributed the **Translator** behavior, which indeed
+is a more explicit way of handling translations in your projects
+
 **2011-10-08**
 **2011-10-08**
 
 
 - Thanks to [@acasademont](https://github.com/acasademont) Translatable now does not store translations for default locale. It is always left as original record value.
 - Thanks to [@acasademont](https://github.com/acasademont) Translatable now does not store translations for default locale. It is always left as original record value.
@@ -32,6 +37,7 @@ records being flushed in the behavioral way. List of extensions:
 - Timestampable - updates date fields on create, update and even property change.
 - Timestampable - updates date fields on create, update and even property change.
 - Loggable - helps tracking changes and history of objects, also supports version managment.
 - Loggable - helps tracking changes and history of objects, also supports version managment.
 - Sortable - makes any document or entity sortable
 - Sortable - makes any document or entity sortable
+- Translator - explicit way to handle translations
 
 
 Currently these extensions support **Yaml**, **Annotation**  and **Xml** mapping. Additional mapping drivers
 Currently these extensions support **Yaml**, **Annotation**  and **Xml** mapping. Additional mapping drivers
 can be easily implemented using Mapping extension to handle the additional metadata mapping.
 can be easily implemented using Mapping extension to handle the additional metadata mapping.
@@ -59,6 +65,7 @@ List of extensions which support ODM
 - Timestampable
 - Timestampable
 - Loggable
 - Loggable
 - Sortable
 - Sortable
+- Translator
 
 
 All these extensions can be nested together and mapped in traditional ways - annotations,
 All these extensions can be nested together and mapped in traditional ways - annotations,
 xml or yaml
 xml or yaml