* Inflections für Thema/Themen etc.
  * Korrigierte Views
This commit is contained in:
HausdorffHimself
2013-08-06 02:06:48 +02:00
parent b560940a70
commit 3be95d2ede
16 changed files with 167 additions and 21 deletions

View File

@@ -27,8 +27,8 @@ inflect.plural 'beispiel', 'beispiele'
inflect.singular 'beispiele', 'beispiel'
inflect.plural 'themengruppe', 'themengruppen'
inflect.singular 'themengruppen', 'themengruppe'
inflect.plural 'thema', 'themen'
inflect.singular 'themen', 'thema'
inflect.plural /thema$/, 'themen'
inflect.singular /themen$/, 'thema'
inflect.plural 'frage', 'fragen'
inflect.singular 'fragen', 'frage'
end