mirror of
https://github.com/directus/directus.git
synced 2026-01-24 10:28:01 -05:00
Merge pull request #3386 from dimitrov-adrian/translate-search-items
Add search items to be translated
This commit is contained in:
@@ -295,6 +295,7 @@ no_comments: No Comments Yet
|
||||
click_to_expand: Click to Expand
|
||||
select_item: Select Item
|
||||
no_items: No items
|
||||
search_items: Search items...
|
||||
disabled: Disabled
|
||||
information: Information
|
||||
report_bug: Report Bug
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
v-tooltip.bottom="active ? null : $t('search')"
|
||||
>
|
||||
<v-icon name="search" />
|
||||
<input ref="input" :value="value" @input="emitValue" placeholder="Search items..." />
|
||||
<input ref="input" :value="value" @input="emitValue" :placeholder="$t('search_items')" />
|
||||
<v-icon v-if="value" class="empty" name="close" @click.stop="emptyAndClose" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user