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/frontend/ui
Frans de Jonge fbd331dd07
[i18n] Switch `make pot` to xgettext (#5237)
This introduces context to our strings to differentiate them when necessary.

The syntax chosen is `C_()`, following [glib](https://developer.gnome.org/glib/2.28/glib-I18N.html#C-:CAPS).

```lua
local _ = require("gettext")
local C_ = _.pgettext

C_("Menu|StyleTweaks|", "Pages")
```

Closes #5232.
5 years ago
..
data [i18n] Switch `make pot` to xgettext (#5237) 5 years ago
elements [Desktop] Open writable font dir, toggle system+user/user fonts, fix openLink on mac (#5220) 5 years ago
message [fix] Leave size_t alone in FFI stuff: flip that back to size_t (#4629) 5 years ago
network Minor auto_restore_wifi tweaks (#5143) 5 years ago
plugin SwitchPlugin and BackgroundTaskPlugin with tests (#3137) 7 years ago
widget [chore] Remove Polish keyboard (#5223) 5 years ago
downloadmgr.lua PathChooser: clearer usage and behaviour (#4133) 6 years ago
event.lua doc: event propagation for widgets 8 years ago
font.lua split UI agnostic code from font.lua into fontlist.lua 5 years ago
geometry.lua [travis] Add protection against unscaled sizes 7 years ago
gesturerange.lua Text input fixes and enhancements (#4084) 6 years ago
hook_container.lua Move kobo auto-suspension logic out of UIManager (#2933) 7 years ago
language.lua [i18n] Add Slovak to translations (#4548) 5 years ago
menusorter.lua [fix] MenuSorter: don't add empty menu item (#4848) 5 years ago
opdsparser.lua Escape &, < and > when removing CDATA. 6 years ago
otamanager.lua [UX] Offer to restart KOReader after update (#5150) 5 years ago
quickstart.lua [chore] cleanup multi-lines translatable strings 5 years ago
renderimage.lua decouple device from pdfdocument, font & bgr checking 5 years ago
rendertext.lua Faster blitting @ BB8/BBRGB32 when no processing is needed (#4847) 5 years ago
screensaver.lua Update screensaver.lua (#5123) 5 years ago
size.lua Text input fixes and enhancements (#4084) 6 years ago
timeval.lua [fix] TimeVal: add dbg:guard against incorrect subtraction order (#4669) 5 years ago
translator.lua adds "Translation settings" menu 6 years ago
trapper.lua Dict lookups: have them always interruptible 5 years ago
uimanager.lua More robust Gyro toggle (#5104) 5 years ago
wikipedia.lua Wikipedia download: increase timeout 5 years ago