mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user