Opened 4 years ago
Closed 4 years ago
#16391 closed bug (fixed)
[WebPositive][easy] Improve Translatability of the Download progress
Reported by: | nielx | Owned by: | pulkomandy |
---|---|---|---|
Priority: | low | Milestone: | R1/beta3 |
Component: | Applications/WebPositive | Version: | R1/beta2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
The DowloadProgressView::_UpdateStatusText() method assembles the progress string piece by piece. This is problematic for languages where the order of the values (completed and total) is the other way aroudn.
From translator fengshuo:
In Chinese, we say "256kB中的12kB". So, is it possible to swap place the two variables? It's ok if this is not possible, I'll just work around this by saying "12kB已下载,总共256kB" (12kB downloaded, total 256kB)\
Change History (2)
comment:1 by , 4 years ago
Status: | new → in-progress |
---|
comment:2 by , 4 years ago
Milestone: | Unscheduled → R1/beta3 |
---|---|
Resolution: | → fixed |
Status: | in-progress → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in hrev54419. That was indeed some pretty bad string building, thanks for reporting!