From 25e9fa1ba6ad9490b540be1814b450d1f964c08b Mon Sep 17 00:00:00 2001 From: AbnerLee Date: Fri, 14 Jul 2023 18:02:06 +0800 Subject: [PATCH] Update Readme.md relates #382 --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index bc4b532..d9ec920 100755 --- a/Readme.md +++ b/Readme.md @@ -15,6 +15,10 @@ gawk 'BEGIN { FS=" = " } { print $1 }' Base.lproj/Welcome.strings > base-keys gawk 'BEGIN { FS=" = " } { print $1 }' it-IT.lproj/Welcome.strings > it-keys ``` +#### Find translation progress and all missing labels + +[@Hayao081](https://github.com/Hayao0819) also made a script to quickly find untranslated labels and translation process of given languages. You can refer to #382 for more details. + ### Add a new language Interface 1. Check our issue list to see if there are already someone else translating the text recourse to your language. If not, open an issue to tell others that you doing the translation, in order to avoid duplicate work.