config/locales/en.yml in ecm_blog-1.2.1 vs config/locales/en.yml in ecm_blog-1.3.0

- old
+ new

@@ -4,22 +4,43 @@ activerecord: models: ecm/blog/post: one: Post other: Posts + ecm/blog/asset_detail: + one: Asset + other: Assets attributes: ecm/blog/post: id: ID + assets: Asset + asset_details_count: Assets title: Title tags: Tags body: Body + position: Position published: Published published_at: Published at created_by_id: Created by creator: Created by slug: Slug updated_by_id: Updated by updater: Updated by + created_at: Created at + updated_at: Updated at + ecm/blog/asset_detail: + id: ID + post: Post + post_id: Post + asset: File + asset_id: File + asset_actions: '' + description: Description + filename: Filename + title: Title + preview_picture: Preview + position: Position + published_at: Published at created_at: Created at updated_at: Updated at routes: ecm_blog_engine: blog \ No newline at end of file