aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/it.yml
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2011-07-30 02:06:24 -0700
committerPhilip Arndt <parndt@gmail.com>2011-07-30 02:06:24 -0700
commit302c1ea05a0435a681cdfad5bde4edaa35efbd6e (patch)
treece7a8b65b8e7555f866a849118789b1fef0cf248 /config/locales/it.yml
parent28492b69e0928408773b084ad0d5d235432404aa (diff)
parentb70ed6de02de0fd70376ae4c2b7118943fd76a9d (diff)
downloadrefinerycms-blog-302c1ea05a0435a681cdfad5bde4edaa35efbd6e.tar.gz
refinerycms-blog-302c1ea05a0435a681cdfad5bde4edaa35efbd6e.tar.bz2
refinerycms-blog-302c1ea05a0435a681cdfad5bde4edaa35efbd6e.zip
Merge pull request #107 from enmasse-entertainment/fix-i18n-nested-deprecation
Fix i18n nested deprecation
Diffstat (limited to 'config/locales/it.yml')
-rw-r--r--config/locales/it.yml26
1 files changed, 12 insertions, 14 deletions
diff --git a/config/locales/it.yml b/config/locales/it.yml
index 3955c8d..58cc41c 100644
--- a/config/locales/it.yml
+++ b/config/locales/it.yml
@@ -142,18 +142,16 @@ it:
no_blog_articles_posted: Non sono stati pubblicati articoli nel blog il %{date}. Continuate a seguirci.
activerecord:
models:
- refinery:
- blog_category: Categoria
- blog_comment: Commento
- blog_post: Articolo
+ refinery/blog_category: Categoria
+ refinery/blog_comment: Commento
+ refinery/blog_post: Articolo
attributes:
- refinery:
- blog_category:
- title: Titolo
- blog_comment:
- name: Nome
- email: Email
- message: Testo
- blog_post:
- title: Titolo
- body: Testo
+ refinery/blog_category:
+ title: Titolo
+ refinery/blog_comment:
+ name: Nome
+ email: Email
+ message: Testo
+ refinery/blog_post:
+ title: Titolo
+ body: Testo