Add a "Change Language" link to the User Manual sidebar

This commit is contained in:
Kovid Goyal
2014-11-26 12:39:55 +05:30
parent bad59c4ed7
commit bf974e83ef
5 changed files with 50 additions and 2 deletions
+2 -1
View File
@@ -1106,7 +1106,8 @@ def cli_index_strings():
' if you installed calibre in :file:`/Applications` the command line tools'
' are in :file:`/Applications/calibre.app/Contents/console.app/Contents/MacOS/`.'), _(
'Documented Commands'), _('Undocumented Commands'), _(
'You can see usage for undocumented commands by executing them without arguments in a terminal.')
'You can see usage for undocumented commands by executing them without arguments in a terminal.'), _(
'Change Language')
if __name__ == '__main__':