I18n korrekturen
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<div class="content-column content-wrap">
|
<div class="content-column content-wrap">
|
||||||
<h1> <%= I18n.t "kontakt.H1" %></h1>
|
<h1> <%= I18n.t("home.kontakt") %></h1>
|
||||||
<% @themen.each do |th| %>
|
<% @themen.each do |th| %>
|
||||||
<%= render partial: "themen/small", object: th %>
|
<%= render partial: "themen/small", object: th %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ de:
|
|||||||
typ: "Typ"
|
typ: "Typ"
|
||||||
edit: "Modulgruppe bearbeiten"
|
edit: "Modulgruppe bearbeiten"
|
||||||
addmodul: "Neues Modul hinzufügen"
|
addmodul: "Neues Modul hinzufügen"
|
||||||
|
addmodule: "Mehrere Module hinzufügen"
|
||||||
studium: "Studium"
|
studium: "Studium"
|
||||||
new: "Neue Modulgruppe"
|
new: "Neue Modulgruppe"
|
||||||
list: "Alle Modulgruppen auflisten"
|
list: "Alle Modulgruppen auflisten"
|
||||||
|
|||||||
Reference in New Issue
Block a user