Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
|
|
|
drupal.locale.admin:
|
|
|
|
version: VERSION
|
|
|
|
js:
|
|
|
|
locale.admin.js: {}
|
2014-03-12 19:15:54 +00:00
|
|
|
css:
|
|
|
|
component:
|
|
|
|
css/locale.admin.css: {}
|
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
|
|
|
dependencies:
|
|
|
|
- core/jquery
|
|
|
|
- core/drupal
|
2015-04-19 12:01:55 +00:00
|
|
|
- core/drupal.form
|
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
2014-02-23 04:56:51 +00:00
|
|
|
- core/jquery.once
|
|
|
|
|
|
|
|
drupal.locale.datepicker:
|
|
|
|
version: VERSION
|
|
|
|
js:
|
|
|
|
locale.datepicker.js: {}
|
|
|
|
dependencies:
|
|
|
|
- core/jquery
|
|
|
|
- core/drupal
|
|
|
|
- core/drupalSettings
|
2015-02-19 09:56:00 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
# overriden by locale_js_alter(), to use the file that contains the actual
|
|
|
|
# translations, for the language used in the current request.
|
|
|
|
locale.translation.js: {}
|