mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 09:50:33 +01:00
fix(CommandPalette/SelectMenu): missing translations (#3057)
This commit is contained in:
@@ -20,6 +20,7 @@ export default defineLocale({
|
||||
decrement: 'Decrement'
|
||||
},
|
||||
commandPalette: {
|
||||
placeholder: 'Type a command or search...',
|
||||
noMatch: 'No matching data',
|
||||
noData: 'No data',
|
||||
close: 'Close'
|
||||
@@ -27,7 +28,8 @@ export default defineLocale({
|
||||
selectMenu: {
|
||||
noMatch: 'No matching data',
|
||||
noData: 'No data',
|
||||
create: 'Create "{label}"'
|
||||
create: 'Create "{label}"',
|
||||
search: 'Search...'
|
||||
},
|
||||
toast: {
|
||||
close: 'Close'
|
||||
|
||||
Reference in New Issue
Block a user