mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 22:41:42 +01:00
fix(CommandPalette/SelectMenu): missing translations (#3057)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user