I18n: update ts (#1009)

* i18n: update ts

* doc: update docs
This commit is contained in:
xiaoyifang 2023-07-27 07:39:49 +08:00 committed by GitHub
parent dbb11e293b
commit 25a04e59f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 1073 deletions

File diff suppressed because it is too large Load diff

View file

@ -3,7 +3,7 @@ This project uses crowdin to organize all the transactions.When some new transac
# how to update the crowdin.ts file
```
lupdate-pro.exe -no-obsolete -no-ui-lines goldendict.pro -ts locale\crowdin.ts
lupdate-pro.exe -no-obsolete -no-ui-lines -locations none goldendict.pro -ts locale\crowdin.ts
```
the option `-no-obsolete` will remove obsolete items from crowdin.ts file.