i18n SimpleForm uses AR as attribute name fallback
This commit is contained in:
parent
f95652c756
commit
98b729eb71
4 changed files with 2 additions and 2 deletions
|
@ -237,6 +237,7 @@ de:
|
||||||
invoice: Rechnung
|
invoice: Rechnung
|
||||||
attributes:
|
attributes:
|
||||||
article:
|
article:
|
||||||
|
availability: 'Artikel ist verfügbar?'
|
||||||
price: Nettopreis
|
price: Nettopreis
|
||||||
gross_price: Bruttopreis
|
gross_price: Bruttopreis
|
||||||
unit: Einheit
|
unit: Einheit
|
||||||
|
|
|
@ -83,7 +83,6 @@ de:
|
||||||
is_subscribed: 'abonniert?'
|
is_subscribed: 'abonniert?'
|
||||||
article:
|
article:
|
||||||
name: 'Name'
|
name: 'Name'
|
||||||
availability: 'Artikel ist verfügbar?'
|
|
||||||
origin: 'Herkunft'
|
origin: 'Herkunft'
|
||||||
manufacturer: 'Produzent'
|
manufacturer: 'Produzent'
|
||||||
unit: 'Einheit'
|
unit: 'Einheit'
|
||||||
|
|
|
@ -237,6 +237,7 @@ en:
|
||||||
invoice: Invoice
|
invoice: Invoice
|
||||||
attributes:
|
attributes:
|
||||||
article:
|
article:
|
||||||
|
availability: 'Is article available?'
|
||||||
price: price
|
price: price
|
||||||
gross_price: gross price
|
gross_price: gross price
|
||||||
unit: unit
|
unit: unit
|
||||||
|
|
|
@ -83,7 +83,6 @@ en:
|
||||||
is_subscribed: 'subscribed?'
|
is_subscribed: 'subscribed?'
|
||||||
article:
|
article:
|
||||||
name: 'Name'
|
name: 'Name'
|
||||||
availability: 'Is article available?'
|
|
||||||
origin: 'Origin'
|
origin: 'Origin'
|
||||||
manufacturer: 'Manufacturer'
|
manufacturer: 'Manufacturer'
|
||||||
unit: 'Unit'
|
unit: 'Unit'
|
||||||
|
|
Loading…
Reference in a new issue