]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Small fix.
authorBruno Haible <bruno@clisp.org>
Mon, 19 Nov 2001 20:54:49 +0000 (20:54 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 21:21:22 +0000 (23:21 +0200)
misc/ChangeLog
misc/po-mode.el

index d2eb34aa80106743ef9046fed5c6eb7c2d98e609..b38e6c4a05dd4ad0f7ba0e93ab235c98aae1ce58 100644 (file)
@@ -1,3 +1,8 @@
+2001-11-18  Karl Eichwalder  <ke@suse.de>
+
+       * po-mode.el (po-team-name-to-code): Fix syntax for the last entry
+       (Zulu).
+
 2001-11-11  Karl Eichwalder  <ke@suse.de>
 
        * po-mode.el (po-subedit-ediff): New function.
index 1a4e63bf6a5e59fd0d69cef35c4d74cb5079b68a..fc9f56e96eb8634d551d06424244de2049f30738 100644 (file)
@@ -317,7 +317,7 @@ slightly different."
     ("Yiddish" . "yi")
     ("Yoruba" . "yo")
     ("Zhuang" . "za")
-    { "zu", "Zulu" }
+    ("Zulu" . "zu")
     )
   "*Association list giving team codes from team names.
 This is used for generating a submission file name for the 'M' command.