Files
directus/app/src/composables
Pascal Jufer e3bfe69de3 Translation fixes (#8695)
* Implement translation for activity items

Fixes #8415

Also fixes issue with "Open item" link for system collection

* Fix 'Create New' btn translation in list interface

Fixes #8427
Default values needs to return a function to be dynamic
Same for "Empty item" translation

Also use field.name instead of field.field value for field title

* Fix translation of default values in boolean & dropdown interfaces

* Translate note field of system collections in edit mode

* Translate remaining "hard-coded" values

* Add dedicated translation for open folder

* Update app/src/interfaces/list/list.vue

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>

* Use translate-object-values and check if collection starts with
'directus_'

* Use already existing translation keys for activity items

As discussed

* Translate whole data object if system collection

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-10-14 11:29:48 -04:00
..
2021-09-30 17:17:29 -04:00
2021-06-08 15:59:55 -04:00
2021-10-14 11:29:48 -04:00
2021-06-09 11:18:21 -04:00
2021-05-04 18:52:08 -04:00
2021-10-13 23:31:15 +00:00

Composables

Composables are reusable pieces of logic that can be used inside Vue components (Composition API required).

Table of Contents