nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nano-devel] the names in the Easter egg


From: Benno Schulenberg
Subject: [Nano-devel] the names in the Easter egg
Date: Mon, 01 Dec 2014 22:05:10 +0100

Hi,

Preparing to add Mark's name to the "Easter egg scroll", I noticed
that several of the names there belong to translators. But most of
these translaators haven't contributed any translation in the past
ten years, and those that /have/ contributed in this period aren't
listed.

So, to undo this "unfairness", I propose to wipe all translator
names from the scroll: Florian König, Pauli Virtanen, Daniele
Medri, Clement Laforet, and Tedi Heriyanto.

Also I propose to wipe the names of those who have (according to
the Changelogs) made just a single contribution: Sven Guckes, Erik
Andersen, Big Gaute, and Joshua Jensen.  See full patch below.

Any remarks, comments, objections?

Benno


Index: src/winio.c
===================================================================
--- src/winio.c (revision 5096)
+++ src/winio.c (working copy)
@@ -3458,20 +3458,12 @@
        "Rocco Corsi",
        "David Lawrence Ramsey",
        "David Benbennick",
+       "Mark Majeres",
        "Mike Frysinger",
        "Benno Schulenberg",
        "Ken Tyler",
-       "Sven Guckes",
-       NULL,                           /* credits[16], handled below. */
-       "Pauli Virtanen",
-       "Daniele Medri",
-       "Clement Laforet",
-       "Tedi Heriyanto",
        "Bill Soudan",
        "Christian Weisgerber",
-       "Erik Andersen",
-       "Big Gaute",
-       "Joshua Jensen",
        "Ryan Krebs",
        "Albert Chin",
        "",
@@ -3516,15 +3508,6 @@
        N_("Thank you for using nano!")
     };
 
-    /* credits[16]: Make sure this name is displayed properly, since we
-     * can't dynamically assign it above, using Unicode 00F6 (Latin
-     * Small Letter O with Diaresis) if applicable. */
-    credits[16] =
-#ifdef ENABLE_UTF8
-       using_utf8() ? "Florian K\xC3\xB6nig" :
-#endif
-       "Florian K\xF6nig";
-
     if (!old_more_space || !old_no_help) {
        SET(MORE_SPACE);
        SET(NO_HELP);

-- 
http://www.fastmail.com - Or how I learned to stop worrying and
                          love email again




reply via email to

[Prev in Thread] Current Thread [Next in Thread]