Skip to content

Commit a57792b

Browse files
authored
Update apps/desktop-ui/src/i18n.ts
1 parent 34364ca commit a57792b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/desktop-ui/src/i18n.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ const settingsLoaders: Record<
8787
zh: () => import('@frontend-locales/zh/settings.json'),
8888
'zh-TW': () => import('@frontend-locales/zh-TW/settings.json')
8989
}
90-
/* eslint-enable import-x/no-unresolved */
9190

9291
// Track which locales have been loaded
9392
const loadedLocales = new Set<string>(['en'])

0 commit comments

Comments
 (0)