Skip to content

Commit

Permalink
feat(translations): added sl to exported date locales (#8817)
Browse files Browse the repository at this point in the history
added sl to exported date locales
  • Loading branch information
GregorGabric authored Oct 31, 2024
1 parent bf989e6 commit 3918c09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/translations/src/importDateFNSLocale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ export const importDateFNSLocale = async (locale: string): Promise<Locale> => {
case 'sk':
result = (await import('date-fns/locale/sk')).sk

break
case 'sl':
result = (await import('date-fns/locale/sl')).sl

break
case 'sv':
result = (await import('date-fns/locale/sv')).sv
Expand Down

0 comments on commit 3918c09

Please sign in to comment.