]> git.wh0rd.org Git - nano.git/commitdiff
Add a translation comment so translators use both their shortcuts as well as the...
authorJordi Mallach <jordi@gnu.org>
Fri, 25 Jun 2004 22:43:09 +0000 (22:43 +0000)
committerJordi Mallach <jordi@gnu.org>
Fri, 25 Jun 2004 22:43:09 +0000 (22:43 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1818 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
src/winio.c

index 83331df7e609049c8dee5d48754066a61308343f..012ef3436fb11f92a1115330e072a54a61dccbd7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -403,6 +403,9 @@ CVS code -
        - 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
index a01a91c975a8dc5058824f8c1b2eb963da0fe21b..2c1bd54db30f74a1afb6a08336d4472076d223f8 100644 (file)
@@ -2828,7 +2828,9 @@ int do_yesno(int all, const char *msg)
 
     /* 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");