From 6ec181a602dbc45b896ef3bbc135d7c3db415dbb Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 13 Sep 2020 21:25:39 +0000 Subject: changelog (13sep20) git-svn-id: svn://tug.org/texlive/trunk@56338 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/changelog/changelog.pdf | Bin 46126 -> 46523 bytes Master/texmf-dist/doc/latex/changelog/changelog.tex | 13 ++++++++++--- Master/texmf-dist/doc/latex/changelog/example.pdf | Bin 16775 -> 16679 bytes Master/texmf-dist/tex/latex/changelog/changelog.sty | 13 ++++++++++++- 4 files changed, 22 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/latex/changelog/changelog.pdf b/Master/texmf-dist/doc/latex/changelog/changelog.pdf index d74e29c3788..800b2ac3653 100644 Binary files a/Master/texmf-dist/doc/latex/changelog/changelog.pdf and b/Master/texmf-dist/doc/latex/changelog/changelog.pdf differ diff --git a/Master/texmf-dist/doc/latex/changelog/changelog.tex b/Master/texmf-dist/doc/latex/changelog/changelog.tex index 32a699eee67..3e5611dd5d5 100644 --- a/Master/texmf-dist/doc/latex/changelog/changelog.tex +++ b/Master/texmf-dist/doc/latex/changelog/changelog.tex @@ -37,7 +37,7 @@ \author{Rebecca Turner\thanks{Brandeis University; \email{rbt@sent.as}}} \title{The \cl\ Package} -\date{2020/08/26 2.3.0} +\date{2020/08/26 2.4.0} \begin{document} \maketitle @@ -260,8 +260,8 @@ Prints the ``revoked release'' notice: \section{Translations} Want to use \cl\ in a non-English document? Great! \cl\ comes with -translations for English, German, Spanish, and French, as well as support -for adding new translations (see section~\ref{s:contrib} below for +translations for English, German, Spanish, French, and Japanese, as well as +support for adding new translations (see section~\ref{s:contrib} below for translation credits). To use built-in translations, simply load \ctan{babel} with the desired language: \begin{otherlanguage}{german} @@ -319,6 +319,7 @@ an email} and I'll incorporate the translation into \cl's next release! Support for translating the changelog's section title and Spanish translations. \item[Damien Calesse <\https{github.com/kranack}>] French translations. + \item[cmplstofB <\https{github.com/cmplstofB}>] Japanese translations. \end{description} \section{Changelog} @@ -326,6 +327,12 @@ an email} and I'll incorporate the translation into \cl's next release! This is this package's actual changelog --- not an example! \begin{changelog}[author=Rebecca Turner <\email{rbt@sent.as}>, section=false] +\begin{version}[v=2.4.0, date=2020-09-02, + author={cmplstofB <\https{github.com/cmplstofB}>}] +\added + \item Japanese translations. +\end{version} + \begin{version}[v=2.3.0, date=2020-08-26, author={Damien Calesse <\https{github.com/kranack}>}] \added diff --git a/Master/texmf-dist/doc/latex/changelog/example.pdf b/Master/texmf-dist/doc/latex/changelog/example.pdf index 138b0976804..6cb7383b02c 100644 Binary files a/Master/texmf-dist/doc/latex/changelog/example.pdf and b/Master/texmf-dist/doc/latex/changelog/example.pdf differ diff --git a/Master/texmf-dist/tex/latex/changelog/changelog.sty b/Master/texmf-dist/tex/latex/changelog/changelog.sty index b217acb0488..6c329e9a18f 100644 --- a/Master/texmf-dist/tex/latex/changelog/changelog.sty +++ b/Master/texmf-dist/tex/latex/changelog/changelog.sty @@ -1,4 +1,4 @@ -\ProvidesPackage{changelog}[2020/08/26 2.3.0 Typesetting changelogs] +\ProvidesPackage{changelog}[2020/08/26 2.4.0 Typesetting changelogs] % Description: Provides the changelog environment for typesetting changelogs % License: LPPL 1.3c % Homepage: https://github.com/9999years/latex-changelog @@ -83,6 +83,17 @@ \DeclareTranslation{French}{changelog-Miscellaneous}{Divers} \DeclareTranslation{French}{changelog-Unreleased}{Non publié} \DeclareTranslation{French}{changelog-Yanked}{Annulé} +% Japanese translations by cmplstofB +\DeclareTranslation{Japanese}{changelog}{変更履歴} +\DeclareTranslation{Japanese}{changelog-Added}{追加} +\DeclareTranslation{Japanese}{changelog-Changed}{変更} +\DeclareTranslation{Japanese}{changelog-Deprecated}{非推奨} +\DeclareTranslation{Japanese}{changelog-Removed}{削除} +\DeclareTranslation{Japanese}{changelog-Fixed}{修正} +\DeclareTranslation{Japanese}{changelog-Security}{安全性} +\DeclareTranslation{Japanese}{changelog-Miscellaneous}{雑題} +\DeclareTranslation{Japanese}{changelog-Unreleased}{未公開} +\DeclareTranslation{Japanese}{changelog-Yanked}{緊急変更} \newif\ifchangelog@versionfirst \newcommand{\changelog@item}[1]{% -- cgit v1.2.3