mirror of
https://github.com/immich-app/immich.git
synced 2025-11-29 08:30:03 +09:00
refactor: one locales file for all english translations (#10006)
one locales file for all english translations
This commit is contained in:
@@ -12,7 +12,7 @@ describe('AlbumCard component', () => {
|
||||
|
||||
beforeAll(async () => {
|
||||
await init({ fallbackLocale: 'en-US' });
|
||||
register('en-US', () => import('$lib/i18n/en-US.json'));
|
||||
register('en-US', () => import('$lib/i18n/en.json'));
|
||||
await waitLocale('en-US');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user