fix(i18n): load locales from file system, instead of http-backend

This commit is contained in:
Amruth Pillai
2022-03-05 10:08:28 +01:00
parent 7c73685759
commit a4983ac6bc
74 changed files with 105 additions and 142 deletions
+1
View File
@@ -51,6 +51,7 @@ export const parseListItemPath = (item: ListItem, path: string | string[], separ
export const getPhotoClassNames = (filters: PhotoFilters) =>
clsx({
'object-cover': true,
grayscale: filters.grayscale,
'!border-[4px] !border-solid': filters.border,
'rounded-lg': filters.shape === 'rounded-square',