Skip to content

Commit

Permalink
revert i18n attributes pluralisation
Browse files Browse the repository at this point in the history
until heartcombo/simple_form#974 has a solution
(reverts parts of ce17bf3 and 9db8cb7)
  • Loading branch information
wvengen committed Jan 11, 2014
1 parent cb3e2f7 commit 45e529b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
12 changes: 3 additions & 9 deletions config/locales/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,19 +80,13 @@ de:
supplier: Lieferant
order_article:
article: Artikel
missing_units:
one: Fehlende Einheite
other: Fehlende Einheiten
missing_units: Fehlende Einheiten
missing_units_short: Fehlend
quantity: Gewünschte Einheiten
quantity_short: Gewünscht
units_received:
one: Geliefertes Gebinde
other: Gelieferte Gebinde
units_received: Gelieferte Gebinde
units_received_short: Geliefert
units_to_order:
one: Bestelltes Gebinde
other: Bestellte Gebinde
units_to_order: Bestellte Gebinde
units_to_order_short: Bestellt
update_current_price: Globalen Preis aktualisieren
order_comment:
Expand Down
12 changes: 3 additions & 9 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,19 +80,13 @@ en:
supplier: Supplier
order_article:
article: Article
missing_units:
one: Missing unit
other: Missing units
missing_units: Missing units
missing_units_short: Missing
quantity: Desired amount
quantity_short: Desired
units_received:
one: Received unit
other: Received units
units_received: Received units
units_received_short: Received
units_to_order:
one: Ordered unit
other: Ordered units
units_to_order: Ordered units
units_to_order_short: Ordered
update_current_price: Globally update current price
order_comment:
Expand Down

0 comments on commit 45e529b

Please sign in to comment.