diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/exsheets/translations.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/exsheets/translations.sty | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/exsheets/translations.sty b/Master/texmf-dist/tex/latex/exsheets/translations.sty index 143a1ab2688..aef8ad16d6f 100644 --- a/Master/texmf-dist/tex/latex/exsheets/translations.sty +++ b/Master/texmf-dist/tex/latex/exsheets/translations.sty @@ -29,8 +29,8 @@ % If you have any ideas, questions, suggestions or bugs to report, please % feel free to contact me. % -------------------------------------------------------------------------- -\def\@trnslt@date{2012/12/23} -\def\@trnslt@version{v0.6} +\def\@trnslt@date{2013/03/10} +\def\@trnslt@version{v0.8} \ProvidesPackage{translations}[\@trnslt@date\space \@trnslt@version\space a simple translator] \RequirePackage{etoolbox} @@ -272,6 +272,11 @@ {\@trnslt@dictionary@name-\@trnslt@dictionary@lang.trsl}% [(\@trnslt@dictionary@lang\space translation file `\@trnslt@dictionary@name') #1]} +% \@trnslt@dictionary@language +\newrobustcmd*\DeclareDictTranslation[2]{% + \@trnslt@declare@translation{#1}{\@trnslt@dictionary@language}{#2}} +\@onlypreamble\DeclareDictTranslation + % -------------------------------------------------------------------------- % predefined languages \DeclareLanguage{albanian} |