Skip to content

Commit 2757db3

Browse files
committed
Added lang file key
1 parent fdca16d commit 2757db3

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
### Fixed
2121
### Removed --->
2222

23+
## 0.5.1 - 2021-05-31
24+
### Fixed
25+
- Missing key in lang file
26+
2327
## 0.5.0 - 2021-05-31
2428
### Added
2529
- Language support

config/package.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
|
1414
*/
1515

16-
'version' => '0.5.0',
16+
'version' => '0.5.1',
1717

1818
];

resources/lang/en/lang.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@
167167
'back_to_product_categories' => 'back to product categories',
168168
'create_product_category' => 'create product category',
169169
'edit_product_category' => 'edit product category',
170+
'add_product_category' => 'add product category',
170171
'product_category' => 'product category',
171172
'yes' => 'yes',
172173
'no' => 'no',

0 commit comments

Comments
 (0)