Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into tommy/orders-remov…
Browse files Browse the repository at this point in the history
…e-mock
  • Loading branch information
tjwiebell committed Nov 3, 2020
2 parents bb4d380 + b677ed2 commit 115c3ac
Show file tree
Hide file tree
Showing 5 changed files with 410 additions and 2 deletions.
13 changes: 13 additions & 0 deletions packages/extensions/venia-sample-language-packs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# venia-sample-language-packs

This package provides demo language packs beyond the `en_US.json` provided in
venia-ui.

## Installation

To install this pack, just add it as devDependency to `venia-concept` or your
project:

Example:

`yarn workspace @magento/venia-concept add @magento/venia-sample-language-packs -D`
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = targets => {
const builtins = targets.of('@magento/pwa-buildpack');

builtins.specialFeatures.tap(features => {
features[targets.name] = { i18n: true };
});
};
Loading

0 comments on commit 115c3ac

Please # to comment.