diff options
author | jermanuts <[email protected]> | 2024-03-18 15:58:00 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-03-18 15:58:00 +0000 |
commit | 6c84fd3394c8b89110be541b522cff0d5eeb375d (patch) | |
tree | 46c42a05e3d626075c3e22fc13ed746a6b911f69 | |
parent | rephrase translate-interface.md (diff) | |
download | GpgFrontend-6c84fd3394c8b89110be541b522cff0d5eeb375d.tar.gz GpgFrontend-6c84fd3394c8b89110be541b522cff0d5eeb375d.zip |
Add more detailed translation process
-rw-r--r-- | manual/contribute/translate-interface.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manual/contribute/translate-interface.md b/manual/contribute/translate-interface.md index c5a3f7fa..2fd1e951 100644 --- a/manual/contribute/translate-interface.md +++ b/manual/contribute/translate-interface.md @@ -19,6 +19,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 |