From 9eb975f88f26cb1f7f32e35af802da534287e80c Mon Sep 17 00:00:00 2001 From: Max Janorschke Date: Fri, 24 May 2024 13:16:14 +0200 Subject: [PATCH] chore: :sparkles: Adjust Readme and remove pnpm Workspace --- README.md | 4 ++-- pnpm-workspace.yaml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 pnpm-workspace.yaml 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/**"