summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/translations/translations.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-08-29 22:53:48 +0000
committerKarl Berry <karl@freefriends.org>2015-08-29 22:53:48 +0000
commit2286c0c16439409a6835b769e70dee5daf1f61e8 (patch)
tree6ad2035c8a8fa2755ca1c611f1c53e977802d50e /Master/texmf-dist/tex/latex/translations/translations.sty
parentd06b75cab24b7a122d8679853634f650142d1988 (diff)
translations (29aug15)
git-svn-id: svn://tug.org/texlive/trunk@38243 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/translations/translations.sty')
-rw-r--r--Master/texmf-dist/tex/latex/translations/translations.sty10
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/translations/translations.sty b/Master/texmf-dist/tex/latex/translations/translations.sty
index ad00760267f..789f5eb19d6 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{2015/07/09}
-\def\@trnslt@version{v1.2b}
+\def\@trnslt@date{2015/08/29}
+\def\@trnslt@version{v1.2c}
\def\@trnslt@info{internationalization of LaTeX2e packages}
\ProvidesPackage{translations}[%
@@ -483,7 +483,10 @@
\newrobustcmd*\@trnslt@save@translation@for[3]{%
\edef#1{%
\@trnslt@if@translation{#2}{#3}
- {\csuse{@trnslt@word@\detokenize{#2}@\@trnslt@language{#3}}}
+ {%
+ \unexpanded\expandafter\expandafter\expandafter
+ {\csname @trnslt@word@\detokenize{#2}@\@trnslt@language{#3}\endcsname}%
+ }
{}%
}%
}
@@ -1025,4 +1028,5 @@
- drop earlier \baselanguage (it was and still is
available as \@trnslt@language)
2015/07/09 v1.2b - add language `korean'
+2015/08/29 v1.2c - fix bug in \@trnslt@save@translation@for