Skip to content

Commit d8c2ddc

Browse files
fix: Spelling for german locale (#157)
Fixed the spelling for the german locale Co-authored-by: Stefouch <47865544+Stefouch@users.noreply.github.com>
1 parent eac668a commit d8c2ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ SebediusConfig.contributeURL = 'https://github.com/Stefouch/sebedius-yearzero-di
2020
SebediusConfig.SupportedLocales = [
2121
{ name: 'English', value: 'en-US' },
2222
{ name: 'Français', value: 'fr' },
23-
{ name: 'Deutsche', value: 'de' },
23+
{ name: 'Deutsch', value: 'de' },
2424
];
2525

2626
SebediusConfig.defaultLocale = 'en-US';

0 commit comments

Comments
 (0)