aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturn&Eric <[email protected]>2024-03-18 16:37:18 +0000
committerGitHub <[email protected]>2024-03-18 16:37:18 +0000
commit1485de8b9e6fb14f5b483ca55dd3a8d4be665c7d (patch)
tree46c42a05e3d626075c3e22fc13ed746a6b911f69
parentMerge pull request #134 from saturneric/doc/2.1.2/main (diff)
parentAdd more detailed translation process (diff)
downloadGpgFrontend-1485de8b9e6fb14f5b483ca55dd3a8d4be665c7d.tar.gz
GpgFrontend-1485de8b9e6fb14f5b483ca55dd3a8d4be665c7d.zip
Merge pull request #141 from jermanuts/main
Update Translate Interface guide
-rw-r--r--manual/contribute/translate-interface.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/manual/contribute/translate-interface.md b/manual/contribute/translate-interface.md
index 7f09da54..2fd1e951 100644
--- a/manual/contribute/translate-interface.md
+++ b/manual/contribute/translate-interface.md
@@ -2,8 +2,7 @@
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
@@ -20,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