All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Wu X.C." <bobwxc@email.cn>
To: Alex Shi <seakeel@gmail.com>
Cc: Alex Shi <alexs@kernel.org>,
	Alex Shi <alex.shi@linux.alibaba.com>,
	Jonathan Corbet <corbet@lwn.net>,
	YanTeng Si <sterlingteng@gmail.com>,
	linux-doc@vger.kernel.org
Subject: Re: [PATCH v3 2/8] docs/zh_CN: Add two image example files
Date: Tue, 13 Apr 2021 12:57:53 +0800	[thread overview]
Message-ID: <20210413045753.GA17682@bobwxc.top> (raw)
In-Reply-To: <c0fb15ba-0433-3d6c-385f-3b5e9d6461a7@gmail.com>

On Tue, Apr 13, 2021 at 12:51:52PM +0800, Alex Shi wrote:
> 
> 
> On 2021/4/7 下午3:50, Wu XiangCheng wrote:
> > Add two image exaple files used by zh_CN/doc-guide/sphinx.rst
> >   Documentation/translations/zh_CN/doc-guide/hello.dot
> >   Documentation/translations/zh_CN/doc-guide/svg_image.svg
> > 
> 
> Could we just use/reference to original docs? Looks there no much
> meaningful to have Chinese version of them. Also we may save new
> translations if original doc changed.
> 
> Thanks
> Alex

OK

> 
> > Signed-off-by: Wu XiangCheng <bobwxc@email.cn>
> > Reviewed-by: Yanteng Si <siyanteng@loongson.cn>
> > ---
> >  Documentation/translations/zh_CN/doc-guide/hello.dot   |  3 +++
> >  .../translations/zh_CN/doc-guide/svg_image.svg         | 10 ++++++++++
> >  2 files changed, 13 insertions(+)
> >  create mode 100644 Documentation/translations/zh_CN/doc-guide/hello.dot
> >  create mode 100644 Documentation/translations/zh_CN/doc-guide/svg_image.svg
> > 
> > diff --git a/Documentation/translations/zh_CN/doc-guide/hello.dot b/Documentation/translations/zh_CN/doc-guide/hello.dot
> > new file mode 100644
> > index 000000000000..2740ad882e6a
> > --- /dev/null
> > +++ b/Documentation/translations/zh_CN/doc-guide/hello.dot
> > @@ -0,0 +1,3 @@
> > +graph G {
> > +      你好 -- 世界
> > +}
> > diff --git a/Documentation/translations/zh_CN/doc-guide/svg_image.svg b/Documentation/translations/zh_CN/doc-guide/svg_image.svg
> > new file mode 100644
> > index 000000000000..5405f85b8137
> > --- /dev/null
> > +++ b/Documentation/translations/zh_CN/doc-guide/svg_image.svg
> > @@ -0,0 +1,10 @@
> > +<?xml version="1.0" encoding="UTF-8"?>
> > +<!-- originate: https://commons.wikimedia.org/wiki/File:Variable_Resistor.svg -->
> > +<svg xmlns="http://www.w3.org/2000/svg"
> > +	version="1.1" baseProfile="full"
> > +	width="70px" height="40px" viewBox="0 0 700 400">
> > +	<line x1="0" y1="200" x2="700" y2="200" stroke="black" stroke-width="20px"/>
> > +	<rect x="100" y="100" width="500" height="200" fill="white" stroke="black" stroke-width="20px"/>
> > +	<line x1="180" y1="370" x2="500" y2="50" stroke="black" stroke-width="15px"/>
> > +	<polygon points="585 0 525 25 585 50" transform="rotate(135 525 25)"/>
> > +</svg>
> > 


  reply	other threads:[~2021-04-13  4:58 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-07  7:50 [PATCH v3 0/8] docs/zh_CN: Add translations in zh_CN/doc-guide/ Wu XiangCheng
2021-04-07  7:50 ` [PATCH v3 1/8] docs/zh_CN: Add translation zh_CN/doc-guide/sphinx.rst Wu XiangCheng
2021-04-13  4:42   ` Alex Shi
2021-04-13  5:08     ` Wu X.C.
2021-04-07  7:50 ` [PATCH v3 2/8] docs/zh_CN: Add two image example files Wu XiangCheng
2021-04-13  4:51   ` Alex Shi
2021-04-13  4:57     ` Wu X.C. [this message]
2021-04-07  7:50 ` [PATCH v3 3/8] docs/zh_CN: Add translation zh_CN/doc-guide/kernel-doc.rst Wu XiangCheng
2021-04-07  7:51 ` [PATCH v3 4/8] docs/zh_CN: Add translation zh_CN/doc-guide/parse-headers.rst Wu XiangCheng
2021-04-12 16:12   ` teng sterling
2021-04-13  5:34     ` Wu X.C.
2021-04-13  6:18       ` Alex Shi
2021-04-13  6:35         ` Wu X.C.
2021-04-13 10:00       ` teng sterling
2021-04-13  5:03   ` Alex Shi
2021-04-07  7:51 ` [PATCH v3 5/8] docs/zh_CN: Add translation zh_CN/doc-guide/contributing.rst Wu XiangCheng
2021-04-07  9:30   ` teng sterling
2021-04-07  9:54     ` Wu X.C.
2021-04-07 15:00       ` teng sterling
2021-04-07 15:22         ` Wu X.C.
2021-04-08  3:23           ` teng sterling
2021-04-08 14:10   ` [PATCH v4 " Wu XiangCheng
2021-04-08 16:59     ` Jonathan Corbet
2021-04-12 12:28       ` Wu X.C.
2021-04-13  5:10   ` [PATCH v3 " Alex Shi
2021-04-13  5:17     ` Wu X.C.
2021-04-07  7:51 ` [PATCH v3 6/8] docs/zh_CN: Add translation zh_CN/doc-guide/maintainer-profile.rst Wu XiangCheng
2021-04-07  8:28   ` teng sterling
2021-04-07  9:18     ` Wu X.C.
2021-04-07 14:47       ` teng sterling
2021-04-07  7:51 ` [PATCH v3 7/8] docs/zh_CN: Add translation zh_CN/doc-guide/index.rst Wu XiangCheng
2021-04-07  7:52 ` [PATCH v3 8/8] docs/zh_CN: Link zh_CN/doc-guide to zh_CN/index.rst Wu XiangCheng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210413045753.GA17682@bobwxc.top \
    --to=bobwxc@email.cn \
    --cc=alex.shi@linux.alibaba.com \
    --cc=alexs@kernel.org \
    --cc=corbet@lwn.net \
    --cc=linux-doc@vger.kernel.org \
    --cc=seakeel@gmail.com \
    --cc=sterlingteng@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.