i18n SimpleForm uses AR as attribute name fallback

This commit is contained in:
Manuel Wiedenmann 2013-04-21 18:22:56 +07:00
parent f95652c756
commit 98b729eb71
4 changed files with 2 additions and 2 deletions

View File

@ -237,6 +237,7 @@ de:
invoice: Rechnung
attributes:
article:
availability: 'Artikel ist verfügbar?'
price: Nettopreis
gross_price: Bruttopreis
unit: Einheit

View File

@ -83,7 +83,6 @@ de:
is_subscribed: 'abonniert?'
article:
name: 'Name'
availability: 'Artikel ist verfügbar?'
origin: 'Herkunft'
manufacturer: 'Produzent'
unit: 'Einheit'

View File

@ -237,6 +237,7 @@ en:
invoice: Invoice
attributes:
article:
availability: 'Is article available?'
price: price
gross_price: gross price
unit: unit

View File

@ -83,7 +83,6 @@ en:
is_subscribed: 'subscribed?'
article:
name: 'Name'
availability: 'Is article available?'
origin: 'Origin'
manufacturer: 'Manufacturer'
unit: 'Unit'