diff options
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/Master/install-tl b/Master/install-tl index 925b169034c..4af12c33cd8 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -2127,14 +2127,17 @@ available, installation continues in text mode. Use the text mode installer (default except on Windows). +=for comment Keep language list in sync with tlmgr. + =item B<-lang> I<llcode> -(only for GUI installer) If possible, start the installer translated into -the language specified by the 2-letter (ISO 639-1) language code (with -the exception for selecting simplified or traditional Chinese). -Currently supported -languages: English (en, default), Czech (cs), German (de), French (fr), -Italian (it), Dutch (nl), Polish (pl), Russian (ru), Slovak (sk), +By default, the GUI tries to deduce your language from the environment +(on Windows via the registry, on Unix via C<LC_MESSAGES>). If that fails +you can select a different language by giving this option with a +language code (based on ISO 639-1). Currently supported (but not +necessarily completely translated) are: English (en, default), Czech +(cs), German (de), French (fr), Italian (it), Japanese (ja), Dutch (nl), +Polish (pl), Brazilian Portuguese (pt_br), Russian (ru), Slovak (sk), Slovenian (sl), Serbian (sr), Vietnamese (vi), simplified Chinese (zh-cn), and traditional Chinese (zh-tw). |