Skip to content

Commit

Permalink
Update crowdin
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin committed Jan 24, 2024
1 parent 783e9fb commit 0eb841e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/crowdin_prep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches:
- master
paths:
- 'src/libretro/libretro_core_options.h'
- 'libretro/libretro_core_options.h'

jobs:
upload_source_file:
Expand All @@ -30,4 +30,4 @@ jobs:
env:
CROWDIN_API_KEY: ${{ secrets.CROWDIN_API_KEY }}
run: |
python3 intl/upload_workflow.py $CROWDIN_API_KEY "libretro-fceumm" "src/libretro/libretro_core_options.h"
python3 intl/upload_workflow.py $CROWDIN_API_KEY "libretro-fceumm" "libretro/libretro_core_options.h"
4 changes: 2 additions & 2 deletions .github/workflows/crowdin_translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
env:
CROWDIN_API_KEY: ${{ secrets.CROWDIN_API_KEY }}
run: |
python3 intl/download_workflow.py $CROWDIN_API_KEY "libretro-fceumm" "src/libretro/libretro_core_options_intl.h"
python3 intl/download_workflow.py $CROWDIN_API_KEY "libretro-fceumm" "libretro/libretro_core_options_intl.h"
- name: Commit files
run: |
git config --local user.email "github-actions@github.com"
git config --local user.name "github-actions[bot]"
git add intl/*_workflow.py "src/libretro/libretro_core_options_intl.h"
git add intl/*_workflow.py "libretro/libretro_core_options_intl.h"
git commit -m "Fetch translations & Recreate libretro_core_options_intl.h"
- name: GitHub Push
Expand Down

0 comments on commit 0eb841e

Please sign in to comment.