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/evernote.koplugin
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
..
_meta.lua [fix, lang] Typo in Evernotes description (#4173) 6 years ago
clip.lua [doc] Tag @todo, @fixme and @warning (#5244) 5 years ago
main.lua [feat, i18n] Implement ngettext (#5257) 5 years ago
note.tpl export highlighted rect in scanned page to Evernote 10 years ago
slt2.lua [doc] Tag @todo, @fixme and @warning (#5244) 5 years ago