From f886c114ebd1027618550e23b2517876a1c20ef6 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 29 Dec 2016 21:52:35 -0800 Subject: [PATCH] Further work to improve language configuration :/. --- MobileCydia.mm | 5 ++--- apt | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/MobileCydia.mm b/MobileCydia.mm index 2a694ee6..ce79ef78 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -10325,7 +10325,7 @@ int main(int argc, char *argv[]) { } languages += "en"; - NSLog(@"Setting Language: %s", languages.c_str()); + NSLog(@"Setting Language: [%s] %s", translation, languages.c_str()); /* }}} */ /* Index Collation {{{ */ if (Class $UILocalizedIndexedCollation = objc_getClass("UILocalizedIndexedCollation")) { @try { @@ -10579,8 +10579,7 @@ int main(int argc, char *argv[]) { if (translation != NULL) _config->Set("APT::Acquire::Translation", translation); - if (!languages.empty()) - _config->Set("Acquire::Languages", languages); + _config->Set("Acquire::Languages", languages); // XXX: this timeout might be important :( //_config->Set("Acquire::http::Timeout", 15); diff --git a/apt b/apt index 22c5f99a..9fe917c7 160000 --- a/apt +++ b/apt @@ -1 +1 @@ -Subproject commit 22c5f99a6119eeef30e1ddee3262bc942d055455 +Subproject commit 9fe917c7ea24a626c97fcd9cda39743440a4cbfc -- 2.50.0