Skip to content

Commit

Permalink
Add workflow translation.
Browse files Browse the repository at this point in the history
Remove old translations.
  • Loading branch information
Flobul committed Aug 13, 2024
1 parent 1dc2c8b commit 0c1db5e
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 1,708 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/translation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: translate

on:
workflow_dispatch:
push:
branches:
- Beta

jobs:
auto-translate:
runs-on: ubuntu-latest
steps:
- uses: Mips2648/plugins-translations@main
with:
deepl_api_key: ${{ secrets.DEEPL_API_KEY }}
source_language: fr_FR
target_languages: de_DE,en_US,es_ES,fr_FR,it_IT,pt_PT
use_core_translations: true
include_empty_translation: true
277 changes: 0 additions & 277 deletions core/i18n/de_DE.json

This file was deleted.

Loading

0 comments on commit 0c1db5e

Please sign in to comment.