Merge pull request #1234 from nichwall/localization_workflow_update

Update i18n workflow to 1.3.0
This commit is contained in:
advplyr 2024-06-11 17:03:21 -05:00 committed by GitHub
commit 9056ba6b8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,10 +19,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20'
# The only argument is the `directory`, which is where the i18n files are
# stored.
- name: Run Update JSON Files action
uses: audiobookshelf/audiobookshelf-i18n-updater@v1.2.0
uses: audiobookshelf/audiobookshelf-i18n-updater@v1.3.0
with:
directory: 'strings/' # Adjust the directory path as needed