config/locales/de.yml in ecm_blog-1.0.0 vs config/locales/de.yml in ecm_blog-1.0.1
- old
+ new
@@ -4,7 +4,22 @@
activerecord:
models:
ecm/blog/post:
one: Post
other: Posts
+ attributes:
+ ecm/blog/post:
+ id: ID
+ title: Titel
+ tags: Tags
+ body: Inhalt
+ published: Veröffentlicht
+ published_at: Veröffentlicht am
+ created_by_id: Erstellt von
+ creator: Erstellt von
+ slug: Freundliche ID
+ updated_by_id: Aktualisiert von
+ updater: Aktualisiert von
+ created_at: Erstellt am
+ updated_at: Aktualisiert am
routes:
ecm_blog_engine: blog
\ No newline at end of file