Skip to content

Commit

Permalink
Add support for plural types
Browse files Browse the repository at this point in the history
Add support for searching for translation strings in src
  • Loading branch information
MrEssex committed Jan 24, 2024
1 parent 839fea8 commit 6826af7
Show file tree
Hide file tree
Showing 7 changed files with 2,415 additions and 475 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
}
],
"require": {
"php": ">=7.4",
"php": ">=8.0",
"statickidz/php-google-translate-free": "^1.2",
"packaged/rwd": "^1.4",
"cubex/framework": "^4.18"
"packaged/i18n": "^1.6.0",
"google/cloud-translate": "^1.17.0",
"mressex/cubex-cli": "^0.1.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest"
Expand Down
Loading

0 comments on commit 6826af7

Please sign in to comment.