You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/plugins/statistics.koplugin
melyux 55259846a8
Fix N_() usages, rearrange a SQL select (#10146)
Fix some of my early blunders in using the `N_()` gettext function. Mini-PR from https://github.com/koreader/koreader/pull/9924#discussion_r1104298501 (@Frenzie).

There was also one line for generating this same `%1 (%2 pages)` text that confusingly uses different ordering in the SQL query output; switched the two SELECT arguments around to make it match the other 5 usages. Works the same as before
1 year ago
..
_meta.lua A few small design fixes (#7933) 3 years ago
calendarview.lua Calendar view: properly use datetime module (#9893) 1 year ago
main.lua Fix N_() usages, rearrange a SQL select (#10146) 1 year ago
readerprogress.lua Duration format: add "Letters" format (1h30m10s) (#9924) 1 year ago