merge heads

This commit is contained in:
Nozomu Kaneko
2012-12-24 03:39:37 +09:00
10 changed files with 96 additions and 13 deletions
+1
View File
@@ -5,4 +5,5 @@
footnote
external_links
refs_inconsistency
literalblock
seealso
+30
View File
@@ -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."
+13
View File
@@ -0,0 +1,13 @@
:tocdepth: 2
i18n with literal block
=========================
Correct literal block::
this is
literal block
Missing literal block::
That's all.