mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
clean up collection translations
This commit is contained in:
@@ -634,11 +634,13 @@ rows:
|
||||
special: json
|
||||
interface: repeater
|
||||
options:
|
||||
template: '{{ locale }}'
|
||||
template: '{{ translation }} ({{ locale }})'
|
||||
fields:
|
||||
- field: locale
|
||||
name: Language
|
||||
type: string
|
||||
schema:
|
||||
default_value: en-US
|
||||
meta:
|
||||
interface: system-language
|
||||
width: half
|
||||
@@ -648,6 +650,8 @@ rows:
|
||||
meta:
|
||||
interface: text-input
|
||||
width: half
|
||||
options:
|
||||
placeholder: Enter a translation...
|
||||
locked: true
|
||||
sort: 8
|
||||
width: full
|
||||
|
||||
Reference in New Issue
Block a user