Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / locale / locale.bulk.js
index f0ad15f963eccdfab9031d42ec88498a5047dcb2..dd84cf793c0b8a54a803a7de524c1230c40b0b82 100644 (file)
@@ -12,7 +12,7 @@
       if ($form.length) {
         var $langcode = $form.find('.langcode-input');
         $form.find('.file-import-input').on('change', function () {
-          var matches = $(this).val().match(/([^.][\.]*)([\w-]+)\.po$/);
+          var matches = $(this).val().match(/([^.][.]*)([\w-]+)\.po$/);
           if (matches && $langcode.find('option[value="' + matches[2] + '"]').length) {
             $langcode.val(matches[2]);
           }