diff mbox series

[1/3] NEWS: Mention Minguo calendar support added [BZ #24293]

Message ID 858476244.248198.1552650468889@poczta.nazwa.pl
State New
Headers show
Series Additional changes after introducing Minguo calendar and zero-padding in %Ey | expand

Commit Message

Rafal Luzynski March 15, 2019, 11:47 a.m. UTC
---
 NEWS | 4 ++++
 1 file changed, 4 insertions(+)

Comments

TAMUKI Shoichi March 17, 2019, 10:28 a.m. UTC | #1
Hello Rafal-san,

From: Rafal Luzynski <digitalfreak@lingonborough.com>
Subject: [PATCH 1/3] NEWS: Mention Minguo calendar support added [BZ #24293]
Date: Fri, 15 Mar 2019 12:47:48 +0100 (CET)

> diff --git a/NEWS b/NEWS
> index f12524d..a0a9ed5 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -18,6 +18,10 @@ Major new features:
>  
>  * On Linux, the gettid function has been added.
>  
> +* Minguo (traditional Chinese) calendar support has been added as an
> +  alternative calendar for the following locales: cmn_TW, hak_TW, lzh_TW,
> +  nan_TW, zh_TW.
> +
>  Deprecated and removed features, and other changes affecting compatibility:
>  
>  * The functions clock_gettime, clock_getres, clock_settime,

Looks good to me.

Thank you for your contribution.

Regrads,
TAMUKI Shoichi
Rafal Luzynski March 18, 2019, 11:24 p.m. UTC | #2
17.03.2019 11:28 TAMUKI Shoichi <tamuki@linet.gr.jp> wrote:
> 
> Hello Rafal-san,
> 
> From: Rafal Luzynski <digitalfreak@lingonborough.com>
> Subject: [PATCH 1/3] NEWS: Mention Minguo calendar support added [BZ
> #24293]
> Date: Fri, 15 Mar 2019 12:47:48 +0100 (CET)
> 
> > diff --git a/NEWS b/NEWS
> > index f12524d..a0a9ed5 100644
> > --- a/NEWS
> > +++ b/NEWS
> > @@ -18,6 +18,10 @@ Major new features:
> >  
> >  * On Linux, the gettid function has been added.
> >  
> > +* Minguo (traditional Chinese) calendar support has been added as an
> > +  alternative calendar for the following locales: cmn_TW, hak_TW,
> > lzh_TW,
> > +  nan_TW, zh_TW.
> > +
> >  Deprecated and removed features, and other changes affecting
> > compatibility:
> >  
> >  * The functions clock_gettime, clock_getres, clock_settime,
> 
> Looks good to me.

Thank you.  I would like to hear some feedback from more experienced
maintainers, especially those who are English native speakers and are
able to provide proofreading.  CC'ing people who were helpful in the
past.

Regards,

Rafal
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index f12524d..a0a9ed5 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,10 @@  Major new features:
 
 * On Linux, the gettid function has been added.
 
+* Minguo (traditional Chinese) calendar support has been added as an
+  alternative calendar for the following locales: cmn_TW, hak_TW, lzh_TW,
+  nan_TW, zh_TW.
+
 Deprecated and removed features, and other changes affecting compatibility:
 
 * The functions clock_gettime, clock_getres, clock_settime,