mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-14 13:21:39 +00:00
Fixed paths
This commit is contained in:
parent
90e27f9ed2
commit
17f22a7197
2 changed files with 4 additions and 4 deletions
4
.github/workflows/i18n-automatic-branch.yml
vendored
4
.github/workflows/i18n-automatic-branch.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
||||||
- main # Only care about the main branch, don't care about any PRs or forks
|
- main # Only care about the main branch, don't care about any PRs or forks
|
||||||
- master
|
- master
|
||||||
paths:
|
paths:
|
||||||
- strings/** # Should only check if any strings changed
|
- client/strings/** # Should only check if any strings changed
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update_translations:
|
update_translations:
|
||||||
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
- name: Run Update JSON Files action
|
- name: Run Update JSON Files action
|
||||||
uses: audiobookshelf/audiobookshelf-i18n-updater@v1.0.0-beta
|
uses: audiobookshelf/audiobookshelf-i18n-updater@v1.0.0-beta
|
||||||
with:
|
with:
|
||||||
directory: 'strings/' # Adjust the directory path as needed
|
directory: 'client/strings/' # Adjust the directory path as needed
|
||||||
|
|
||||||
# Does a git diff to see if any language files were changed from running
|
# Does a git diff to see if any language files were changed from running
|
||||||
# the script. This will be false if the local script was already ran
|
# the script. This will be false if the local script was already ran
|
||||||
|
|
|
||||||
4
.github/workflows/i18n-manual-branch.yml
vendored
4
.github/workflows/i18n-manual-branch.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
||||||
- main # Only care about the main branch, don't care about any PRs or forks
|
- main # Only care about the main branch, don't care about any PRs or forks
|
||||||
- master
|
- master
|
||||||
paths:
|
paths:
|
||||||
- strings/** # Should only check if any strings changed
|
- client/strings/** # Should only check if any strings changed
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update_translations:
|
update_translations:
|
||||||
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
- name: Run Update JSON Files action
|
- name: Run Update JSON Files action
|
||||||
uses: audiobookshelf/audiobookshelf-i18n-updater@v1.0.0-beta
|
uses: audiobookshelf/audiobookshelf-i18n-updater@v1.0.0-beta
|
||||||
with:
|
with:
|
||||||
directory: 'strings/' # Adjust the directory path as needed
|
directory: 'client/strings/' # Adjust the directory path as needed
|
||||||
|
|
||||||
# Does a git diff to see if any language files were changed from running
|
# Does a git diff to see if any language files were changed from running
|
||||||
# the script. This will be false if the local script was already ran
|
# the script. This will be false if the local script was already ran
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue