mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 08:20:39 +01:00
feat(InputNumber): implement component (#2577)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -9,6 +9,10 @@ export default defineLocale({
|
||||
noData: 'Keine Daten',
|
||||
create: 'Erstellen "{label}"'
|
||||
},
|
||||
inputNumber: {
|
||||
increment: 'Erhöhen',
|
||||
decrement: 'Verringern'
|
||||
},
|
||||
commandPalette: {
|
||||
noMatch: 'Nichts gefunden',
|
||||
noData: 'Keine Daten',
|
||||
|
||||
Reference in New Issue
Block a user