From ae55070f94b84de75c2b12fa7d589b9397dc0708 Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Thu, 5 Oct 2023 16:21:57 +0100 Subject: [PATCH] Issue #3391268 by quietone: Fix spelling of words only misspelled in tests, part 4 --- core/misc/cspell/dictionary.txt | 30 ------------------- .../src/FunctionalJavascript/MediaTest.php | 2 +- .../ConfigTranslationUiModulesTest.php | 2 ++ .../Functional/ConfigTranslationUiTest.php | 2 +- .../ConfigurableLanguageManagerTest.php | 2 ++ .../src/Functional/LanguageLocaleListTest.php | 2 ++ .../tests/src/Functional/LocaleExportTest.php | 2 ++ .../Functional/LocaleImportFunctionalTest.php | 2 ++ .../LocaleJavascriptTranslationTest.php | 2 ++ .../src/Functional/LocalePluralFormatTest.php | 2 ++ .../tests/src/Functional/LocaleUpdateBase.php | 2 ++ .../src/Kernel/Plugin/EntityRevisionTest.php | 2 ++ .../UpdatePathTestBaseFilledTest.php | 2 ++ .../tests/src/Functional/Plugin/PagerTest.php | 1 + .../src/Functional/TranslatedViewTest.php | 2 ++ ...tionMultipleLanguageNonInteractiveTest.php | 2 ++ .../Core/Datetime/DateFormatterTest.php | 2 ++ .../ActiveLinkResponseFilterTest.php | 2 ++ 18 files changed, 31 insertions(+), 32 deletions(-) diff --git a/core/misc/cspell/dictionary.txt b/core/misc/cspell/dictionary.txt index 1637bed1d0e1..f52b560b3864 100644 --- a/core/misc/cspell/dictionary.txt +++ b/core/misc/cspell/dictionary.txt @@ -180,8 +180,6 @@ checkboxified checkboxifier checkboxify checkboxradio -chien -chiens childlist chocolatiers chromedriver @@ -302,7 +300,6 @@ desaturated desaturates desaturating descoping -descripcion destructable deutsch deutscher @@ -360,7 +357,6 @@ drush drépal détruire editables -eerste egulias eins elbonia @@ -412,8 +408,6 @@ favourite favstar fcgi fdiv -februar -fichiers fieldable fieldapi fieldblock @@ -488,8 +482,6 @@ hashmarks hateoas heroless herro -heure -heures hexcode hilited hinode @@ -509,7 +501,6 @@ httpheader httpkernel httplug httponly -hurlant hustlin hwldf icann @@ -543,21 +534,16 @@ itoa itok ized jamo -januar -januari -janvier javascripts jessebeach jnoub johansson johndoe -jours jqueryui jsonapi jsonlint jssdk jumplinks -juni justinrainbow kakec kangarookitten @@ -578,7 +564,6 @@ kristiaan kspread kthxbai kword -laatste labely lamoids langcode @@ -588,7 +573,6 @@ languageswitcher lazybuilder lcode libc -libellé libmysqlclient licious lified @@ -632,8 +616,6 @@ makedefaultmessage makewarningmessage mank maryjane -marz -marzo matchout mathematica maxage @@ -680,8 +662,6 @@ mojito montag monthnames mooooh -mostrar -moutons msgctxt msgid msgstr @@ -712,7 +692,6 @@ mysite mysqladmin mysqldump mystarterkit -műveletek nalias nameofbin namespacing @@ -836,7 +815,6 @@ pluggable pluralforms plusthick poink -ponedjeljak porterstemmer português postbar @@ -1089,14 +1067,11 @@ sulaco sunz sunzzzzzzz supercede -svenska svgz -svibanj sxto synchronizable syrop szwr -tabarnak tabbingmanager tabledrag tableheader @@ -1114,7 +1089,6 @@ takeshita tappable tarz taskless -tatou tbodies tcomment tempfile @@ -1208,7 +1182,6 @@ trid troopal truecolor turbolinks -tuvan twistie twocol txtzzzz @@ -1304,7 +1277,6 @@ usecase userid userinfo userref -usuario vampirize varchar veniam @@ -1315,8 +1287,6 @@ vfsstream viewmode viewports vocabs -volgende -vorige wcag wcprops webassert diff --git a/core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php b/core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php index 05d535b6ea18..8baad64e713d 100644 --- a/core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php +++ b/core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php @@ -15,7 +15,7 @@ use Drupal\user\RoleInterface; use Symfony\Component\Validator\ConstraintViolation; -// cspell:ignore layercake +// cspell:ignore hurlant layercake tatou /** * @coversDefaultClass \Drupal\ckeditor5\Plugin\CKEditor5Plugin\Media diff --git a/core/modules/config_translation/tests/src/Functional/ConfigTranslationUiModulesTest.php b/core/modules/config_translation/tests/src/Functional/ConfigTranslationUiModulesTest.php index c9aaa52844b8..6f5b25888a88 100644 --- a/core/modules/config_translation/tests/src/Functional/ConfigTranslationUiModulesTest.php +++ b/core/modules/config_translation/tests/src/Functional/ConfigTranslationUiModulesTest.php @@ -8,6 +8,8 @@ use Drupal\field\Entity\FieldStorageConfig; use Drupal\node\Entity\NodeType; +// cspell:ignore tuvan + /** * Translate settings and entities to various languages. * diff --git a/core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php b/core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php index b8151f08fd76..579466f730c9 100644 --- a/core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php +++ b/core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php @@ -5,7 +5,7 @@ use Drupal\Core\Language\Language; use Drupal\Core\Language\LanguageInterface; -// cspell:ignore viewsviewfiles +// cspell:ignore libellé viewsviewfiles /** * Translate settings and entities to various languages. diff --git a/core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php b/core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php index 48089d7b9a50..b3e12c586bd1 100644 --- a/core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php +++ b/core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php @@ -13,6 +13,8 @@ use Drupal\Tests\BrowserTestBase; use Drupal\Tests\WaitTerminateTestTrait; +// cspell:ignore funciona + /** * Tests Language Negotiation. * diff --git a/core/modules/language/tests/src/Functional/LanguageLocaleListTest.php b/core/modules/language/tests/src/Functional/LanguageLocaleListTest.php index b9bb1f71ecd8..ffd081e5bf1d 100644 --- a/core/modules/language/tests/src/Functional/LanguageLocaleListTest.php +++ b/core/modules/language/tests/src/Functional/LanguageLocaleListTest.php @@ -6,6 +6,8 @@ use Drupal\locale\StringStorageInterface; use Drupal\Tests\BrowserTestBase; +// cspell:ignore espagnol + /** * Adds a new language with translations and tests language list order. * diff --git a/core/modules/locale/tests/src/Functional/LocaleExportTest.php b/core/modules/locale/tests/src/Functional/LocaleExportTest.php index 64687fb69156..01bc8fa2645d 100644 --- a/core/modules/locale/tests/src/Functional/LocaleExportTest.php +++ b/core/modules/locale/tests/src/Functional/LocaleExportTest.php @@ -5,6 +5,8 @@ use Drupal\Core\File\FileSystemInterface; use Drupal\Tests\BrowserTestBase; +// cspell:ignore janvier + /** * Tests the exportation of locale files. * diff --git a/core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php b/core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php index d0e6bf355971..6394b42db0fe 100644 --- a/core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php +++ b/core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php @@ -8,6 +8,8 @@ use Drupal\Tests\BrowserTestBase; use Drupal\Core\Language\LanguageInterface; +// cspell:ignore chien chiens januari lundi moutons műveletek svibanj + /** * Tests the import of locale files. * diff --git a/core/modules/locale/tests/src/Functional/LocaleJavascriptTranslationTest.php b/core/modules/locale/tests/src/Functional/LocaleJavascriptTranslationTest.php index 6236d2730e89..f121b7bcc20a 100644 --- a/core/modules/locale/tests/src/Functional/LocaleJavascriptTranslationTest.php +++ b/core/modules/locale/tests/src/Functional/LocaleJavascriptTranslationTest.php @@ -7,6 +7,8 @@ use Drupal\Tests\BrowserTestBase; use Drupal\Component\Render\FormattableMarkup; +// cspell:ignore descripcion mostrar + /** * Tests parsing js files for translatable strings. * diff --git a/core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php b/core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php index 704d349e2b8e..56a19fe5ec06 100644 --- a/core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php +++ b/core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php @@ -7,6 +7,8 @@ use Drupal\Core\StringTranslation\PluralTranslatableMarkup; use Drupal\Tests\BrowserTestBase; +// cspell:ignore heure heures jours ponedjeljak + /** * Tests plural handling for various languages. * diff --git a/core/modules/locale/tests/src/Functional/LocaleUpdateBase.php b/core/modules/locale/tests/src/Functional/LocaleUpdateBase.php index 9685137432d6..bfb2d0fe4bc6 100644 --- a/core/modules/locale/tests/src/Functional/LocaleUpdateBase.php +++ b/core/modules/locale/tests/src/Functional/LocaleUpdateBase.php @@ -9,6 +9,8 @@ use Drupal\Tests\BrowserTestBase; use Drupal\Component\Render\FormattableMarkup; +// cspell:ignore februar januar juni marz + /** * Base class for testing updates to string translations. */ diff --git a/core/modules/migrate/tests/src/Kernel/Plugin/EntityRevisionTest.php b/core/modules/migrate/tests/src/Kernel/Plugin/EntityRevisionTest.php index b2eef6077af1..7cfa65cc4398 100644 --- a/core/modules/migrate/tests/src/Kernel/Plugin/EntityRevisionTest.php +++ b/core/modules/migrate/tests/src/Kernel/Plugin/EntityRevisionTest.php @@ -7,6 +7,8 @@ use Drupal\Tests\migrate\Kernel\MigrateTestBase; use Drupal\Tests\node\Traits\ContentTypeCreationTrait; +// cspell:ignore tabarnak + /** * Tests the EntityRevision destination plugin. * diff --git a/core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestBaseFilledTest.php b/core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestBaseFilledTest.php index 67181147cdff..fe05a4797c5a 100644 --- a/core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestBaseFilledTest.php +++ b/core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestBaseFilledTest.php @@ -7,6 +7,8 @@ use Drupal\node\Entity\NodeType; use Drupal\user\Entity\User; +// cspell:ignore usuario + /** * Runs UpdatePathTestBaseTest with a dump filled with content. * diff --git a/core/modules/views/tests/src/Functional/Plugin/PagerTest.php b/core/modules/views/tests/src/Functional/Plugin/PagerTest.php index f9c70be0813e..b9c2d6694538 100644 --- a/core/modules/views/tests/src/Functional/Plugin/PagerTest.php +++ b/core/modules/views/tests/src/Functional/Plugin/PagerTest.php @@ -7,6 +7,7 @@ use Drupal\views\Views; use Drupal\language\Entity\ConfigurableLanguage; +// cspell:ignore eerste laatste volgende vorige /** * Tests the pluggable pager system. * diff --git a/core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php b/core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php index a5f6703a203b..7caa9c9b0dd7 100644 --- a/core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php +++ b/core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php @@ -4,6 +4,8 @@ use Drupal\language\Entity\ConfigurableLanguage; +// cspell:ignore fichiers + /** * Tests that translated strings in views UI don't override original strings. * diff --git a/core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageNonInteractiveTest.php b/core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageNonInteractiveTest.php index 45f8a52b0dca..082e1f2f6714 100644 --- a/core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageNonInteractiveTest.php +++ b/core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageNonInteractiveTest.php @@ -4,6 +4,8 @@ use Drupal\Tests\BrowserTestBase; +// cspell:ignore montag + /** * Tests translation files for multiple languages get imported during install. * diff --git a/core/tests/Drupal/KernelTests/Core/Datetime/DateFormatterTest.php b/core/tests/Drupal/KernelTests/Core/Datetime/DateFormatterTest.php index 66146cfbccf1..870fea45083a 100644 --- a/core/tests/Drupal/KernelTests/Core/Datetime/DateFormatterTest.php +++ b/core/tests/Drupal/KernelTests/Core/Datetime/DateFormatterTest.php @@ -5,6 +5,8 @@ use Drupal\KernelTests\KernelTestBase; use Drupal\language\Entity\ConfigurableLanguage; +// cspell:ignore marzo + /** * Tests date formatting. * diff --git a/core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php b/core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php index e639d8c346b1..472078f36ccf 100644 --- a/core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php +++ b/core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php @@ -20,6 +20,8 @@ use Symfony\Component\HttpKernel\HttpKernelInterface; use Symfony\Component\HttpKernel\KernelInterface; +// cspell:ignore svenska + /** * @coversDefaultClass \Drupal\Core\EventSubscriber\ActiveLinkResponseFilter * @group EventSubscriber -- GitLab