Skip to content

Commit

Permalink
EZP-31007: Replaced ezpublish-kernel with ezplatform-kernel (#510)
Browse files Browse the repository at this point in the history
* [Composer] Replaced ezpublish-kernel with ezplatform-kernel

* [Tests] Fixed outdated behat suite link

* [Doc] Replaced ezpublish-kernel reference with ezplatform-kernel
  • Loading branch information
alongosz authored Mar 21, 2020
1 parent de44952 commit 31f0d82
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion behat.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ default:
suites: ~

imports:
- vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/behat_suites.yml
- vendor/ezsystems/ezplatform-kernel/eZ/Bundle/EzPublishCoreBundle/behat_suites.yml
- vendor/ezsystems/ezplatform-content-forms/behat_suites.yml
- vendor/ezsystems/ezplatform-admin-ui/behat_suites.yml
- vendor/ezsystems/behatbundle/behat_suites.yml
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,23 @@
"ezsystems/ezplatform-admin-ui": "^2.0@dev",
"ezsystems/ezplatform-admin-ui-assets": "^5.0@beta",
"ezsystems/ezplatform-admin-ui-modules": "^2.0@dev",
"ezsystems/ezplatform-content-forms": "^1.0@dev",
"ezsystems/ezplatform-core": "^2.0@dev",
"ezsystems/ezplatform-cron": "^3.0@dev",
"ezsystems/ezplatform-design-engine": "^3.0@dev",
"ezsystems/ezplatform-graphql": "^2.0@dev",
"ezsystems/ezplatform-http-cache": "^2.0@dev",
"ezsystems/ezplatform-kernel": "^1.0@dev",
"ezsystems/ezplatform-matrix-fieldtype": "^2.0@dev",
"ezsystems/ezplatform-query-fieldtype": "^2.0@dev",
"ezsystems/ezplatform-rest": "^1.0@dev",
"ezsystems/ezplatform-richtext": "^2.0@dev",
"ezsystems/ezplatform-solr-search-engine": "^3.0@dev",
"ezsystems/ezplatform-standard-design": "^0.3@dev",
"ezsystems/ezplatform-user": "^2.0@dev",
"ezsystems/ezpublish-kernel": "^8.0@dev",
"ezsystems/ezplatform-content-forms": "^1.0@dev",
"ezsystems/templated-uri-bundle": "^3.3@dev",
"friendsofsymfony/jsrouting-bundle": "^2.5",
"knplabs/knp-menu-bundle": "^3.0",
"ezsystems/templated-uri-bundle": "^3.3@dev",
"monolog/monolog": "^2.0",
"php-http/guzzle6-adapter": "^2.0",
"platformsh/symfonyflex-bridge": "^2.2",
Expand Down
4 changes: 2 additions & 2 deletions doc/i18n/handle_translation_in_contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ you can even use this feature with `transchoice`:

## How to extract new strings from template

All translations are handled by the repository. So if you add new strings in ezpublish-kernel, you will extract them into
ezpublish-kernel translation files.
All translations are handled by the repository. So if you add new strings in ezplatform-kernel, you will extract them into
ezplatform-kernel translation files.

To help you in this task and maintain consistency, we implement a dedicated script.

Expand Down

0 comments on commit 31f0d82

Please sign in to comment.