We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01bb21d commit f0f0934Copy full SHA for f0f0934
app/code/Magento/Translation/Model/Js/DataProvider.php
@@ -1,6 +1,6 @@
1
<?php
2
/**
3
- * Copyright © 2013-2017 Magento, Inc. All rights reserved.
+ * Copyright © 2016 Magento. All rights reserved.
4
* See COPYING.txt for license details.
5
*/
6
@@ -111,8 +111,9 @@ public function getData($themePath)
111
$dictionary[$phrase] = $translatedPhrase;
112
}
113
} catch (\Exception $e) {
114
- throw new LocalizedException(sprintf(__('Error while translating phrase "%s" in file %s.'),
115
- $phrase, $filePath[0]));
+ throw new LocalizedException(
+ sprintf(__('Error while translating phrase "%s" in file %s.'), $phrase, $filePath[0])
116
+ );
117
118
119
0 commit comments