diff --git a/core/modules/migrate_drupal/migration_templates/d6_locale_settings.yml b/core/modules/locale/migration_templates/d6_locale_settings.yml
similarity index 100%
rename from core/modules/migrate_drupal/migration_templates/d6_locale_settings.yml
rename to core/modules/locale/migration_templates/d6_locale_settings.yml
diff --git a/core/modules/migrate_drupal/src/Tests/d6/MigrateLocaleConfigsTest.php b/core/modules/locale/src/Tests/Migrate/d6/MigrateLocaleConfigsTest.php
similarity index 83%
rename from core/modules/migrate_drupal/src/Tests/d6/MigrateLocaleConfigsTest.php
rename to core/modules/locale/src/Tests/Migrate/d6/MigrateLocaleConfigsTest.php
index 92117043da57146d2387ea49cbe18dc166a9d915..7e42bb050000e3e9ca2797f786e8803e2e2b1dac 100644
--- a/core/modules/migrate_drupal/src/Tests/d6/MigrateLocaleConfigsTest.php
+++ b/core/modules/locale/src/Tests/Migrate/d6/MigrateLocaleConfigsTest.php
@@ -2,17 +2,18 @@
 
 /**
  * @file
- * Contains \Drupal\migrate_drupal\Tests\d6\MigrateLocaleConfigsTest.
+ * Contains \Drupal\locale\Tests\Migrate\d6\MigrateLocaleConfigsTest.
  */
 
-namespace Drupal\migrate_drupal\Tests\d6;
+namespace Drupal\locale\Tests\Migrate\d6;
 
 use Drupal\config\Tests\SchemaCheckTestTrait;
+use Drupal\migrate_drupal\Tests\d6\MigrateDrupal6TestBase;
 
 /**
  * Upgrade variables to locale.settings.yml.
  *
- * @group migrate_drupal
+ * @group locale
  */
 class MigrateLocaleConfigsTest extends MigrateDrupal6TestBase {