Michal Kandulski napsal(a):
> Hi!
>
> I've got some problems trying to use sphinx with Polish:
>
> 1.  'Index', 'Module Index' and 'Search Page' are still in English.
>
>      In conf.py file:
>
>          language = 'pl'
>
>      In index.rst:
>
>          * :ref:`genindex`
>          * :ref:`modindex`
>
>      and the html output is:
>
>          <li><a class="reference external" href="genindex.html">
>          <em>Index</em></a></li>
>          <li><a class="reference external" href="modindex.html">
>          <em>Module Index</em></a></li>
>          <li><a class="reference external" href="search.html">
>          <em>Search Page</em></a></li>
>
>      I thought I found the bug in environment.py (lines 270--272):
>
>          self.labels['genindex'] = ('genindex', '', 'Index')
>          self.labels['modindex'] = ('modindex', '', 'Module Index')
>          self.labels['search']   = ('search', '', 'Search Page')
>
>   

No, thats probably not the bug, cause I got the same, and here, hundreds 
km southern of you, its working fine.
Might you not have trunk version? Might you not have last sphinx.po and 
.mo in locale/pl/ ..... ?

Pavel


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to