gettext 2.3.0 → 2.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.yardopts +6 -0
- data/Rakefile +7 -6
- data/doc/text/news.md +51 -2
- data/gettext.gemspec +1 -0
- data/lib/gettext/runtime/locale_path.rb +0 -1
- data/lib/gettext/runtime/mofile.rb +8 -2
- data/lib/gettext/runtime/textdomain.rb +19 -21
- data/lib/gettext/runtime/textdomain_manager.rb +0 -1
- data/lib/gettext/tools/msginit.rb +19 -9
- data/lib/gettext/tools/msgmerge.rb +28 -15
- data/lib/gettext/tools/parser/erb.rb +25 -5
- data/lib/gettext/tools/parser/glade.rb +4 -3
- data/lib/gettext/tools/parser/ruby.rb +23 -5
- data/lib/gettext/tools/poparser.rb +2 -1
- data/lib/gettext/tools/xgettext.rb +187 -136
- data/lib/gettext/version.rb +1 -1
- data/po/ja/gettext.po +82 -41
- data/samples/cgi/locale/bg/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/bs/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/ca/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/cs/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/de/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/el/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/eo/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/es/LC_MESSAGES/main.mo +0 -0
- data/samples/po/hello.pot +3 -3
- data/samples/po/hello2.pot +3 -3
- data/samples/po/hello_glade2.pot +3 -3
- data/samples/po/hello_gtk2.pot +3 -3
- data/samples/po/hello_noop.pot +3 -3
- data/samples/po/hello_plural.pot +3 -3
- data/samples/po/hello_tk.pot +3 -3
- data/src/poparser.ry +1 -0
- data/test/fixtures/_.rb +4 -4
- data/test/fixtures/{erb.rhtml → erb/ascii.rhtml} +0 -0
- data/test/fixtures/{erb.rxml → erb/ascii.rxml} +0 -0
- data/test/fixtures/erb/non_ascii.rhtml +13 -0
- data/test/fixtures/untranslated.rb +12 -0
- data/test/gettext-test-utils.rb +23 -0
- data/test/locale/ja/LC_MESSAGES/untranslated.mo +0 -0
- data/test/parser/test_ruby.rb +48 -1
- data/test/po/_.pot +4 -4
- data/test/po/ascii.pot +23 -0
- data/test/po/backslash.pot +3 -3
- data/test/po/ja/untranslated.po +22 -0
- data/test/po/no_exist_msgid.pot +20 -0
- data/test/po/non_ascii.pot +3 -3
- data/test/po/not_existed_msgid.pot +20 -0
- data/test/po/np_.pot +3 -3
- data/test/po/ns_.pot +3 -3
- data/test/po/p_.pot +3 -3
- data/test/po/s_.pot +3 -3
- data/test/po/untranslated.pot +23 -0
- data/test/run-test.rb +1 -1
- data/test/test_gettext.rb +2 -2
- data/test/test_mofile.rb +10 -0
- data/test/test_parser.rb +45 -19
- data/test/test_po_parser.rb +14 -1
- data/test/tools/test_msginit.rb +52 -36
- data/test/tools/test_msgmerge.rb +44 -6
- data/test/tools/test_xgettext.rb +203 -5
- metadata +143 -146
- data/po/de/gettext.po +0 -668
- data/po/de/gettext.po.bak +0 -589
- data/po/el/gettext.po +0 -571
- data/po/fr/gettext.po +0 -589
- data/po/gettext.pot +0 -638
- data/po/gettext.pot~ +0 -638
- data/po/it/gettext.po +0 -589
- data/po/uk/gettext.po +0 -571
- data/test/locale/ja/LC_MESSAGES/npgettext.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/nsgettext.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/pgettext.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/sgettext.mo +0 -0
data/samples/po/hello_gtk2.pot
CHANGED
@@ -6,10 +6,10 @@
|
|
6
6
|
#, fuzzy
|
7
7
|
msgid ""
|
8
8
|
msgstr ""
|
9
|
-
"Project-Id-Version: gettext 2.3.
|
9
|
+
"Project-Id-Version: gettext 2.3.1\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date: 2012-
|
12
|
-
"PO-Revision-Date: 2012-
|
11
|
+
"POT-Creation-Date: 2012-09-04 18:38+0900\n"
|
12
|
+
"PO-Revision-Date: 2012-09-04 18:38+0900\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
data/samples/po/hello_noop.pot
CHANGED
@@ -6,10 +6,10 @@
|
|
6
6
|
#, fuzzy
|
7
7
|
msgid ""
|
8
8
|
msgstr ""
|
9
|
-
"Project-Id-Version: gettext 2.3.
|
9
|
+
"Project-Id-Version: gettext 2.3.1\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date: 2012-
|
12
|
-
"PO-Revision-Date: 2012-
|
11
|
+
"POT-Creation-Date: 2012-09-04 18:38+0900\n"
|
12
|
+
"PO-Revision-Date: 2012-09-04 18:38+0900\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
data/samples/po/hello_plural.pot
CHANGED
@@ -6,10 +6,10 @@
|
|
6
6
|
#, fuzzy
|
7
7
|
msgid ""
|
8
8
|
msgstr ""
|
9
|
-
"Project-Id-Version: gettext 2.3.
|
9
|
+
"Project-Id-Version: gettext 2.3.1\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date: 2012-
|
12
|
-
"PO-Revision-Date: 2012-
|
11
|
+
"POT-Creation-Date: 2012-09-04 18:38+0900\n"
|
12
|
+
"PO-Revision-Date: 2012-09-04 18:38+0900\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
data/samples/po/hello_tk.pot
CHANGED
@@ -6,10 +6,10 @@
|
|
6
6
|
#, fuzzy
|
7
7
|
msgid ""
|
8
8
|
msgstr ""
|
9
|
-
"Project-Id-Version: gettext 2.3.
|
9
|
+
"Project-Id-Version: gettext 2.3.1\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date: 2012-
|
12
|
-
"PO-Revision-Date: 2012-
|
11
|
+
"POT-Creation-Date: 2012-09-04 18:38+0900\n"
|
12
|
+
"PO-Revision-Date: 2012-09-04 18:38+0900\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
data/src/poparser.ry
CHANGED
data/test/fixtures/_.rb
CHANGED
@@ -23,7 +23,7 @@
|
|
23
23
|
require 'gettext'
|
24
24
|
include GetText
|
25
25
|
|
26
|
-
class
|
26
|
+
class MessageFixture
|
27
27
|
bindtextdomain("rubyparser", :path => "locale")
|
28
28
|
|
29
29
|
def test_1
|
@@ -109,7 +109,7 @@ EOF
|
|
109
109
|
end
|
110
110
|
|
111
111
|
def about
|
112
|
-
puts
|
112
|
+
puts(
|
113
113
|
# TRANSLATORS: This is a proper name. See the gettext
|
114
114
|
# manual, section Names. Note this is actually a non-ASCII
|
115
115
|
# name: The first name is (with Unicode escapes)
|
@@ -118,10 +118,10 @@ EOF
|
|
118
118
|
# This is an example from GNU gettext documentation.
|
119
119
|
_("Francois Pinard"))
|
120
120
|
|
121
|
-
puts
|
121
|
+
puts(
|
122
122
|
_("No TRANSLATORS comment"))
|
123
123
|
|
124
|
-
puts
|
124
|
+
puts(
|
125
125
|
# This comment should not be extracted because it does
|
126
126
|
# not start with 'TRANSLATORS:'
|
127
127
|
_('self explaining'))
|
File without changes
|
File without changes
|
data/test/gettext-test-utils.rb
CHANGED
@@ -22,6 +22,10 @@ require "tmpdir"
|
|
22
22
|
require "tempfile"
|
23
23
|
require "time"
|
24
24
|
|
25
|
+
unless String.method_defined?(:encode)
|
26
|
+
require "iconv"
|
27
|
+
end
|
28
|
+
|
25
29
|
require "gettext"
|
26
30
|
|
27
31
|
module GetTextTestUtils
|
@@ -41,4 +45,23 @@ module GetTextTestUtils
|
|
41
45
|
def teardown_tmpdir
|
42
46
|
FileUtils.rm_rf(@tmpdir, :secure => true) if @tmpdir
|
43
47
|
end
|
48
|
+
|
49
|
+
def need_encoding
|
50
|
+
unless defined?(Encoding)
|
51
|
+
omit("This test needs encoding.")
|
52
|
+
end
|
53
|
+
end
|
54
|
+
|
55
|
+
def set_encoding(string, encoding)
|
56
|
+
return unless string.respond_to?(:force_encoding)
|
57
|
+
string.force_encoding(encoding)
|
58
|
+
end
|
59
|
+
|
60
|
+
def encode(string, encoding)
|
61
|
+
if string.respond_to?(:encode)
|
62
|
+
string.encode(encoding)
|
63
|
+
else
|
64
|
+
Iconv.iconv(encoding, "UTF-8", string).join("")
|
65
|
+
end
|
66
|
+
end
|
44
67
|
end
|
Binary file
|
data/test/parser/test_ruby.rb
CHANGED
@@ -23,7 +23,7 @@
|
|
23
23
|
|
24
24
|
require "gettext/tools/parser/ruby"
|
25
25
|
|
26
|
-
class
|
26
|
+
class TestRubyParser < Test::Unit::TestCase
|
27
27
|
include GetTextTestUtils
|
28
28
|
|
29
29
|
private
|
@@ -65,6 +65,53 @@ class TestRubyParserXXX < Test::Unit::TestCase
|
|
65
65
|
end
|
66
66
|
end
|
67
67
|
|
68
|
+
class TestDetectEncoding < self
|
69
|
+
setup :need_encoding
|
70
|
+
|
71
|
+
def test_ascii_and_hyphen
|
72
|
+
assert_equal("euc-jp", detect_encoding("# coding: euc-jp"))
|
73
|
+
end
|
74
|
+
|
75
|
+
def test_number
|
76
|
+
assert_equal("cp932", detect_encoding("#coding: cp932"))
|
77
|
+
end
|
78
|
+
|
79
|
+
def test_under_bar
|
80
|
+
assert_equal("Shift_JIS", detect_encoding("# coding: Shift_JIS"))
|
81
|
+
end
|
82
|
+
|
83
|
+
def test_emacs_style
|
84
|
+
assert_equal("utf-8", detect_encoding("# -*- coding: utf-8 -*-"))
|
85
|
+
end
|
86
|
+
|
87
|
+
def test_encoding
|
88
|
+
assert_equal("utf-8", detect_encoding("# encoding: utf-8"))
|
89
|
+
end
|
90
|
+
|
91
|
+
def test_equal
|
92
|
+
assert_equal("utf-8", detect_encoding("# encoding = utf-8"))
|
93
|
+
end
|
94
|
+
|
95
|
+
private
|
96
|
+
def detect_encoding(content)
|
97
|
+
GetText::RubyParser.detect_encoding(content)
|
98
|
+
end
|
99
|
+
|
100
|
+
class NewLineStyle < self
|
101
|
+
def test_unix
|
102
|
+
assert_equal("utf-8", detect_encoding("# -*- coding: utf-8-unix -*-"))
|
103
|
+
end
|
104
|
+
|
105
|
+
def test_mac
|
106
|
+
assert_equal("utf-8", detect_encoding("# -*- coding: utf-8-mac -*-"))
|
107
|
+
end
|
108
|
+
|
109
|
+
def test_dos
|
110
|
+
assert_equal("utf-8", detect_encoding("# -*- coding: utf-8-dos -*-"))
|
111
|
+
end
|
112
|
+
end
|
113
|
+
end
|
114
|
+
|
68
115
|
class Test_ < self
|
69
116
|
def test_one_line
|
70
117
|
assert_parse([
|
data/test/po/_.pot
CHANGED
@@ -6,15 +6,15 @@
|
|
6
6
|
#, fuzzy
|
7
7
|
msgid ""
|
8
8
|
msgstr ""
|
9
|
-
"Project-Id-Version: gettext 2.3.
|
9
|
+
"Project-Id-Version: gettext 2.3.1\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date: 2012-
|
12
|
-
"PO-Revision-Date: 2012-
|
11
|
+
"POT-Creation-Date: 2012-09-10 18:44+0900\n"
|
12
|
+
"PO-Revision-Date: 2012-09-10 18:44+0900\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
16
16
|
"MIME-Version: 1.0\n"
|
17
|
-
"Content-Type: text/plain; charset=
|
17
|
+
"Content-Type: text/plain; charset=utf-8\n"
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
19
19
|
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
20
20
|
|
data/test/po/ascii.pot
ADDED
@@ -0,0 +1,23 @@
|
|
1
|
+
# SOME DESCRIPTIVE TITLE.
|
2
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
|
+
# This file is distributed under the same license as the gettext package.
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5
|
+
#
|
6
|
+
#, fuzzy
|
7
|
+
msgid ""
|
8
|
+
msgstr ""
|
9
|
+
"Project-Id-Version: gettext 2.3.1\n"
|
10
|
+
"Report-Msgid-Bugs-To: \n"
|
11
|
+
"POT-Creation-Date: 2012-09-11 12:32+0900\n"
|
12
|
+
"PO-Revision-Date: 2012-09-11 12:32+0900\n"
|
13
|
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
|
+
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
|
+
"Language: \n"
|
16
|
+
"MIME-Version: 1.0\n"
|
17
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
18
|
+
"Content-Transfer-Encoding: 8bit\n"
|
19
|
+
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
20
|
+
|
21
|
+
#: ../fixtures/ascii.rb:10
|
22
|
+
msgid "gettext"
|
23
|
+
msgstr ""
|
data/test/po/backslash.pot
CHANGED
@@ -6,10 +6,10 @@
|
|
6
6
|
#, fuzzy
|
7
7
|
msgid ""
|
8
8
|
msgstr ""
|
9
|
-
"Project-Id-Version: gettext 2.3.
|
9
|
+
"Project-Id-Version: gettext 2.3.1\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date: 2012-
|
12
|
-
"PO-Revision-Date: 2012-
|
11
|
+
"POT-Creation-Date: 2012-09-04 18:38+0900\n"
|
12
|
+
"PO-Revision-Date: 2012-09-04 18:38+0900\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
@@ -0,0 +1,22 @@
|
|
1
|
+
# Japanese translations for gettext package.
|
2
|
+
# Copyright (C) 2012 THE PACKAGE'S COPYRIGHT HOLDER
|
3
|
+
# This file is distributed under the same license as the gettext package.
|
4
|
+
# Haruka Yoshihara <yoshihara@clear-code.com>, 2012.
|
5
|
+
#
|
6
|
+
msgid ""
|
7
|
+
msgstr ""
|
8
|
+
"Project-Id-Version: gettext 2.3.1\n"
|
9
|
+
"Report-Msgid-Bugs-To: \n"
|
10
|
+
"POT-Creation-Date: 2012-09-11 11:11+0900\n"
|
11
|
+
"PO-Revision-Date: 2012-09-11 11:11+0900\n"
|
12
|
+
"Last-Translator: Haruka Yoshihara <yoshihara@clear-code.com>\n"
|
13
|
+
"Language-Team: Japanese\n"
|
14
|
+
"Language: ja\n"
|
15
|
+
"MIME-Version: 1.0\n"
|
16
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
17
|
+
"Content-Transfer-Encoding: 8bit\n"
|
18
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
19
|
+
|
20
|
+
#: ../fixtures/untranslated.rb:10
|
21
|
+
msgid "untranslated"
|
22
|
+
msgstr ""
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# SOME DESCRIPTIVE TITLE.
|
2
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
|
+
# This file is distributed under the same license as the gettext package.
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5
|
+
#
|
6
|
+
#, fuzzy
|
7
|
+
msgid ""
|
8
|
+
msgstr ""
|
9
|
+
"Project-Id-Version: gettext 2.3.1\n"
|
10
|
+
"Report-Msgid-Bugs-To: \n"
|
11
|
+
"POT-Creation-Date: 2012-09-11 11:11+0900\n"
|
12
|
+
"PO-Revision-Date: 2012-09-11 11:11+0900\n"
|
13
|
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
|
+
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
|
+
"Language: \n"
|
16
|
+
"MIME-Version: 1.0\n"
|
17
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
18
|
+
"Content-Transfer-Encoding: 8bit\n"
|
19
|
+
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
20
|
+
|
data/test/po/non_ascii.pot
CHANGED
@@ -6,10 +6,10 @@
|
|
6
6
|
#, fuzzy
|
7
7
|
msgid ""
|
8
8
|
msgstr ""
|
9
|
-
"Project-Id-Version: gettext 2.3.
|
9
|
+
"Project-Id-Version: gettext 2.3.1\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date: 2012-
|
12
|
-
"PO-Revision-Date: 2012-
|
11
|
+
"POT-Creation-Date: 2012-09-04 18:38+0900\n"
|
12
|
+
"PO-Revision-Date: 2012-09-04 18:38+0900\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# SOME DESCRIPTIVE TITLE.
|
2
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
|
+
# This file is distributed under the same license as the gettext package.
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5
|
+
#
|
6
|
+
#, fuzzy
|
7
|
+
msgid ""
|
8
|
+
msgstr ""
|
9
|
+
"Project-Id-Version: gettext 2.3.1\n"
|
10
|
+
"Report-Msgid-Bugs-To: \n"
|
11
|
+
"POT-Creation-Date: 2012-09-11 12:32+0900\n"
|
12
|
+
"PO-Revision-Date: 2012-09-11 12:32+0900\n"
|
13
|
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
|
+
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
|
+
"Language: \n"
|
16
|
+
"MIME-Version: 1.0\n"
|
17
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
18
|
+
"Content-Transfer-Encoding: 8bit\n"
|
19
|
+
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
20
|
+
|
data/test/po/np_.pot
CHANGED
@@ -6,10 +6,10 @@
|
|
6
6
|
#, fuzzy
|
7
7
|
msgid ""
|
8
8
|
msgstr ""
|
9
|
-
"Project-Id-Version: gettext 2.3.
|
9
|
+
"Project-Id-Version: gettext 2.3.1\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date: 2012-
|
12
|
-
"PO-Revision-Date: 2012-
|
11
|
+
"POT-Creation-Date: 2012-09-04 18:38+0900\n"
|
12
|
+
"PO-Revision-Date: 2012-09-04 18:38+0900\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
data/test/po/ns_.pot
CHANGED
@@ -6,10 +6,10 @@
|
|
6
6
|
#, fuzzy
|
7
7
|
msgid ""
|
8
8
|
msgstr ""
|
9
|
-
"Project-Id-Version: gettext 2.3.
|
9
|
+
"Project-Id-Version: gettext 2.3.1\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date: 2012-
|
12
|
-
"PO-Revision-Date: 2012-
|
11
|
+
"POT-Creation-Date: 2012-09-04 18:38+0900\n"
|
12
|
+
"PO-Revision-Date: 2012-09-04 18:38+0900\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
data/test/po/p_.pot
CHANGED
@@ -6,10 +6,10 @@
|
|
6
6
|
#, fuzzy
|
7
7
|
msgid ""
|
8
8
|
msgstr ""
|
9
|
-
"Project-Id-Version: gettext 2.3.
|
9
|
+
"Project-Id-Version: gettext 2.3.1\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date: 2012-
|
12
|
-
"PO-Revision-Date: 2012-
|
11
|
+
"POT-Creation-Date: 2012-09-04 18:38+0900\n"
|
12
|
+
"PO-Revision-Date: 2012-09-04 18:38+0900\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
data/test/po/s_.pot
CHANGED
@@ -6,10 +6,10 @@
|
|
6
6
|
#, fuzzy
|
7
7
|
msgid ""
|
8
8
|
msgstr ""
|
9
|
-
"Project-Id-Version: gettext 2.3.
|
9
|
+
"Project-Id-Version: gettext 2.3.1\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date: 2012-
|
12
|
-
"PO-Revision-Date: 2012-
|
11
|
+
"POT-Creation-Date: 2012-09-04 18:38+0900\n"
|
12
|
+
"PO-Revision-Date: 2012-09-04 18:38+0900\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# SOME DESCRIPTIVE TITLE.
|
2
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
|
+
# This file is distributed under the same license as the gettext package.
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5
|
+
#
|
6
|
+
#, fuzzy
|
7
|
+
msgid ""
|
8
|
+
msgstr ""
|
9
|
+
"Project-Id-Version: gettext 2.3.1\n"
|
10
|
+
"Report-Msgid-Bugs-To: \n"
|
11
|
+
"POT-Creation-Date: 2012-09-11 13:52+0900\n"
|
12
|
+
"PO-Revision-Date: 2012-09-11 13:52+0900\n"
|
13
|
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
|
+
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
|
+
"Language: \n"
|
16
|
+
"MIME-Version: 1.0\n"
|
17
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
18
|
+
"Content-Transfer-Encoding: 8bit\n"
|
19
|
+
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
20
|
+
|
21
|
+
#: ../fixtures/untranslated.rb:10
|
22
|
+
msgid "untranslated"
|
23
|
+
msgstr ""
|