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
Frans de Jonge 2c555830f9
[feat, i18n] Implement ngettext (#5257)
Fixes <https://github.com/koreader/koreader/issues/5249>.

See https://www.gnu.org/software/gettext/manual/html_node/Plural-forms.html and https://www.gnu.org/software/gettext/manual/html_node/Translating-plural-forms.html for more information.

Usage:
```lua
local T = ffiUtil.template
local _ = require("gettext")
local N_ = _.ngettext

local items_string = T(N_("1 item", "%1 items", num_items), num_items)
```
5 years ago
..
SSH.koplugin [UX] SSH: double info dialog timeout (#4417) 5 years ago
autofrontlight.koplugin [Fix] Don't load disabled plugins (#4169) 6 years ago
autosuspend.koplugin Move AutoSuspend menu to the Plugin itself 5 years ago
backgroundrunner.koplugin [doc] Tag @todo, @fixme and @warning (#5244) 5 years ago
batterystat.koplugin Keep some menus open when Tap or Hold (#4189) 6 years ago
calibrecompanion.koplugin [doc] Tag @todo, @fixme and @warning (#5244) 5 years ago
coverbrowser.koplugin [feat, i18n] Implement ngettext (#5257) 5 years ago
evernote.koplugin [feat, i18n] Implement ngettext (#5257) 5 years ago
goodreads.koplugin [CI] Switch to custom xgettext build to extract multiline strings (#5242) 5 years ago
hello.koplugin [feat] MenuSorter: add sorting_hint support (#4399) 6 years ago
keepalive.koplugin [feat] Add support for BQ/Fnac devices (#4294) 6 years ago
kosync.koplugin [i18n] Add translator notes (#5250) 5 years ago
newsdownloader.koplugin [doc] Tag @todo, @fixme and @warning (#5244) 5 years ago
perceptionexpander.koplugin [fix, plugin] Change perception expander plugin behaviors (#5051) 5 years ago
readtimer.koplugin Keep some menus open when Tap or Hold (#4189) 6 years ago
send2ebook.koplugin [doc] Tag @todo, @fixme and @warning (#5244) 5 years ago
statistics.koplugin [fix, i18n] Make two strings translatable (#5256) 5 years ago
systemstat.koplugin [i18n] Add translator notes (#5250) 5 years ago
terminal.koplugin Keep some menus open when Tap or Hold (#4189) 6 years ago
texteditor.koplugin [CI] Switch to custom xgettext build to extract multiline strings (#5242) 5 years ago
timesync.koplugin [doc] Tag @todo, @fixme and @warning (#5244) 5 years ago
wallabag.koplugin [doc] Tag @todo, @fixme and @warning (#5244) 5 years ago
zsync.koplugin Fix: Zsync -> Subscribe to book share crashes (#5184) 5 years ago