Proper german translation/inflection

This commit is contained in:
echarp 2020-02-28 18:29:17 +01:00
parent 495ae09815
commit 156eae200b
2 changed files with 2 additions and 3 deletions

View File

@ -206,7 +206,7 @@ GEM
http_parser.rb (0.6.0)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
i18n-active_record (0.3.0)
i18n-active_record (0.4.0)
i18n (>= 0.5.0)
i18n-country-translations (1.4.1)
i18n (>= 0.9.3, < 2)

View File

@ -11,9 +11,8 @@
# end
ActiveSupport::Inflector.inflections(:de) do |inflect|
inflect.plural 'Evenement', 'Evenementen'
inflect.plural 'Veranstaltung', 'Veranstaltungen'
inflect.plural 'Organisatie', 'Organisatien'
inflect.plural 'Organisatie', 'Organisationen'
end
ActiveSupport::Inflector.inflections(:nl) do |inflect|