diff options
author | svn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-09-05 01:41:44 +0000 |
---|---|---|
committer | svn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-09-05 01:41:44 +0000 |
commit | ce18f59a932bdfd477d64030d3c8d18ef5393f93 (patch) | |
tree | 0869f02d7bbb49746e8fbe37369183fc6d6e08c7 | |
parent | bf09511754d63e7018066962107014a905a1f9b5 (diff) |
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47393 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | lib/rdoc/generator/pot/po.rb | 4 | ||||
-rw-r--r-- | test/rdoc/test_rdoc_generator_pot.rb | 2 | ||||
-rw-r--r-- | test/rdoc/test_rdoc_generator_pot_po.rb | 2 | ||||
-rw-r--r-- | test/rdoc/test_rdoc_i18n_text.rb | 8 |
4 files changed, 8 insertions, 8 deletions
diff --git a/lib/rdoc/generator/pot/po.rb b/lib/rdoc/generator/pot/po.rb index 0d45c57dc1..0195e18e18 100644 --- a/lib/rdoc/generator/pot/po.rb +++ b/lib/rdoc/generator/pot/po.rb @@ -51,11 +51,11 @@ FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. content = <<-CONTENT Project-Id-Version: PACKAGE VERSEION -Report-Msgid-Bugs-To: +Report-Msgid-Bugs-To: PO-Revision-Date: YEAR-MO_DA HO:MI+ZONE Last-Translator: FULL NAME <EMAIL@ADDRESS> Language-Team: LANGUAGE <[email protected]> -Language: +Language: MIME-Version: 1.0 Content-Type: text/plain; charset=CHARSET Content-Transfer-Encoding: 8bit diff --git a/test/rdoc/test_rdoc_generator_pot.rb b/test/rdoc/test_rdoc_generator_pot.rb index 99e5404c12..98da3a4f14 100644 --- a/test/rdoc/test_rdoc_generator_pot.rb +++ b/test/rdoc/test_rdoc_generator_pot.rb @@ -48,7 +48,7 @@ class TestRDocGeneratorPOT < RDoc::TestCase # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# +# #, fuzzy msgid "" msgstr "" diff --git a/test/rdoc/test_rdoc_generator_pot_po.rb b/test/rdoc/test_rdoc_generator_pot_po.rb index 88cfe7e437..30a88c0f37 100644 --- a/test/rdoc/test_rdoc_generator_pot_po.rb +++ b/test/rdoc/test_rdoc_generator_pot_po.rb @@ -32,7 +32,7 @@ msgstr "" # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# +# #, fuzzy msgid "" msgstr "" diff --git a/test/rdoc/test_rdoc_i18n_text.rb b/test/rdoc/test_rdoc_i18n_text.rb index 3168b57d95..c47f03c1af 100644 --- a/test/rdoc/test_rdoc_i18n_text.rb +++ b/test/rdoc/test_rdoc_i18n_text.rb @@ -77,8 +77,8 @@ Nonexistent paragraph. raw = <<-RAW Paragraph 1. - - + + Paragraph 2. RAW @@ -86,8 +86,8 @@ Paragraph 2. expected = <<-TRANSLATED Paragraphe 1. - - + + Paragraphe 2. TRANSLATED |