diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/changelog/changelog.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/changelog/changelog.sty | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/changelog/changelog.sty b/Master/texmf-dist/tex/latex/changelog/changelog.sty index 491e78d7548..dad913838bc 100644 --- a/Master/texmf-dist/tex/latex/changelog/changelog.sty +++ b/Master/texmf-dist/tex/latex/changelog/changelog.sty @@ -1,9 +1,9 @@ -\ProvidesPackage{changelog}[2019/07/06 2.1.0 Typesetting changelogs] +\ProvidesPackage{changelog}[2020/04/23 2.2.1 Typesetting changelogs] % Description: Provides the changelog environment for typesetting changelogs % License: LPPL 1.3c % Homepage: https://github.com/9999years/latex-changelog % https://ctan.org/pkg/changelog -% Maintainer: Rebecca Turner <637275@gmail.com> +% Maintainer: Rebecca Turner <rbt@sent.as> % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -15,7 +15,7 @@ % % This work has the LPPL maintenance status `maintained'. % -% The Current Maintainer of this work is Rebecca Turner <637275@gmail.com>. +% The Current Maintainer of this work is Rebecca Turner <rbt@sent.as>. % % This work consists of the files changelog.sty and changelog.tex. @@ -28,6 +28,7 @@ % Fallback translations will be used if there is no translation for % the current document language +\DeclareTranslationFallback{changelog}{Changelog} \DeclareTranslationFallback{changelog-Added}{Added} \DeclareTranslationFallback{changelog-Changed}{Changed} \DeclareTranslationFallback{changelog-Deprecated}{Deprecated} @@ -38,6 +39,7 @@ \DeclareTranslationFallback{changelog-Unreleased}{Unreleased} \DeclareTranslationFallback{changelog-Yanked}{YANKED} % English translations +\DeclareTranslation{English}{changelog}{Changelog} \DeclareTranslation{English}{changelog-Added}{Added} \DeclareTranslation{English}{changelog-Changed}{Changed} \DeclareTranslation{English}{changelog-Deprecated}{Deprecated} @@ -49,6 +51,7 @@ \DeclareTranslation{English}{changelog-Yanked}{YANKED} % German translations % Alternative german translations as comment at the end of the line +\DeclareTranslation{German}{changelog}{\"Anderungsnachweis} \DeclareTranslation{German}{changelog-Added}{Hinzugef\"{u}gt}% Neu \DeclareTranslation{German}{changelog-Changed}{Ge\"{a}ndert} \DeclareTranslation{German}{changelog-Deprecated}{Überholt}% Veraltet @@ -58,6 +61,17 @@ \DeclareTranslation{German}{changelog-Miscellaneous}{Verschiedenes} \DeclareTranslation{German}{changelog-Unreleased}{Unver\"{o}ffentlicht} \DeclareTranslation{German}{changelog-Yanked}{Zur{\"u}ckgezogen} +% Spanish translations +\DeclareTranslation{Spanish}{changelog}{Registro de cambios} +\DeclareTranslation{Spanish}{changelog-Added}{Agregado} +\DeclareTranslation{Spanish}{changelog-Changed}{Cambiado} +\DeclareTranslation{Spanish}{changelog-Deprecated}{Obsoleto} +\DeclareTranslation{Spanish}{changelog-Removed}{Removido} +\DeclareTranslation{Spanish}{changelog-Fixed}{Arreglado} +\DeclareTranslation{Spanish}{changelog-Security}{Seguridad} +\DeclareTranslation{Spanish}{changelog-Miscellaneous}{Miscel{\'a}neo} +\DeclareTranslation{Spanish}{changelog-Unreleased}{No Publicado} +\DeclareTranslation{Spanish}{changelog-Yanked}{REVOCADO} \newif\ifchangelog@versionfirst \newcommand{\changelog@item}[1]{% @@ -91,7 +105,7 @@ \define@cmdkeys{changelog}{sectioncmd, title, label} \define@boolkey{changelog}{section}[true]{} -\presetkeys{changelog}{sectioncmd=\section, title=Changelog, +\presetkeys{changelog}{sectioncmd=\section, title=\GetTranslation{changelog}, label=sec:changelog, section}{} \newenvironment{changelogdescription} |