[#124524] Локализация
-Updated modules translation files -Views translated to RU
Showing
... | @@ -12,6 +12,10 @@ | ... | @@ -12,6 +12,10 @@ |
{ | { | ||
"type": "composer", | "type": "composer", | ||
"url": "https://packages.drupal.org/8" | "url": "https://packages.drupal.org/8" | ||
}, | |||
{ | |||
"type": "composer", | |||
"url": "https://asset-packagist.org" | |||
} | } | ||
], | ], | ||
"require": { | "require": { | ||
... | @@ -124,7 +128,9 @@ | ... | @@ -124,7 +128,9 @@ |
"drupal/views_infinite_scroll": "^2.0", | "drupal/views_infinite_scroll": "^2.0", | ||
"drupal/webform": "^6.2", | "drupal/webform": "^6.2", | ||
"drupal/xls_serialization": "^1.3", | "drupal/xls_serialization": "^1.3", | ||
"drush/drush": "^12.4" | "drush/drush": "^12.4", | ||
"npm-asset/select2": "^4.0", | |||
"oomphinc/composer-installers-extender": "^2.0" | |||
}, | }, | ||
"conflict": { | "conflict": { | ||
"drupal/drupal": "*" | "drupal/drupal": "*" | ||
... | @@ -138,7 +144,8 @@ | ... | @@ -138,7 +144,8 @@ |
"drupal/core-project-message": true, | "drupal/core-project-message": true, | ||
"phpstan/extension-installer": true, | "phpstan/extension-installer": true, | ||
"dealerdirect/phpcodesniffer-composer-installer": true, | "dealerdirect/phpcodesniffer-composer-installer": true, | ||
"cweagans/composer-patches": true | "cweagans/composer-patches": true, | ||
"oomphinc/composer-installers-extender": true | |||
}, | }, | ||
"sort-packages": true | "sort-packages": true | ||
}, | }, | ||
... | @@ -153,7 +160,9 @@ | ... | @@ -153,7 +160,9 @@ |
"type:drupal-core" | "type:drupal-core" | ||
], | ], | ||
"docroot/libraries/{$name}": [ | "docroot/libraries/{$name}": [ | ||
"type:drupal-library" | "type:drupal-library", | ||
"type:bower-asset", | |||
"type:npm-asset" | |||
], | ], | ||
"docroot/modules/contrib/{$name}": [ | "docroot/modules/contrib/{$name}": [ | ||
"type:drupal-module" | "type:drupal-module" | ||
... | @@ -177,6 +186,7 @@ | ... | @@ -177,6 +186,7 @@ |
"type:drupal-custom-theme" | "type:drupal-custom-theme" | ||
] | ] | ||
}, | }, | ||
"installer-types": ["bower-asset", "npm-asset"], | |||
"merge-plugin": { | "merge-plugin": { | ||
"include": [ | "include": [ | ||
"docroot/modules/contrib/dropzonejs/composer.libraries.json", | "docroot/modules/contrib/dropzonejs/composer.libraries.json", | ||
... | ... |
File mode changed from 100755 to 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
File moved
File moved
Please
register
or
sign in
to comment