Fix ast (#6774)
This commit is contained in:
committed by
Dan Abramov
parent
12f9dacb06
commit
41243e8740
@@ -10,7 +10,6 @@
|
||||
import React from 'react'
|
||||
import {formatDistance, Locale} from 'date-fns'
|
||||
import {
|
||||
ast,
|
||||
ca,
|
||||
de,
|
||||
enGB,
|
||||
@@ -45,7 +44,7 @@ import {useLanguagePrefs} from '#/state/preferences'
|
||||
*/
|
||||
const locales: Record<AppLanguage, Locale | undefined> = {
|
||||
en: undefined,
|
||||
ast,
|
||||
ast: undefined,
|
||||
an: undefined,
|
||||
ca,
|
||||
de,
|
||||
|
||||
Reference in New Issue
Block a user