Skip to content

Commit b276ede

Browse files
committed
Add i18n
1 parent f929a34 commit b276ede

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

Block/Adminhtml/System/Config/Form/Composer/Version.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ public function __construct(
4848
*
4949
* @param \Magento\Framework\Data\Form\Element\AbstractElement $element
5050
* @return string
51+
* @throws \Magento\Framework\Exception\LocalizedException
5152
*/
5253
public function render(\Magento\Framework\Data\Form\Element\AbstractElement $element)
5354
{

Block/Adminhtml/System/Config/Form/Module/Version.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public function __construct(
3434
*
3535
* @param \Magento\Framework\Data\Form\Element\AbstractElement $element
3636
* @return string
37+
* @throws \Magento\Framework\Exception\LocalizedException
3738
*/
3839
public function render(\Magento\Framework\Data\Form\Element\AbstractElement $element)
3940
{

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ If you encounter any problems or bugs, please open an issue on [GitHub](https://
5858

5959
Need help setting up or want to customize this extension to meet your business needs? Please email [email protected] and if we like your idea we will add this feature for free or at a discounted rate.
6060

61-
© MagePal LLC. | www.magepal.com
61+
© MagePal LLC. | [www.magepal.com](http:/www.magepal.com)

composer.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,14 @@
1717
"proprietary"
1818
],
1919
"homepage": "http://www.magepal.com/",
20+
"support": {
21+
"email": "[email protected]",
22+
"issues": "https://github.com/magepal/magento2-preview-checkout-success-page/issues/"
23+
},
2024
"authors": [
2125
{
22-
"name": "MagePal",
23-
"email": "hello@magepal.com",
26+
"name": "Renon Stewart",
27+
"email": "renon@magepal.com",
2428
"homepage": "http://www.magepal.com/",
2529
"role": "Leader"
2630
}
@@ -34,7 +38,7 @@
3438
"magepal/magento2-checkout-success-misc-script":"Add miscellaneous HTML and scripts to your checkout success page"
3539
},
3640
"type": "magento2-module",
37-
"version": "1.0.2",
41+
"version": "1.0.3",
3842
"autoload": {
3943
"files": [
4044
"registration.php"

i18n/en_US.csv

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
"Module Version","Module Version"
2+
"Composer Version","Composer Version"
3+
"Version","Version"
4+
"Enable","Enable"
5+
"Valid for","Valid for"
6+
"Minimum of 3 minutes and Maximum of 15 minutes","Minimum of 3 minutes and Maximum of 15 minutes"
7+
"Order ID","Order ID"
8+
"Save Config & Preview","Save Config & Preview"
9+
"Save Config & View Source","Save Config & View Source"
10+
"Save Config & Open New Window","Save Config & Open New Window"

0 commit comments

Comments
 (0)