mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-02-19 00:18:56 +01:00
Merge branch 'master' of https://github.com/advplyr/audiobookshelf
This commit is contained in:
commit
29fc503503
5
.github/workflows/i18n-integration.yml
vendored
5
.github/workflows/i18n-integration.yml
vendored
@ -1,6 +1,9 @@
|
|||||||
name: Verify all i18n files are alphabetized
|
name: Verify all i18n files are alphabetized
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- client/strings/** # Should only check if any strings changed
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- client/strings/** # Should only check if any strings changed
|
- client/strings/** # Should only check if any strings changed
|
||||||
@ -22,6 +25,6 @@ jobs:
|
|||||||
# 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.1.1
|
uses: audiobookshelf/audiobookshelf-i18n-updater@v1.2.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