mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
fixes #1108
This commit is contained in:
@@ -12,7 +12,7 @@ const translation: Translation = {
|
||||
numOptionsSelected: (num: number) => {
|
||||
if (num === 0) return 'Keine Optionen ausgewählt';
|
||||
if (num === 1) return '1 Option ausgewählt';
|
||||
return `${num} optionen ausgewählt`;
|
||||
return `${num} Optionen ausgewählt`;
|
||||
},
|
||||
currentValue: 'Aktueller Wert',
|
||||
hidePassword: 'Passwort verbergen',
|
||||
|
||||
@@ -12,7 +12,7 @@ const translation: Translation = {
|
||||
numOptionsSelected: (num: number) => {
|
||||
if (num === 0) return 'Keine Optionen ausgewählt';
|
||||
if (num === 1) return '1 Option ausgewählt';
|
||||
return `${num} optionen ausgewählt`;
|
||||
return `${num} Optionen ausgewählt`;
|
||||
},
|
||||
currentValue: 'Aktueller Wert',
|
||||
hidePassword: 'Passwort verbergen',
|
||||
|
||||
@@ -12,7 +12,7 @@ const translation: Translation = {
|
||||
numOptionsSelected: (num: number) => {
|
||||
if (num === 0) return 'Keine Optionen ausgewählt';
|
||||
if (num === 1) return '1 Option ausgewählt';
|
||||
return `${num} optionen ausgewählt`;
|
||||
return `${num} Optionen ausgewählt`;
|
||||
},
|
||||
currentValue: 'Aktueller Wert',
|
||||
hidePassword: 'Passwort verbergen',
|
||||
|
||||
Reference in New Issue
Block a user