From mboxrd@z Thu Jan 1 00:00:00 1970 From: tumashu Subject: [PATCH] Adding Simplified Chinese(UTF-8) translation for org-exp Date: Sun, 18 Mar 2012 12:36:25 +0800 Message-ID: <87limyo792.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51980) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S97qJ-0005PR-Px for emacs-orgmode@gnu.org; Sun, 18 Mar 2012 00:36:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S97qG-0000eX-Jd for emacs-orgmode@gnu.org; Sun, 18 Mar 2012 00:35:43 -0400 Received: from mail-iy0-f169.google.com ([209.85.210.169]:43505) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S97qG-0000eQ-CS for emacs-orgmode@gnu.org; Sun, 18 Mar 2012 00:35:40 -0400 Received: by iajr24 with SMTP id r24so9123665iaj.0 for ; Sat, 17 Mar 2012 21:35:37 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --- lisp/org-exp.el | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/lisp/org-exp.el b/lisp/org-exp.el index a1102a8..229d83c 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -200,7 +200,8 @@ This option can also be set with the +OPTIONS line, e.g= . \"-:nil\"." ("nn" "Forfattar" "Dato" "Innhald" "Fotnotar") ;; nn =3D Norsk (nyn= orsk) ("pl" "Autor" "Data" "Spis treści" "Przypis") ("ru" "=D0=90=D0=B2=D1=82=D0=BE=D1=80" "=D0=94=D0=B0=D1=82=D0=B0"= "=D0=A1=D0=BE=D0=B4=D0=B5=D1=80=D0=B6=D0=B0=D0=BD=D0=B8=D0=B5" "=D0=A1=D0= =BD=D0=BE=D1=81=D0=BA=D0=B8") - ("sv" "Författare" "Datum" "Innehåll" "Fotnoter")) + ("sv" "Författare" "Datum" "Innehåll" "Fotnoter") + ("zh_CN" "=E4=BD=9C=E8=80=85" "=E6=97=A5=E6=9C=9F" "=E7=9B=AE=E5=BD=95= " "=E8=84=9A=E6=B3=A8")) "Terms used in export text, translated to different languages. Use the variable `org-export-default-language' to set the language, or use the +OPTION lines for a per-file setting." --=20 1.7.9.1