From: Jay Freeman (saurik) Date: Fri, 30 Dec 2016 05:52:35 +0000 (-0800) Subject: Further work to improve language configuration :/. X-Git-Tag: v1.1.28%b3^0 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/f886c114ebd1027618550e23b2517876a1c20ef6 Further work to improve language configuration :/. --- 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