Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!1359
Draft: Resolve
#2806009
"No config langcode changes"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: Resolve
#2806009
"No config langcode changes"
issue/drupal-2806009:2806009-no_config_langcode_changes
into
9.3.x
Overview
0
Commits
1
Pipelines
0
Changes
3
Open
Joris van Eijden
requested to merge
issue/drupal-2806009:2806009-no_config_langcode_changes
into
9.3.x
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
3
Expand
Closes
#2806009
Edited
3 years ago
by
Joris van Eijden
0
0
Merge request reports
Compare
9.3.x
version 2
fbac96a5
3 years ago
version 1
f2c15b64
3 years ago
9.3.x (HEAD)
and
latest version
latest version
da6b578c
1 commit,
2 years ago
version 2
fbac96a5
1 commit,
3 years ago
version 1
f2c15b64
1 commit,
3 years ago
3 files
+
0
−
34
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php
+
0
−
1
Options
@@ -65,7 +65,6 @@ protected function setUp(): void {
// or normal environment.
// @see locale_modules_installed()
// @see locale_system_update()
locale_system_set_config_langcodes
();
$langcodes
=
array_keys
(
\Drupal
::
languageManager
()
->
getLanguages
());
$names
=
Locale
::
config
()
->
getComponentNames
();
Locale
::
config
()
->
updateConfigTranslations
(
$names
,
$langcodes
);
Loading