From 0378095602d4941cfdbc857b5a0d2b7d1e3998f1 Mon Sep 17 00:00:00 2001 From: Roy Kaldung Date: Fri, 4 Jan 2013 13:00:30 +0100 Subject: [PATCH] added translation --- db/seeds.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/db/seeds.rb b/db/seeds.rb index 76a7667b7..479898854 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -1861,6 +1861,7 @@ Translation.create_if_not_exists( :locale => 'de', :source => "new", :target => Translation.create_if_not_exists( :locale => 'de', :source => "note", :target => "Notiz", :updated_by_id => 1, :created_by_id => 1 ) Translation.create_if_not_exists( :locale => 'de', :source => "phone", :target => "Telefon", :updated_by_id => 1, :created_by_id => 1 ) Translation.create_if_not_exists( :locale => 'de', :source => "web", :target => "Web", :updated_by_id => 1, :created_by_id => 1 ) +Translation.create_if_not_exists( :locale => 'de', :source => "Change order", :target => "Reihenfolge Ăndern", :updated_by_id => 1, :created_by_id => 1 ) #Translation.create_if_not_exists( :locale => 'de', :source => "", :target => "", :updated_by_id => 1, :created_by_id => 1 )