mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-22 00:07:52 +01:00
Merge pull request #3063 from nichwall/localization_workflow_update
Update i18n workflow to `1.3.0`
This commit is contained in:
commit
f682a7a283
6
.github/workflows/i18n-integration.yml
vendored
6
.github/workflows/i18n-integration.yml
vendored
@ -20,11 +20,11 @@ jobs:
|
|||||||
- name: Set up node
|
- name: Set up node
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: "20"
|
node-version: '20'
|
||||||
|
|
||||||
# The only argument is the `directory`, which is where the i18n files are
|
# The only argument is the `directory`, which is where the i18n files are
|
||||||
# stored.
|
# stored.
|
||||||
- name: Run Update JSON Files action
|
- name: Run Update JSON Files action
|
||||||
uses: audiobookshelf/audiobookshelf-i18n-updater@v1.2.0
|
uses: audiobookshelf/audiobookshelf-i18n-updater@v1.3.0
|
||||||
with:
|
with:
|
||||||
directory: "client/strings/" # Adjust the directory path as needed
|
directory: 'client/strings/' # Adjust the directory path as needed
|
||||||
|
Loading…
Reference in New Issue
Block a user