Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / locale / locale.libraries.yml
1 drupal.locale.admin:
2   version: VERSION
3   js:
4     locale.admin.js: {}
5   css:
6     component:
7       css/locale.admin.css: {}
8   dependencies:
9     - core/jquery
10     - core/drupal
11     - core/drupal.form
12     - core/jquery.once
13
14 drupal.locale.datepicker:
15   version: VERSION
16   js:
17     locale.datepicker.js: {}
18   dependencies:
19     - core/jquery
20     - core/drupal
21     - core/drupalSettings
22
23 translations:
24   # No sensible version can be specified, since the translations may change at
25   # any time.
26   js:
27     # This file does not actually exist; it's a placeholder file that will be
28     # overriden by locale_js_alter(), to use the file that contains the actual
29     # translations, for the language used in the current request.
30     locale.translation.js: {}