Skip to content

Commit

Permalink
add missing translations (#1866)
Browse files Browse the repository at this point in the history
* Update version number

* add public / private i18n

* add missing translations
  • Loading branch information
kieckhafer authored and mikemurray committed Feb 21, 2017
1 parent 643642d commit 77e6af6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class PublishControls extends Component {
renderAddButton() {
return (
<FlatButton
i18nKeyTooltip={"app.shortcut.addProduct"}
i18nKeyTooltip="app.shortcut.addProductLabel"
icon={"fa fa-plus"}
tooltip={"Add Product"}
onClick={this.props.onAddProduct}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "reaction",
"description": "Reaction is a modern reactive, real-time event driven ecommerce platform.",
"version": "0.19.0",
"version": "0.20.0",
"main": "main.js",
"directories": {
"test": "tests"
Expand Down
8 changes: 7 additions & 1 deletion private/data/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,13 @@
"notFoundError": "Page not found.",
"productNotFound": "This product was not found.",
"loadMoreProducts": "Load more products",
"noProductsFound": "No products found."
"noProductsFound": "No products found.",
"private": "Private",
"public": "Public",
"shortcut": {
"addProductLabel": "Add Product",
"accountsLabel": "Accounts"
}
},
"searchSettings": {
"productSearchSettings": {
Expand Down

0 comments on commit 77e6af6

Please sign in to comment.