mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
refactor: one locales file for all english translations (#10006)
one locales file for all english translations
This commit is contained in:
parent
0f976edf96
commit
1947316b0b
3 changed files with 2 additions and 2 deletions
|
|
@ -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');
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue