summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/translations/README2
-rw-r--r--Master/texmf-dist/doc/latex/translations/translations_en.pdfbin545580 -> 546362 bytes
-rw-r--r--Master/texmf-dist/doc/latex/translations/translations_en.tex17
3 files changed, 6 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/latex/translations/README b/Master/texmf-dist/doc/latex/translations/README
index 5f3ea1f9a87..63c053c6291 100644
--- a/Master/texmf-dist/doc/latex/translations/README
+++ b/Master/texmf-dist/doc/latex/translations/README
@@ -1,5 +1,5 @@
--------------------------------------------------------------------------
-the TRANSLATIONS package v1.2 - 2013/01/10
+the TRANSLATIONS package v1.2a - 2014/01/23
a simple translator
--------------------------------------------------------------------------
diff --git a/Master/texmf-dist/doc/latex/translations/translations_en.pdf b/Master/texmf-dist/doc/latex/translations/translations_en.pdf
index 92502d730b5..05564429711 100644
--- a/Master/texmf-dist/doc/latex/translations/translations_en.pdf
+++ b/Master/texmf-dist/doc/latex/translations/translations_en.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/translations/translations_en.tex b/Master/texmf-dist/doc/latex/translations/translations_en.tex
index 51fc69d6412..0eb599dc7aa 100644
--- a/Master/texmf-dist/doc/latex/translations/translations_en.tex
+++ b/Master/texmf-dist/doc/latex/translations/translations_en.tex
@@ -42,7 +42,6 @@
info = {Internationalization of \LaTeXe\ Packages} ,
add-cmds = {
baselanguage,
- baselanguagename,
DeclareDictTranslation,
DeclareLanguage,
DeclareLanguageAlias,
@@ -357,19 +356,13 @@ Commands without the marker aren't expandable.
probably only a very limited number of use cases for this command. (It
was for example used to print \cref{tab:dict}.)
\expandable\command{baselanguage}[\marg{lang}]
- \sinceversion{1.1}Returns the (internal) base name of the given language,
- language alias or language dialect. This does \emph{not} give the base
- language for a dialect! For a base language (see
+ \changedversion{1.2a}Returns the (internal) base name of the given language,
+ language alias or language dialect. For a dialect this expands to the
+ name of language it is a dialect of. For a base language (see
section~\ref{ssec:languages:base}) this usually simply is the lowercase
- version of the name. The choice for the command name is not a good one in
- retrospect but is kept for compatibility reasons.\par
+ version of the name.\par
\verbcode+\baselanguage{English}+ $\Rightarrow$ \code{english}\\
- \verbcode+\baselanguage{American}+ $\Rightarrow$ \code{american}
- \expandable\command{baselanguagename}[\marg{lang}]
- \sinceversion{1.2}The same as \cs{baselanguage} but alse gives the base
- language name of a dialect.\par
- \verbcode+\baselanguagename{English}+ $\Rightarrow$ \code{english}\\
- \verbcode+\baselanguagename{American}+ $\Rightarrow$ \code{english}
+ \verbcode+\baselanguage{American}+ $\Rightarrow$ \code{english}
\expandable\command{ifcurrentlanguage}[\marg{lang}\marg{true}\marg{false}]
\sinceversion{1.2}Places \meta{true} in the input stream if the current
language is \meta{lang}. Note: a dialect counts as a language of it's own