summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/changelog
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-09-03 03:01:14 +0000
committerNorbert Preining <norbert@preining.info>2020-09-03 03:01:14 +0000
commitfc732340b62b41cedbe82bcb3675a86c65343a21 (patch)
treec490d1d57d300b1024517118f6e494d68eae5bcd /macros/latex/contrib/changelog
parent66aedee32b96d68acc7b854602552c75ef261973 (diff)
CTAN sync 202009030301
Diffstat (limited to 'macros/latex/contrib/changelog')
-rw-r--r--macros/latex/contrib/changelog/changelog.pdfbin46126 -> 46523 bytes
-rw-r--r--macros/latex/contrib/changelog/changelog.sty13
-rw-r--r--macros/latex/contrib/changelog/changelog.tex13
-rw-r--r--macros/latex/contrib/changelog/example.pdfbin16775 -> 16679 bytes
4 files changed, 22 insertions, 4 deletions
diff --git a/macros/latex/contrib/changelog/changelog.pdf b/macros/latex/contrib/changelog/changelog.pdf
index d74e29c378..800b2ac365 100644
--- a/macros/latex/contrib/changelog/changelog.pdf
+++ b/macros/latex/contrib/changelog/changelog.pdf
Binary files differ
diff --git a/macros/latex/contrib/changelog/changelog.sty b/macros/latex/contrib/changelog/changelog.sty
index b217acb048..6c329e9a18 100644
--- a/macros/latex/contrib/changelog/changelog.sty
+++ b/macros/latex/contrib/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]{%
diff --git a/macros/latex/contrib/changelog/changelog.tex b/macros/latex/contrib/changelog/changelog.tex
index 32a699eee6..3e5611dd5d 100644
--- a/macros/latex/contrib/changelog/changelog.tex
+++ b/macros/latex/contrib/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/macros/latex/contrib/changelog/example.pdf b/macros/latex/contrib/changelog/example.pdf
index 138b097680..6cb7383b02 100644
--- a/macros/latex/contrib/changelog/example.pdf
+++ b/macros/latex/contrib/changelog/example.pdf
Binary files differ