Skip to content

Commit

Permalink
feat: Add translations (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
Venatum authored Dec 4, 2023
2 parents d16faa6 + e56855a commit 5f53655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ The required consents are up to your needs, you may use:
- `stores`: The list of stores on the shop (read only)
- `suppliers`: List of suppliers of shop (read only)
- `taxonomies`: Advanced categories available on the shop (read only)
- `translations`: The list of translations available on the shop (read only)
- `wishlists`: The anonymized wishlists of the customers (read only)

| `info` is mandatory.
Expand Down
1 change: 1 addition & 0 deletions ps_tech_vendor_boilerplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ public function getContent()
'stores',
'suppliers',
'taxonomies',
'translations',
'wishlists',
]),
]);
Expand Down

0 comments on commit 5f53655

Please sign in to comment.