Skip to content

Commit

Permalink
fix: Remove useless enforced locales
Browse files Browse the repository at this point in the history
  • Loading branch information
AyakorK committed Jul 4, 2024
1 parent d1d01ce commit 58a5188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
NODE_VERSION: 16.9.1
RUBYOPT: '-W:no-deprecated'
# Set locales available for i18n tasks
ENFORCED_LOCALES: "en,fr,ca,es"
ENFORCED_LOCALES: "en,fr"
AVAILABLE_LOCALES: "en,fr,ca,es"

jobs:
Expand Down

0 comments on commit 58a5188

Please sign in to comment.