- Overhaul for efficiency, and make sure the xlcredits
translations are done after initialization in order to avoid
an error when compiling with -pedantic. (David Benbennick)
+ do_yesno()
+ - Add a comment to encourage translators to use both native and
+ English shortcuts, if possible. (Jordi)
- configure.ac:
- Add tests for isblank(), strcasestr(), and strnlen(), and
define _GNU_SOURCE so that the tests work properly. Increase
/* Yes, no and all are strings of any length. Each string consists
* of all characters accepted as a valid character for that value.
- * The first value will be the one displayed in the shortcuts. */
+ * The first value will be the one displayed in the shortcuts.
+ * Translators: if possible, specify both the shortcuts for your
+ * language and English. For example, in French: "OoYy" for "Oui". */
yesstr = _("Yy");
nostr = _("Nn");
allstr = _("Aa");