Skip to content

Commit

Permalink
fix: de prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicMahieu committed May 28, 2024
1 parent 87b82c4 commit 1e0dfe8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/locales/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ export const boolean: LocaleObject['boolean'] = {
};

export const object: LocaleObject['object'] = {
noUnknown:
'${path} kann keine unbekannten Werte enthalten',
noUnknown: '${path} kann keine unbekannten Werte enthalten',
};

export const array: LocaleObject['array'] = {
Expand Down

0 comments on commit 1e0dfe8

Please sign in to comment.