-
User API
--------
Based on `gettext` principles, but focused on simplicity.
Usage example:
```C
#include "lv_i18n.h" // library
#include "translations.h" // generated translations
…
-
I'm missing a file, and [this commit](https://github.com/tim-janik/beast/commit/46f4c00e4d6e8aea8e7e74562bf6534966ecfcf8) seems to suggest it's generated.
I can't figure out how that should happen,…
-
On a brand new MSYS2 installation
after installing
- base-devel
- mingw-w64-x86_64-toolchain
`MINGW_INSTALLS=mingw64 makepkg-mingw -sCLf` fails
what is missing here?
Build log:
```
$ M…
-
```
Traceback (most recent call last):
File "/usr/local/bin/b2", line 9, in
load_entry_point('b2==0.5.7', 'console_scripts', 'b2')()
File "build/bdist.freebsd-10.3-STABLE-amd64/egg/b2/console_tool…
-
Some message strings are missing `_()` gettext translation.
- alias.c: `mutt_message("Trouble adding alias: %s.", strerror(errno));`
- copy.c: `mutt_error("The length calculation was wrong by %ld …
-
Reported on Discord by bakert#2193
-
In PHP we could use them with http://php.net/manual/de/function.ngettext.php
-
https://github.com/shnupta/bric/blob/8f79d01e2f8a6dd9915b409d3b7dd4bb808bd976/src/bric.c#L1006
I suggest 2 things happen to this string.
1. Use ngettext() to support plural forms
2. combine th…
-
Similarly to https://github.com/pbs-assess/gfplot/issues/50 (and do both at same time).
I created a new branch `merge-from-master` by the following:
```
git co master
git cb merge-from-mas…
-
When I run game `SKDATA=data ./src/7kaa` it will run with sort of enabled scaling, so I can see only 1/4 of screen. Any args how to disable scaling on hiDPI displays?