]> granicus.if.org Git - multimarkdown/commitdiff
FIXED: Clean up translations (somewhat)
authorFletcher T. Penney <fletcher@fletcherpenney.net>
Thu, 19 Jan 2017 22:12:10 +0000 (17:12 -0500)
committerFletcher T. Penney <fletcher@fletcherpenney.net>
Thu, 19 Jan 2017 22:12:10 +0000 (17:12 -0500)
src/localization.h

index 3c233248553d7eeb8b71ee0376c7e7eed37dad3e..9f8725975d6945a7bbf78f922e333d5cd6449ae0 100644 (file)
@@ -16,9 +16,6 @@
 
        Copyright © 2016 - 2017 Fletcher T. Penney.
 
-
-       
-
 */
 
 
@@ -32,8 +29,7 @@
 #include <stdlib.h>
 
 
-
-#define kNumberOfLanguages 4
+#define kNumberOfLanguages 2
 #define kNumberOfStrings 3
 #define kLanguage 0
 
 static const char * lc_lookup[kNumberOfLanguages * kNumberOfStrings] = {
        "return to body",
        "return to body",
-       "return to body",
-       "return to le body",
 
-       "see footnote",
-       "see footnote",
        "see footnote",
        "Ver nota de pie",
 
        "see citation",
        "see citation",
-       "see citation",
-       "ver citation",
 };
 
 
@@ -103,8 +93,6 @@ static inline const char * Translate(unsigned long x, int l) {
 // https://en.wikipedia.org/wiki/ISO_639-1
 enum lc_languages {
        LC_EN = 0,                      //!< English is default
-       LC_FR,
-       LC_DE,
        LC_ES,
 };