Skip to content

Commit c5b51fd

Browse files
committed
new translations wf
1 parent 1a8654e commit c5b51fd

8 files changed

Lines changed: 20 additions & 842 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

core/i18n/fr_FR.json

Lines changed: 0 additions & 139 deletions
This file was deleted.

core/i18n/id_ID.json

Lines changed: 0 additions & 139 deletions
This file was deleted.

0 commit comments

Comments
 (0)