translateWithId added

This commit is contained in:
davideraccagni 2022-04-20 20:29:18 +02:00
commit 4805b8e862
5 changed files with 25 additions and 2495 deletions

View file

@ -19,7 +19,7 @@ cd carbon-components-svelte
Set the original repository as the upstream:
```sh
git remote add upstream git@github.com:IBM/carbon-components-svelte.git
git remote add upstream git@github.com:carbon-design-system/carbon-components-svelte.git
# verify that the upstream is added
git remote -v
```