Files
koreader/frontend
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.
2019-08-21 22:18:14 +02:00
..
2014-03-13 21:52:43 +08:00
2019-01-03 08:56:29 +01:00
2018-09-29 23:15:57 +02:00
2017-04-14 11:40:35 -07:00
2019-01-03 08:56:29 +01:00