mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
* lib/doc/doc_toc.py: Add language info for Czech
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14642 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
69c839dccf
commit
53e52f2df1
@ -36,7 +36,8 @@ import depend
|
||||
|
||||
# Specific language information
|
||||
# info["isoname"] = (language, language_quotes, enconding, TOC_translated)
|
||||
info = { 'da' : ('danish', 'german', 'latin1', "Indholdsfortegnelse over LyX's dokumentation"),
|
||||
info = { 'cs' : ('czech', 'german', 'latin2', "Obsah dokumentace LyXu"),
|
||||
'da' : ('danish', 'german', 'latin1', "Indholdsfortegnelse over LyX's dokumentation"),
|
||||
'de' : ('german', 'german', 'latin1', "Inhaltsverzeichnis LyX Dokumentation"),
|
||||
'fr' : ('french', 'french', 'latin1', "Plan de la documentation"),
|
||||
'ru' : ('russian', 'english', 'koi8-r', "LyX Documentation Table of Contents"),
|
||||
|
Loading…
Reference in New Issue
Block a user