diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/translator/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/translator/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/translator/README.md b/Master/texmf-dist/doc/latex/translator/README.md new file mode 100644 index 00000000000..43fcb59db08 --- /dev/null +++ b/Master/texmf-dist/doc/latex/translator/README.md @@ -0,0 +1,10 @@ +# translator - Easy translation of strings in LaTeX + +The translator package is a LaTeX package that provides a flexible +mechanism for translating individual words into different languages. For +example, it can be used to translate a word like figure into, say, the +German word Abbildung. Such a translation mechanism is useful when the +author of some package would like to localize the package such that +texts are correctly translated into the language preferred by the user. +The translator package is not intended to be used to automatically +translate more than a few words. |