Skip to content

Commit 9cdd9bc

Browse files
authored
bugfix translation
1 parent dbbacbb commit 9cdd9bc

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/translations.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: translate
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- beta
8+
9+
jobs:
10+
auto-translate:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: jeedom/jeetranslate@main
14+
with:
15+
deepl_api_key: ${{ secrets.DEEPL_API_KEY }}
16+
include_empty_translation: false
17+
target_languages: "en_US,es_ES,de_DE,it_IT,pt_PT"
18+
use_core_translations: true

0 commit comments

Comments
 (0)