mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
doc: add document about how to update crowdin.ts
This commit is contained in:
parent
4a17dff7a1
commit
d2fbacdd1a
11
website/docs/howto/how to update crowdin.ts file.md
Normal file
11
website/docs/howto/how to update crowdin.ts file.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
This project uses crowdin to organize all the transactions.When some new transactions items are added.The crowdin.ts file needs to be updated to reflect the changes. Then crowdin will automatically generate all other transactions in different languages(Though all these translations still need to be translated manually or by Machine Translation).
|
||||
|
||||
# how to update the crowdin.ts file
|
||||
|
||||
```
|
||||
lupdate-pro.exe -no-obsolete -no-ui-lines goldendict.pro -ts locale\crowdin.ts
|
||||
```
|
||||
|
||||
the option `-no-obsolete` will remove obsolete items from crowdin.ts file.
|
||||
|
||||
the option `-no-ui-lines` will not generate line numbers in the crowdin.ts file. The line numbers changes too often which will make too much code changes between commits.
|
|
@ -54,4 +54,5 @@ nav:
|
|||
- Use .clang-format: howto/how to use .clang-format to format the code.md
|
||||
- Breadpad crash analysis: howto/how to use breadpad crash analysis.md
|
||||
- Build ffmpeg on Windows: howto/how to build ffmpeg for visual studio.md
|
||||
- How to update the crowdin.ts file: howto/how to update crowdin.ts file.md
|
||||
- 中文文档: index_cn.md
|
||||
|
|
Loading…
Reference in a new issue