2
0
mirror of https://github.com/koreader/koreader synced 2024-11-06 09:20:32 +00:00
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
2023-02-20 09:56:04 +01:00
..
_meta.lua A few small design fixes (#7933) 2021-07-05 12:38:24 +02:00
calendarview.lua Calendar view: properly use datetime module (#9893) 2022-12-11 10:16:43 +01:00
main.lua Fix N_() usages, rearrange a SQL select (#10146) 2023-02-20 09:56:04 +01:00
readerprogress.lua Duration format: add "Letters" format (1h30m10s) (#9924) 2023-02-12 23:22:11 +01:00