Skip to content

Commit 5304de8

Browse files
committed
MAGETWO-64557: User can change the Interface Locale only to locales that are already deployed
1 parent 2d4a61b commit 5304de8

File tree

1 file changed

+6
-3
lines changed
  • dev/tests/functional/lib/Magento/Mtf/Util/Command

1 file changed

+6
-3
lines changed

dev/tests/functional/lib/Magento/Mtf/Util/Command/Locales.php

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@
1313
*/
1414
class Locales
1515
{
16-
/**#@+
17-
* Constants for locales fetching type.
16+
/**
17+
* Type key for fetching all configuration locales.
1818
*/
1919
const TYPE_ALL = 'all';
20+
21+
/**
22+
* Type key for fetching locales that have deployed static content.
23+
*/
2024
const TYPE_DEPLOYED = 'deployed';
21-
/**#@-*/
2225

2326
/**
2427
* Url to locales.php.

0 commit comments

Comments
 (0)