Skip to content

Commit 6826af7

Browse files
committed
Add support for plural types
Add support for searching for translation strings in src
1 parent 839fea8 commit 6826af7

File tree

7 files changed

+2415
-475
lines changed

7 files changed

+2415
-475
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=7.4",
12+
"php": ">=8.0",
1313
"statickidz/php-google-translate-free": "^1.2",
1414
"packaged/rwd": "^1.4",
15-
"cubex/framework": "^4.18"
15+
"packaged/i18n": "^1.6.0",
16+
"google/cloud-translate": "^1.17.0",
17+
"mressex/cubex-cli": "^0.1.0"
1618
},
1719
"require-dev": {
1820
"roave/security-advisories": "dev-latest"

0 commit comments

Comments
 (0)