mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Turkish Capital Dotted I (İ) does not properly display (Auto-capitalisation issue) #7180
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#7180
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bitigchi on GitHub (Apr 25, 2018).
Please provide the following information
qBittorrent version and Operating System
4.0.4, Windows 10 (10.0.1xxxx)
What is the problem
In Turkish language, the capital version of i is İ, not I; there is a separate dotless small /ı/, On sidebar headers, when auto-capitalised, it displays as I. Therefore "Kategoriler" displays as KATEGORILER, instead of KATEGORİLER. ETIKETLER should be ETİKETLER, İZLEYICILER should be İZLEYİCİLER (see the first letter properly displayed).
What is the expected behavior
/i/ should be displayed as /İ/.
Steps to reproduce
Open the programme.
Extra info(if any)
(type here)
@thalieht commented on GitHub (Apr 25, 2018):
You can help if you want https://github.com/qbittorrent/qBittorrent/wiki/How-to-translate-qBittorrent
@bitigchi commented on GitHub (Apr 25, 2018):
Surely, I would love to! I just wanted to point out that, in fact the translations are correct, but the way they are auto-capitalised causes this error. It is a workaround to translate them in all-caps, but wanted to point out the bug in the way auto-capitalisation is handled in Turkish translation.
@superuser-does commented on GitHub (Dec 25, 2019):
This could be a Qt Framework issue, rather than one specifically with qBittorrent. I haven't been able to find it logged with them, but it's a huge project and I'm not very familiar with their bug tracking processes. Could you see if this is happening in other Qt-based applications?
@xavier2k6 commented on GitHub (Apr 9, 2021):
@bitigchi is this still an issue with qBittorrent 4.3.4.1 which now uses Qt 5.15.2?
@bitigchi commented on GitHub (Apr 9, 2021):
I am sorry, I don't have access to my Windows machine right now, and won't be able to check at least till the end of the year. If I may request, would it be possible to check on your side via manually changing the language? The examples above should be clear for observing.
@luzpaz commented on GitHub (Mar 25, 2022):
@bitigchi can you recheck now?
@bitigchi commented on GitHub (Mar 25, 2022):
Still reproducible with the current version.
@luzpaz commented on GitHub (Mar 25, 2022):
current version? Care to explicitly add that for posterity? Thx!
@bitigchi commented on GitHub (Mar 25, 2022):
Oh, sorry. 4.4.2, latest one as of today.
@bitigchi commented on GitHub (Mar 11, 2023):
I think this can be fixed via using
QLocale::toUpper(andQLocale::toLowerwhere applicable).@xavier2k6 commented on GitHub (Aug 23, 2024):
@bitigchi Please test with qBittorrent 4.6.6 or v5.0RC1 & feedback.
@bitigchi commented on GitHub (Aug 30, 2024):
Issue persists with 5.0 RC1.