Skip to content

Commit

Permalink
Add translation (i18n) file
Browse files Browse the repository at this point in the history
  • Loading branch information
srenon committed Mar 21, 2018
1 parent a9e4315 commit cdad363
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 3 deletions.
36 changes: 36 additions & 0 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@


<!--- Before adding a new issue, please check all closed and existing issues to make sure this is not a duplicate -->


#### Magento version #:

#### Edition (EE, CE, OS, etc):

#### Expected behavior:

#### Actual behavior:

#### Steps to reproduce:

#### Preconditions
<!--- Provide a more detailed information of environment you use -->
<!--- Magento version, tag, HEAD, etc., PHP & MySQL version, etc.. -->


<!---
PLEASE NOTE:
We receive multiple emails & support tickets almost daily asking for help.
In most cases these issues have nothing to do with our extension and mostly
caused by lack of basic Magento knowledge or not following installation instructions.
At MagePal, our goal is to develop a wide variety of both free and paid extension
and due to our limited resources, our main focus are fixing reported bugs and developing
other great extensions.
Because of this, we cannot provide free support for our free extensions.
However, we do offer very affordable support options and/or training.
For more information visit www.magepal.com or email us at [email protected].
-->
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Reindex your Magento 2 store quickly and easily from backend/admin. Ideal for pr
```
composer require magepal/magento2-reindex
```
##### Manually
##### Manually (not recommended)
* Download the extension
* Unzip the file
* Create a folder {Magento 2 root}/app/code/MagePal/Reindex
Expand All @@ -37,4 +37,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.
© MagePal LLC. | [www.magepal.com](http:/www.magepal.com)
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"magento/framework": "100.0.*|100.1.*|101.0.*"
},
"type": "magento2-module",
"version": "1.0.2",
"version": "1.0.3",
"license": [
"proprietary"
],
Expand Down
4 changes: 4 additions & 0 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
<tab>magepal</tab>
<resource>MagePal_Reindex::config_magepal_reindex</resource>
<group id="about" showInDefault="1" showInStore="1" showInWebsite="1" sortOrder="0" translate="label">
<attribute type="expanded">1</attribute>
<label>About MagePal Reindex</label>
<comment><![CDATA[ <strong>Copyright © 2018 <a href="http://bit.ly/MPEXRI" target="_blank">www.magepal.com</a> / <a href="mailto:[email protected]">[email protected]</a></strong><br />
Thanks for choosing MagePal Extensions. Trusted by 1000's of developers worldwide.<br/><br/>
<hr style="border-top: 1px solid #e3e3e3" /> ]]></comment>
<field id="module_version" translate="label" type="label" sortOrder="0" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Module Version</label>
<frontend_model>MagePal\Reindex\Block\Adminhtml\System\Config\Form\Module\Version</frontend_model>
Expand Down
7 changes: 7 additions & 0 deletions i18n/en_US.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"Module Version","Module Version"
"Composer Version","Composer Version"
"Configuration","Configuration"
"Please select indexers.","Please select indexers."
"Reindex %1 indexer(s).","Reindex %1 indexer(s)."
"We couldn't reindex because of an error.","We couldn't reindex because of an error."
"Reindex","Reindex"

0 comments on commit cdad363

Please sign in to comment.