Skip to content

Commit

Permalink
add plural forms for models in english
Browse files Browse the repository at this point in the history
apparently we can't leave them out even though they work by default
  • Loading branch information
Floppy committed Apr 23, 2024
1 parent 22c2763 commit 3ea7093
Showing 1 changed file with 24 additions and 8 deletions.
32 changes: 24 additions & 8 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,30 @@ en:
already_presupported: cannot be set on a presupported file
not_supported: is not a presupported file
models:
acts_as_taggable_on/tag: Tag
collection: Collection
creator: Creator
library: Library
link: Link
model: Model
model_file: File
problem: Problem
acts_as_taggable_on/tag:
one: Tag
other: Tags
collection:
one: Collection
other: Collections
creator:
one: Creator
other: Creators
library:
one: Library
other: Libraries
link:
one: Link
other: Links
model:
one: Model
other: Models
model_file:
one: File
other: Files
problem:
one: Problem
other: Problems
user:
one: User
other: Users
Expand Down

0 comments on commit 3ea7093

Please sign in to comment.