diff options
Diffstat (limited to 'src/content/docs/appendix/translate-interface.md')
-rw-r--r-- | src/content/docs/appendix/translate-interface.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/content/docs/appendix/translate-interface.md b/src/content/docs/appendix/translate-interface.md index 6eed5a6..c2e1f99 100644 --- a/src/content/docs/appendix/translate-interface.md +++ b/src/content/docs/appendix/translate-interface.md @@ -21,7 +21,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` +2. You will find some ts files(.ts) at path + [`resource/lfs/locale/ts`](https://github.com/saturneric/GpgFrontend/tree/main/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`. |