Revert "feat: use prettier for i18n translations (#24623)"

This reverts commit f52bd9f38a.
This commit is contained in:
bwees
2026-01-27 11:58:51 -06:00
parent b4489bd4a5
commit 819ea9fbc0
9 changed files with 12386 additions and 4286 deletions

View File

@@ -298,9 +298,9 @@ jobs:
cache: 'pnpm'
cache-dependency-path: '**/pnpm-lock.yaml'
- name: Install dependencies
run: pnpm --filter=immich-i18n install --frozen-lockfile
run: pnpm --filter=immich-web install --frozen-lockfile
- name: Format
run: pnpm --filter=immich-i18n format:fix
run: pnpm --filter=immich-web format:i18n
- name: Find file changes
uses: tj-actions/verify-changed-files@a1c6acee9df209257a246f2cc6ae8cb6581c1edf # v20.0.4
id: verify-changed-files