mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fixed create draft article with translations #Ref 1107
This commit is contained in:
parent
5fd8c2fff0
commit
91ec0f93c7
8 changed files with 518 additions and 1 deletions
8
samples/content/draft_article_with_translation-ja.rst
Normal file
8
samples/content/draft_article_with_translation-ja.rst
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
他言語の下書きテスト
|
||||
######################
|
||||
|
||||
:slug: draft-article-with-translation
|
||||
:status: draft
|
||||
:lang: ja
|
||||
|
||||
これは下書きファイルです。/draftに生成されて、他のところには影響を与えません。
|
||||
8
samples/content/draft_article_with_translation.rst
Normal file
8
samples/content/draft_article_with_translation.rst
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
A draft article with translation
|
||||
################################
|
||||
|
||||
:slug: draft-article-with-translation
|
||||
:status: draft
|
||||
|
||||
This is a draft article, it should live under the /drafts/ folder and not be
|
||||
listed anywhere else.
|
||||
Loading…
Add table
Add a link
Reference in a new issue