mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47393 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bf09511754
commit
ce18f59a93
4 changed files with 8 additions and 8 deletions
|
@ -51,11 +51,11 @@ FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||||
|
|
||||||
content = <<-CONTENT
|
content = <<-CONTENT
|
||||||
Project-Id-Version: PACKAGE VERSEION
|
Project-Id-Version: PACKAGE VERSEION
|
||||||
Report-Msgid-Bugs-To:
|
Report-Msgid-Bugs-To:
|
||||||
PO-Revision-Date: YEAR-MO_DA HO:MI+ZONE
|
PO-Revision-Date: YEAR-MO_DA HO:MI+ZONE
|
||||||
Last-Translator: FULL NAME <EMAIL@ADDRESS>
|
Last-Translator: FULL NAME <EMAIL@ADDRESS>
|
||||||
Language-Team: LANGUAGE <LL@li.org>
|
Language-Team: LANGUAGE <LL@li.org>
|
||||||
Language:
|
Language:
|
||||||
MIME-Version: 1.0
|
MIME-Version: 1.0
|
||||||
Content-Type: text/plain; charset=CHARSET
|
Content-Type: text/plain; charset=CHARSET
|
||||||
Content-Transfer-Encoding: 8bit
|
Content-Transfer-Encoding: 8bit
|
||||||
|
|
|
@ -48,7 +48,7 @@ class TestRDocGeneratorPOT < RDoc::TestCase
|
||||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
# This file is distributed under the same license as the PACKAGE package.
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -32,7 +32,7 @@ msgstr ""
|
||||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
# This file is distributed under the same license as the PACKAGE package.
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -77,8 +77,8 @@ Nonexistent paragraph.
|
||||||
raw = <<-RAW
|
raw = <<-RAW
|
||||||
Paragraph 1.
|
Paragraph 1.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Paragraph 2.
|
Paragraph 2.
|
||||||
RAW
|
RAW
|
||||||
|
@ -86,8 +86,8 @@ Paragraph 2.
|
||||||
expected = <<-TRANSLATED
|
expected = <<-TRANSLATED
|
||||||
Paragraphe 1.
|
Paragraphe 1.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Paragraphe 2.
|
Paragraphe 2.
|
||||||
TRANSLATED
|
TRANSLATED
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue