summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/translations/translations.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/translations/translations.sty')
-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