forked from bofh/fetsite
FIXES:
* Inflections für Thema/Themen etc. * Korrigierte Views
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user