mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix translation feature. Add translation support to the notmyidea theme.
This commit is contained in:
parent
2f6300af46
commit
79576f25b6
9 changed files with 33 additions and 40 deletions
6
samples/content/another_super_article-fr.rst
Normal file
6
samples/content/another_super_article-fr.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Oh yeah !
|
||||
#########
|
||||
|
||||
:lang: fr
|
||||
|
||||
Et voila du contenu en français
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
Oh yeah !
|
||||
#########################
|
||||
#########
|
||||
|
||||
:tags: oh, bar, yeah
|
||||
:date: 2010-10-20 10:14
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ And here comes the cool stuff_.
|
|||
|
||||
.. code-block:: python
|
||||
|
||||
>>> from ipdb import set trace
|
||||
>>> from ipdb import set_trace
|
||||
>>> set_trace()
|
||||
|
||||
→ And now try with some utf8 hell: ééé
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue