Add singular/plural collection name translations (#5302)

* Add singular/plural options to collection translations

* Use singular/plural item names in related values

* Use singular / plural names on item detail

* Use singular/plural for drawer item

* Fix translation
This commit is contained in:
Rijk van Zanten
2021-04-27 16:22:52 -04:00
committed by GitHub
parent 451cdac8ef
commit 84f4a1da01
7 changed files with 72 additions and 13 deletions

View File

@@ -64,7 +64,23 @@ fields:
interface: system-language
width: half
- field: translation
name: translation
name: Collection Name
type: string
meta:
interface: text-input
width: half
options:
placeholder: Enter a translation...
- field: singular
name: Singular Unit
type: string
meta:
interface: text-input
width: half
options:
placeholder: Enter a translation...
- field: plural
name: Plural Unit
type: string
meta:
interface: text-input