Skip to content

Commit 9b49671

Browse files
Default DatePicker demo to hy locale again
1 parent 3b24730 commit 9b49671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/DatePicker.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{ key: 'de (date-fns)', value: localeFromDateFnsLocale(de) },
2020
{ key: 'hy (date-fns)', value: localeFromDateFnsLocale(hy) },
2121
]
22-
let locale = locales[0]
22+
let locale = locales[3]
2323
let browseWithoutSelecting: boolean
2424
let timePrecision: 'minute' | 'second' | 'millisecond' | null = 'millisecond'
2525
</script>

0 commit comments

Comments
 (0)