X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fhelp-nomule.el;h=35a61fd9b3c0045a9ec752f9c8a8bb4f4404b8a9;hb=c17cfefd00f49430bd139e11bfc580734091d728;hp=cc90cd2c2e8ea83ad3ab919c0ae4da620c8c6e53;hpb=44e716ef11bd794a51f8c5b56c4f3f10a7dbf217;p=chise%2Fxemacs-chise.git.1 diff --git a/lisp/help-nomule.el b/lisp/help-nomule.el index cc90cd2..35a61fd 100644 --- a/lisp/help-nomule.el +++ b/lisp/help-nomule.el @@ -31,12 +31,15 @@ ;;; Code: (defconst tutorial-supported-languages - '(("French" fr iso-8859-1) + '( + ("Croatian" hr iso-8859-2) + ("French" fr iso-8859-1) ("German" de iso-8859-1) ("Norwegian" no iso-8859-1) - ("Croatian" hr iso-8859-2) ("Polish" pl iso-8859-2) - ("Romanian" ro iso-8859-2)) + ("Romanian" ro iso-8859-2) + ("Swedish" se iso-8859-1) + ) "Alist of supported languages in TUTORIAL files. Add languages here, as more are translated.")