fix(CommandPalette/SelectMenu): missing translations (#3057)

This commit is contained in:
Malik-Jouda
2025-01-10 19:20:47 +02:00
committed by GitHub
parent a3dbf7c27d
commit d5dba0ebc9
31 changed files with 89 additions and 31 deletions

View File

@@ -15,6 +15,7 @@ export type Messages = {
decrement: string
}
commandPalette: {
placeholder: string
noMatch: string
noData: string
close: string
@@ -23,6 +24,7 @@ export type Messages = {
noMatch: string
noData: string
create: string
search: string
}
toast: {
close: string