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