summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/translations
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-09-30 22:16:55 +0000
committerKarl Berry <karl@freefriends.org>2013-09-30 22:16:55 +0000
commit76638c07f245b68b9dd3e453dab2b8796424f57f (patch)
treed9424fe82a859e64e013dfa291ba6c8c2611be0e /Master/texmf-dist/tex/latex/translations
parent9d155da090955e2c64b8d6ad5c461e972e5803d9 (diff)
translations (30sep13)
git-svn-id: svn://tug.org/texlive/trunk@31800 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/translations')
-rw-r--r--Master/texmf-dist/tex/latex/translations/translations.sty9
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/translations/translations.sty b/Master/texmf-dist/tex/latex/translations/translations.sty
index ebf6246e03b..d4f7c68b474 100644
--- a/Master/texmf-dist/tex/latex/translations/translations.sty
+++ b/Master/texmf-dist/tex/latex/translations/translations.sty
@@ -25,8 +25,8 @@
% If you have any ideas, questions, suggestions or bugs to report, please
% feel free to contact me.
% --------------------------------------------------------------------------
-\def\@trnslt@date{2013/08/05}
-\def\@trnslt@version{v1.1}
+\def\@trnslt@date{2013/09/30}
+\def\@trnslt@version{v1.1a}
\def\@trnslt@info{internationalization of LaTeX2e packages}
\ProvidesPackage{translations}[\@trnslt@date\space \@trnslt@version\space \@trnslt@info\space (CN)]
@@ -287,12 +287,12 @@
}
\def\@trnslt@new@translation#1#2#3{%
- \@trnslt@if@translation{#1}{#2}
+ \@trnslt@if@word\@trnslt@language{#1}{#2}
{\@trnslt@err@already@defined{#1}{#2}}
{\@trnslt@declare@translation{#1}{#2}{#3}}}
\def\@trnslt@renew@translation#1#2#3{%
- \@trnslt@if@translation{#1}{#2}
+ \@trnslt@if@word\@trnslt@language{#1}{#2}
{\@trnslt@declare@translation{#1}{#2}{#3}}
{\@trnslt@err@not@defined{#1}{#2}}}
@@ -878,4 +878,5 @@
- load basic dictionary also for dialects and if it
doesn't exist load it for the corresponding base
language instead
+2013/09/30 v1.1a - Bug fix in \NewTranslation und \RenewTranslation