mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-04-03 12:01:28 +03:00
Update README.md
This commit is contained in:
@@ -67,11 +67,12 @@ You can translate QDiskInfo to your language very easily using [Crowdin](https:/
|
|||||||
```sh
|
```sh
|
||||||
LC_ALL=de_DE.UTF-8 ./QDiskInfo
|
LC_ALL=de_DE.UTF-8 ./QDiskInfo
|
||||||
```
|
```
|
||||||
to force the app to use the language of your choice.
|
to force the app to use the language of your choice.<br>
|
||||||
<br>If changes were made to the original strings you can use the `lupdate` command to update the .ts files, for example to update the German translation file you would run
|
<br>If changes were made to the original strings and your Qt version is <6.7 you can use the `lupdate` command to update the .ts files, for example to update the German translation file you would run
|
||||||
```sh
|
```sh
|
||||||
lupdate src/ -ts translations/qdiskinfo_de_DE.ts -noobsolete
|
lupdate src/ -ts translations/qdiskinfo_de_DE.ts -noobsolete
|
||||||
```
|
```
|
||||||
|
For Qt >=6.7 this is done automatically when running `make`.
|
||||||
|
|
||||||
## Common Issues
|
## Common Issues
|
||||||
### Icons are Missing
|
### Icons are Missing
|
||||||
|
|||||||
Reference in New Issue
Block a user