Added missing translation.
This commit is contained in:
parent
436bfbbcb0
commit
3ff50b2b28
1 changed files with 1 additions and 1 deletions
|
@ -1864,7 +1864,7 @@ Translation.create_if_not_exists( :locale => 'de', :source => "Here you can crea
|
||||||
Translation.create_if_not_exists( :locale => 'de', :source => "Fold in", :target => "Einklappen" )
|
Translation.create_if_not_exists( :locale => 'de', :source => "Fold in", :target => "Einklappen" )
|
||||||
Translation.create_if_not_exists( :locale => 'de', :source => "from", :target => "von" )
|
Translation.create_if_not_exists( :locale => 'de', :source => "from", :target => "von" )
|
||||||
Translation.create_if_not_exists( :locale => 'de', :source => "to", :target => "nach" )
|
Translation.create_if_not_exists( :locale => 'de', :source => "to", :target => "nach" )
|
||||||
|
Translation.create_if_not_exists( :locale => 'de', :source => "Linked Accunts", :target => "Verknüpfte Accounts")
|
||||||
#Translation.create_if_not_exists( :locale => 'de', :source => "", :target => "" )
|
#Translation.create_if_not_exists( :locale => 'de', :source => "", :target => "" )
|
||||||
|
|
||||||
# install all packages in auto_install
|
# install all packages in auto_install
|
||||||
|
|
Loading…
Reference in a new issue