]> git.saurik.com Git - apt.git/commitdiff
releasing version 0.7.25.3ubuntu3 0.7.25.3ubuntu3
authorMichael Vogt <michael.vogt@ubuntu.com>
Mon, 15 Mar 2010 08:57:57 +0000 (09:57 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Mon, 15 Mar 2010 08:57:57 +0000 (09:57 +0100)
apt-pkg/indexfile.cc
debian/changelog

index 34fd71b20197473ec4fefba739dea80263598a68..9b85a8cf83422dfdcdcfd005614bc8e048947dc2 100644 (file)
@@ -115,8 +115,7 @@ string pkgIndexFile::LanguageCode()
      // we have a mapping of the language codes that contains all the language
      // codes that need the country code as well 
      // (like pt_BR, pt_PT, sv_SE, zh_*, en_*)
-     const char *need_full_langcode[] = { "cs_", 
-                                         "en_", 
+     const char *need_full_langcode[] = { "en_", 
                                          "pt_",
                                          "sv_",
                                          "zh_", 
index ccd0a110ce9942f12c10198ab5576e52c0c53457..4164fd7267027a295f00475824864fbfffde761d 100644 (file)
@@ -1,3 +1,11 @@
+apt (0.7.25.3ubuntu3) lucid; urgency=low
+
+  * apt-pkg/indexfile.cc:
+    - remove "cs" from languages that need the full langcode when
+      downloading translations (thanks to Steve Langasek)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 15 Mar 2010 09:42:39 +0100
+
 apt (0.7.25.3ubuntu2) lucid; urgency=low
 
   [ Michael Vogt ]