XITRIX / iTorrent

Torrent client for iOS 16+
2.17k stars 202 forks source link

Corrected some translations and added translation for Trackers list function #354

Closed nijinekoyo closed 1 month ago

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

nijinekoyo commented 1 month ago

By the way, in China, people rarely use units such as 字节 to express storage and speed. They usually use English units such as B/s and MB/s to describe image I don't know if you can fix this.

XITRIX commented 1 month ago

Thanks for your contribution!

Unfortunately I'm not sure if I can fix this units translation because I ask iOS's formatter to transform bytes amount into human readable value, which includes shortening it to MB/GB etc and adding the translated unit it self. The only solution is to rewrite this logic and add units translation by myself, but for now I'm not ready to do that