Skip to content

Translate lang files #2

Translate lang files

Translate lang files #2

Workflow file for this run

name: Translate documents from docs/simple folder
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: DeepL Translate Github Action
uses: lyqht/[email protected]
with:
target_languages: all
input_file_path: src/assets/tailors-story/lang/en.json
input_file_path: src/assets/tailors-story/lang/

Check failure on line 14 in .github/workflows/translate.yml

View workflow run for this annotation

GitHub Actions / Translate documents from docs/simple folder

Invalid workflow file

The workflow is not valid. .github/workflows/translate.yml (Line: 14, Col: 11): 'input_file_path' is already defined
deepl_api_key: ${{ secrets.DEEPL_API_KEY }}