diff --git a/README.md b/README.md index 0989dfe..be67731 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ pnpm i ``` - Adjust custom settings in `index.html` -- Adjust app name in `src\context\LanguageContext\locales` -- Replace `` and `` in `src/renderer/components/Todo/TodoLink.tsx` with the related GitHub information +- Adjust app name in `public\locales\de\common.json` and `public\locales\en\common.json` +- Replace `` and `` in `src\components\Todo\TodoLink.tsx` with the related GitHub information ## :nut_and_bolt: Starting Development diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml deleted file mode 100644 index b2d389b..0000000 --- a/pnpm-workspace.yaml +++ /dev/null @@ -1,2 +0,0 @@ -packages: - - "src/**"