mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
merge heads
This commit is contained in:
@@ -5,4 +5,5 @@
|
||||
footnote
|
||||
external_links
|
||||
refs_inconsistency
|
||||
literalblock
|
||||
seealso
|
||||
|
||||
@@ -0,0 +1,30 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) 2012, foof
|
||||
# This file is distributed under the same license as the foo package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: sphinx 1.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-11-22 08:28\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
msgid "i18n with literal block"
|
||||
msgstr "I18N WITH LITERAL BLOCK"
|
||||
|
||||
msgid "Correct literal block::"
|
||||
msgstr "CORRECT LITERAL BLOCK::"
|
||||
|
||||
msgid "Missing literal block::"
|
||||
msgstr "MISSING LITERAL BLOCK::"
|
||||
|
||||
msgid "That's all."
|
||||
msgstr "THAT'S ALL."
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
:tocdepth: 2
|
||||
|
||||
i18n with literal block
|
||||
=========================
|
||||
|
||||
Correct literal block::
|
||||
|
||||
this is
|
||||
literal block
|
||||
|
||||
Missing literal block::
|
||||
|
||||
That's all.
|
||||
Reference in New Issue
Block a user