Navigation Menu

Skip to content

Commit

Permalink
EZP-28890: Full eZ Platform v2 i18n support (ezsystems#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs authored and Łukasz Serwatka committed Jul 11, 2018
1 parent a8ab68d commit 7eb1e21
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/config/config.yml
Expand Up @@ -139,3 +139,9 @@ jms_translation:
output_dir: '%kernel.root_dir%/../vendor/ezsystems/ezplatform-admin-ui/src/bundle/Resources/translations/'
excluded_dirs: [Behat, Tests]
output_format: "xliff"
admin_modules:
dirs:
- '%kernel.root_dir%/../vendor/ezsystems/ezplatform-admin-ui-modules/src'
output_dir: '%kernel.root_dir%/../vendor/ezsystems/ezplatform-admin-ui-modules/Resources/translations/'
excluded_dirs: [Behat, Tests]
output_format: "xliff"
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -75,6 +75,7 @@
"eZ\\Bundle\\EzPublishCoreBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"@php bin/console bazinga:js-translation:dump --merge-domains",
"@php bin/console assetic:dump"
],
"post-install-cmd": [
Expand Down

0 comments on commit 7eb1e21

Please sign in to comment.