Skip to content

Commit

Permalink
πŸ”„ [chore]: Automated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
brunotot committed Sep 14, 2023
1 parent c73c22b commit 2d98b63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.2",
"i18n-auto-translation": "^1.3.1",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
Expand Down
2 changes: 2 additions & 0 deletions scripts/i18n-generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ is_valid_language() {
fi
}

npm i i18n-auto-translation --save-dev --silent

# Check if at least one language is provided
if [ ${#languages[@]} -eq 0 ]; then
echo "Error: At least one language must be provided."
Expand Down

0 comments on commit 2d98b63

Please sign in to comment.