99% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'vi'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
82% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'pt'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
91% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'sk'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
93% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'pt_BR'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
95% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'el'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
93% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'es'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
99% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'fa'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
95% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'he'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
82% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'is'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
99% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'cs'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
macOS saves the download URL in the metadata of the downloaded file.
This means that the downloaded file contains a metadata item with the JWT
token of the user. If the user were to share this file with someone else,
they would have access to their account using the JWT in the metadata
during the validity of the JWT.
The JWT has been removed from the URLs. Since the user is logged in, there
is an authentication cookie set. A JWT in the URL is not necessary.
This commit brings the project to support node 22 which became LTS and
fixes broken builds with typescript 5.7+ until vue-tsc is updated and
replaces npm with pnpm.
- Update tsconfig for node 22
- Pin typescript to 5.6.x to not break vue-tsc
- Replace npm with pnpm (corepack recommended)
- Update Makefile and main workflow for pnpm
- Migrate to eslint 9 flat config
- Fix broken imports
- Exclude non-TS vue files for vue-tsc