Skip to content

Commit

Permalink
Merge pull request #2841 from nichwall/i18n-integration-fix
Browse files Browse the repository at this point in the history
I18n integration fix
  • Loading branch information
advplyr authored Apr 11, 2024
2 parents df9da09 + 9e16862 commit cb49c17
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/i18n-integration.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Verify all i18n files are alphabetized

on:
pull_request:
paths:
- client/strings/** # Should only check if any strings changed
push:
paths:
- client/strings/** # Should only check if any strings changed
Expand All @@ -22,6 +25,6 @@ jobs:
# 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.1.1
uses: audiobookshelf/audiobookshelf-i18n-updater@v1.2.0
with:
directory: "client/strings/" # Adjust the directory path as needed

0 comments on commit cb49c17

Please sign in to comment.