[ts]update crowdin.ts and document

This commit is contained in:
YiFang Xiao 2024-09-10 21:33:06 +08:00
parent b392c83e86
commit a36f218df2
2 changed files with 2713 additions and 2747 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 # how to update the crowdin.ts file
``` ```
lupdate-pro.exe -no-obsolete -no-ui-lines -locations none goldendict.pro -ts locale\crowdin.ts lupdate.exe -no-obsolete -no-ui-lines -locations none .\src\ -ts .\locale\crowdin.ts
``` ```
the option `-no-obsolete` will remove obsolete items from crowdin.ts file. the option `-no-obsolete` will remove obsolete items from crowdin.ts file.