Skip to content

Commit

Permalink
Add i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
srenon committed Mar 30, 2018
1 parent f929a34 commit b276ede
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
1 change: 1 addition & 0 deletions Block/Adminhtml/System/Config/Form/Composer/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public function __construct(
*
* @param \Magento\Framework\Data\Form\Element\AbstractElement $element
* @return string
* @throws \Magento\Framework\Exception\LocalizedException
*/
public function render(\Magento\Framework\Data\Form\Element\AbstractElement $element)
{
Expand Down
1 change: 1 addition & 0 deletions Block/Adminhtml/System/Config/Form/Module/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public function __construct(
*
* @param \Magento\Framework\Data\Form\Element\AbstractElement $element
* @return string
* @throws \Magento\Framework\Exception\LocalizedException
*/
public function render(\Magento\Framework\Data\Form\Element\AbstractElement $element)
{
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ If you encounter any problems or bugs, please open an issue on [GitHub](https://

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.

© MagePal LLC. | www.magepal.com
© MagePal LLC. | [www.magepal.com](http:/www.magepal.com)
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@
"proprietary"
],
"homepage": "http://www.magepal.com/",
"support": {
"email": "[email protected]",
"issues": "https://github.com/magepal/magento2-preview-checkout-success-page/issues/"
},
"authors": [
{
"name": "MagePal",
"email": "hello@magepal.com",
"name": "Renon Stewart",
"email": "renon@magepal.com",
"homepage": "http://www.magepal.com/",
"role": "Leader"
}
Expand All @@ -34,7 +38,7 @@
"magepal/magento2-checkout-success-misc-script":"Add miscellaneous HTML and scripts to your checkout success page"
},
"type": "magento2-module",
"version": "1.0.2",
"version": "1.0.3",
"autoload": {
"files": [
"registration.php"
Expand Down
10 changes: 10 additions & 0 deletions i18n/en_US.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
"Module Version","Module Version"
"Composer Version","Composer Version"
"Version","Version"
"Enable","Enable"
"Valid for","Valid for"
"Minimum of 3 minutes and Maximum of 15 minutes","Minimum of 3 minutes and Maximum of 15 minutes"
"Order ID","Order ID"
"Save Config & Preview","Save Config & Preview"
"Save Config & View Source","Save Config & View Source"
"Save Config & Open New Window","Save Config & Open New Window"

0 comments on commit b276ede

Please sign in to comment.