diff options
author | Karl Berry <karl@freefriends.org> | 2020-09-13 21:25:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-09-13 21:25:39 +0000 |
commit | 6ec181a602dbc45b896ef3bbc135d7c3db415dbb (patch) | |
tree | 2e35c25eb05baa31ae9e5435b20a1ff663c30817 /Master/texmf-dist | |
parent | c7cb8ebd3cc615fa05d1d7cf319c1007d51bdab3 (diff) |
changelog (13sep20)
git-svn-id: svn://tug.org/texlive/trunk@56338 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/changelog/changelog.pdf | bin | 46126 -> 46523 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/changelog/changelog.tex | 13 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/changelog/example.pdf | bin | 16775 -> 16679 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/latex/changelog/changelog.sty | 13 |
4 files changed, 22 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/changelog/changelog.pdf b/Master/texmf-dist/doc/latex/changelog/changelog.pdf Binary files differindex d74e29c3788..800b2ac3653 100644 --- a/Master/texmf-dist/doc/latex/changelog/changelog.pdf +++ b/Master/texmf-dist/doc/latex/changelog/changelog.pdf 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 Binary files differindex 138b0976804..6cb7383b02c 100644 --- a/Master/texmf-dist/doc/latex/changelog/example.pdf +++ b/Master/texmf-dist/doc/latex/changelog/example.pdf 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 <github.com/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]{% |