frontend: integrate storybook with i18next & cleanup (#1970)

This commit is contained in:
Quentin Gliech
2023-10-19 17:37:29 +02:00
committed by GitHub
parent af1a960c2f
commit 7f0acb350f
13 changed files with 150 additions and 41 deletions

View File

@@ -19,7 +19,7 @@ jobs:
uses: localazy/download@v1.1.0
- name: "Fix the owner of the downloaded files"
run: "sudo chown runner:docker translations/*.json"
run: "sudo chown runner:docker translations/*.json frontend/locales/*.json"
- name: Create Pull Request
id: cpr
@@ -29,6 +29,7 @@ jobs:
branch: actions/localazy-download
delete-branch: true
title: Localazy Download
commit-message: Translations updates
- name: Enable automerge
run: gh pr merge --merge --auto "$PR_NUMBER"