From 4c375e1c6627c4db20d3ddc28f8d987f7f8d51ec Mon Sep 17 00:00:00 2001 From: "Fletcher T. Penney" Date: Thu, 19 Jan 2017 17:12:10 -0500 Subject: [PATCH] FIXED: Clean up translations (somewhat) --- src/localization.h | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/src/localization.h b/src/localization.h index 3c23324..9f87259 100644 --- a/src/localization.h +++ b/src/localization.h @@ -16,9 +16,6 @@ Copyright © 2016 - 2017 Fletcher T. Penney. - - - */ @@ -32,8 +29,7 @@ #include - -#define kNumberOfLanguages 4 +#define kNumberOfLanguages 2 #define kNumberOfStrings 3 #define kLanguage 0 @@ -62,18 +58,12 @@ 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, }; -- 2.40.0