Skip to content

Commit

Permalink
Added lang file key
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdrake committed May 31, 2021
1 parent fdca16d commit 2757db3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
### Removed --->

## 0.5.1 - 2021-05-31
### Fixed
- Missing key in lang file

## 0.5.0 - 2021-05-31
### Added
- Language support
Expand Down
2 changes: 1 addition & 1 deletion config/package.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
|
*/

'version' => '0.5.0',
'version' => '0.5.1',

];
1 change: 1 addition & 0 deletions resources/lang/en/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@
'back_to_product_categories' => 'back to product categories',
'create_product_category' => 'create product category',
'edit_product_category' => 'edit product category',
'add_product_category' => 'add product category',
'product_category' => 'product category',
'yes' => 'yes',
'no' => 'no',
Expand Down

0 comments on commit 2757db3

Please # to comment.