Skip to content

Commit

Permalink
Merge pull request #1234 from nichwall/localization_workflow_update
Browse files Browse the repository at this point in the history
Update i18n workflow to 1.3.0
  • Loading branch information
advplyr authored Jun 11, 2024
2 parents 2380136 + 50ec500 commit 9056ba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/i18n-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9056ba6

Please sign in to comment.