From 050cc5f1789a45b0dd46c2c6d45d4b629f229a98 Mon Sep 17 00:00:00 2001 From: saturneric Date: Fri, 5 Apr 2024 21:07:05 +0800 Subject: [PATCH] fix: sync from @jermanuts at branch main --- src/content/docs/appendix/translate-interface.md | 6 ++++-- src/content/docs/overview/{contract.md => contact.md} | 0 2 files changed, 4 insertions(+), 2 deletions(-) rename src/content/docs/overview/{contract.md => contact.md} (100%) diff --git a/src/content/docs/appendix/translate-interface.md b/src/content/docs/appendix/translate-interface.md index 6c02085..a512251 100644 --- a/src/content/docs/appendix/translate-interface.md +++ b/src/content/docs/appendix/translate-interface.md @@ -6,8 +6,8 @@ sidebar: GpgFrontend is designed to support multiple languages, but requires volunteer contributions to achieve this goal. Fortunately, translation work does not -require an understanding of difficult technology. Volunteers only need to move -their fingers to complete. +require an understanding of difficult technology. Volunteers simply need to use +their skills to get the job done and make it accessible to everyone. ## Work Offline @@ -24,6 +24,8 @@ GpgFrontend uses the tools provided by this library. 1. Download or clone source code [HERE](https://github.com/saturneric/GpgFrontend) 2. You will find some ts files(.ts) at path `resource/lfs/locale/ts` +3. Add a new language: Create a new file; see [locale codes](https://saimana.com/list-of-country-locale-code/). +4. To edit or update an existing language, navigate to the path `resource/lfs/locale/ts`. ### Before starting your work diff --git a/src/content/docs/overview/contract.md b/src/content/docs/overview/contact.md similarity index 100% rename from src/content/docs/overview/contract.md rename to src/content/docs/overview/contact.md