Skip to content

Commit 0aa36bd

Browse files
committed
Replace Cyrillic with appropriately encoded characters
1 parent 7d5f1b0 commit 0aa36bd

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/StorefrontSortingByPriceForConfigurableWithCatalogRuleAppliedTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<description value="Sort by price should be correct if the apply Catalog Rule to child product of configurable product"/>
1717
<severity value="CRITICAL"/>
1818
<testCaseId value="MAGETWO-69988"/>
19-
<group value="сonfigurable_product"/>
19+
<group value="configurable_product"/>
2020
</annotations>
2121
<before>
2222
<createData entity="ApiCategory" stepKey="createCategory"/>

app/code/Magento/Deploy/Model/Filesystem.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* Generate static files, compile
1818
*
19-
* Сlear generated/code, generated/metadata/, var/view_preprocessed and pub/static directories
19+
* Clear generated/code, generated/metadata/, var/view_preprocessed and pub/static directories
2020
*
2121
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2222
*/
@@ -156,7 +156,7 @@ public function __construct(
156156
public function regenerateStatic(
157157
OutputInterface $output
158158
) {
159-
// Сlear generated/code, generated/metadata/, var/view_preprocessed and pub/static directories
159+
// Clear generated/code, generated/metadata/, var/view_preprocessed and pub/static directories
160160
$this->cleanupFilesystem(
161161
[
162162
DirectoryList::CACHE,

app/code/Magento/Directory/Setup/Patch/Data/InitializeDirectoryData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ public function apply()
437437
['CH', 'VS', 'Wallis'],
438438
['CH', 'ZG', 'Zug'],
439439
['CH', 'ZH', 'Zürich'],
440-
['ES', 'A Coruсa', 'A Coruña'],
440+
['ES', 'A Coruca', 'A Coruña'],
441441
['ES', 'Alava', 'Alava'],
442442
['ES', 'Albacete', 'Albacete'],
443443
['ES', 'Alicante', 'Alicante'],

app/code/Magento/Ui/etc/ui_configuration.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@
560560
<xs:annotation>
561561
<xs:documentation>
562562
The ExportButton component exports grid data to the specified data format (cvs, xml, and so on).
563-
To enable the ExportButton сomponent, add the "exportButton" element with a "selectProvider" item
563+
To enable the ExportButton component, add the "exportButton" element with a "selectProvider" item
564564
to the listing configuration file.
565565
</xs:documentation>
566566
</xs:annotation>

dev/tests/functional/tests/app/Magento/CatalogImportExport/Test/Constraint/AssertImportedProducts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ private function getResultCsv($productSku)
155155
* 'type' => 'simple',
156156
* 'qty' => '100',
157157
* 'weight' => '30',
158-
* 'url_key' => 'simple_url'б,
158+
* 'url_key' => 'simple_url',
159159
* 'website_ids' => [
160160
* '1'
161161
* ]

dev/tests/functional/tests/app/Magento/SalesRule/Test/Constraint/AssertCartPriceRuleApplying.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ abstract protected function assert();
111111
* 4. Clear shopping cart
112112
* 5. Add test product(s) to shopping cart with specify quantity
113113
* 6. If "salesRule/data/coupon_code" not empty:
114-
* - fill "Enter your code" input in Dіscount Codes
114+
* - fill "Enter your code" input in Discount Codes
115115
* - click "Apply Coupon" button
116116
* 7. If "address/data/country_id" not empty:
117117
* On Estimate Shipping and Tax:

dev/tests/static/testsuite/Magento/Test/Legacy/_files/obsolete_properties.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
['_url', 'Magento\Framework\View\Asset\Minified', 'url'],
240240
['_viewUrl', 'Magento\Framework\View\Asset\Minified', 'viewUrl'],
241241
['_logger', 'Magento\Framework\View\Asset\Minified', 'logger'],
242-
['_scopeConfig', 'Magento\Framework\View\Asset\MinifyService', 'сonfig'],
242+
['_scopeConfig', 'Magento\Framework\View\Asset\MinifyService', 'config'],
243243
['_objectManager', 'Magento\Framework\View\Asset\MinifyService', 'objectManager'],
244244
['_enabled', 'Magento\Framework\View\Asset\MinifyService', 'enabled'],
245245
['_minifiers', 'Magento\Framework\View\Asset\MinifyService', 'minifiers'],

lib/internal/Magento/Framework/DB/Query/BatchIteratorInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function current();
3434
/**
3535
* Return the key of the current element
3636
*
37-
* Сan return the number of the current sub-select in the iteration.
37+
* Can return the number of the current sub-select in the iteration.
3838
*
3939
* @return int
4040
*/

lib/internal/Magento/Framework/DB/Query/BatchRangeIterator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public function current()
122122
/**
123123
* Return the key of the current element
124124
*
125-
* Сan return the number of the current sub-select in the iteration.
125+
* Can return the number of the current sub-select in the iteration.
126126
*
127127
* @return int
128128
*/

lib/internal/Magento/Framework/Locale/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class Config implements \Magento\Framework\Locale\ConfigInterface
8181
'ms_Latn_MY', /*Malaysian (Malaysia)*/
8282
'nl_BE', /*Dutch (Belgium)*/
8383
'nl_NL', /*Dutch (Netherlands)*/
84-
'nb_NO', /*Norwegian BokmГ_l (Norway)*/
84+
'nb_NO', /*Norwegian Bokmål (Norway)*/
8585
'nn_NO', /*Norwegian Nynorsk (Norway)*/
8686
'pl_PL', /*Polish (Poland)*/
8787
'pt_BR', /*Portuguese (Brazil)*/

0 commit comments

Comments
 (0)