Move all files to 2017/
This commit is contained in:
parent
ac7370f67f
commit
2875863330
15717 changed files with 0 additions and 0 deletions
30
2017/web/core/modules/locale/locale.libraries.yml
Normal file
30
2017/web/core/modules/locale/locale.libraries.yml
Normal file
|
@ -0,0 +1,30 @@
|
|||
drupal.locale.admin:
|
||||
version: VERSION
|
||||
js:
|
||||
locale.admin.js: {}
|
||||
css:
|
||||
component:
|
||||
css/locale.admin.css: {}
|
||||
dependencies:
|
||||
- core/jquery
|
||||
- core/drupal
|
||||
- core/drupal.form
|
||||
- core/jquery.once
|
||||
|
||||
drupal.locale.datepicker:
|
||||
version: VERSION
|
||||
js:
|
||||
locale.datepicker.js: {}
|
||||
dependencies:
|
||||
- core/jquery
|
||||
- core/drupal
|
||||
- core/drupalSettings
|
||||
|
||||
translations:
|
||||
# No sensible version can be specified, since the translations may change at
|
||||
# any time.
|
||||
js:
|
||||
# This file does not actually exist; it's a placeholder file that will be
|
||||
# overridden by locale_js_alter(), to use the file that contains the actual
|
||||
# translations, for the language used in the current request.
|
||||
locale.translation.js: {}
|
Reference in a new issue