mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
chore: move weblate translations to root directory (#13604)
* chore: move translations to root directory * chore: update build processes to work with new i18n location
This commit is contained in:
parent
62e0658e5a
commit
e98acc976e
66 changed files with 66 additions and 61 deletions
|
|
@ -12,7 +12,7 @@ describe('AlbumCard component', () => {
|
|||
|
||||
beforeAll(async () => {
|
||||
await init({ fallbackLocale: 'en-US' });
|
||||
register('en-US', () => import('$lib/i18n/en.json'));
|
||||
register('en-US', () => import('$i18n/en.json'));
|
||||
await waitLocale('en-US');
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue