gettext 3.3.1 → 3.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d22629a729714a92e020579fcf8b6958a81f167a5c8126971383584f4cf20767
4
- data.tar.gz: 01cd63601bbe76f52566d20015be66891e02022ce5c02691350a5d2da3980f6f
3
+ metadata.gz: 2f6b8ac74bbe41d5b0a942c489cdc9d4c99ccde14e4e8fd7332168e85c0711c9
4
+ data.tar.gz: 6644e0c768ad64cc2e6339809953bbcab6198b5fed86d7fb84d76d97b74f3850
5
5
  SHA512:
6
- metadata.gz: 071e7bc118369c5eaffb4b7ba1653572e22a007fb4035e2620ad3bf3c152dd5fe25fafe0c8404b78fade0af264125fd716fc3fd8fa0bd3a70815837a63cc2587
7
- data.tar.gz: 7d725646addcf0a3c3dd5460dac0dc8adfe0211190cc91164e25232a9dd392c3903fd98f55feb31ad824e3a6fa23e19202ef2e9b7fa519fbdc1b6aee91887563
6
+ metadata.gz: b3cc2e18fcb5e68a66678d359a325b3af5c4b74a9cea7a595066022984c172cefacafd9272cb688167b4eab09bc21f9acede3f6ee567feb1ce6344dc0448ce98
7
+ data.tar.gz: 71995c31d3eba398f1680295fa59c4c00454306460522a962ebd2107c36c80320395ee63d1883dc331ca4c8455b8147d65efc451f81f16a20844a1934718c351
@@ -1,5 +1,16 @@
1
1
  # News
2
2
 
3
+ ## 3.3.2: 2020-01-13 {#version-3-3-2}
4
+
5
+ ### Fixes
6
+
7
+ * Fixed a bug that `rake gettext:po:add]` raises an error.
8
+ [GitHub#70][Patch by KITAITI Makoto]
9
+
10
+ ### Thanks
11
+
12
+ * KITAITI Makoto
13
+
3
14
  ## 3.3.1: 2020-01-12 {#version-3-3-1}
4
15
 
5
16
  ### Improvements
@@ -455,6 +455,7 @@ module GetText
455
455
  "'rake #{_task.name}[${LOCALE}]' or " +
456
456
  "rake #{_task.name} LOCALE=${LOCALE}'"
457
457
  end
458
+ define_edit_po_file_task(locale)
458
459
  define_po_file_task(locale)
459
460
  path = create_path(locale)
460
461
  Rake::Task[path.po_file].invoke
@@ -9,5 +9,5 @@
9
9
  =end
10
10
 
11
11
  module GetText
12
- VERSION = "3.3.1"
12
+ VERSION = "3.3.2"
13
13
  end
@@ -6,10 +6,10 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: gettext 3.3.1\n"
9
+ "Project-Id-Version: gettext 3.3.2\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2020-01-12 08:10+0900\n"
12
- "PO-Revision-Date: 2020-01-12 08:10+0900\n"
11
+ "POT-Creation-Date: 2020-01-13 07:22+0900\n"
12
+ "PO-Revision-Date: 2020-01-13 07:22+0900\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -6,10 +6,10 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: _ 3.2.9\n"
9
+ "Project-Id-Version: _ 3.3.2\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2018-06-17 07:35+0900\n"
12
- "PO-Revision-Date: 2018-06-17 07:35+0900\n"
11
+ "POT-Creation-Date: 2020-01-12 15:00+0900\n"
12
+ "PO-Revision-Date: 2020-01-12 15:00+0900\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -92,6 +92,10 @@ msgid ""
92
92
  "Here document2\n"
93
93
  msgstr ""
94
94
 
95
+ #: ../fixtures/_.rb:109
96
+ msgid "in_quote"
97
+ msgstr ""
98
+
95
99
  #. TRANSLATORS: This is a proper name. See the gettext
96
100
  #. manual, section Names. Note this is actually a non-ASCII
97
101
  #. name: The first name is (with Unicode escapes)
@@ -160,3 +164,7 @@ msgstr ""
160
164
  msgid ""
161
165
  "one new line\n"
162
166
  msgstr ""
167
+
168
+ #: ../fixtures/_/percent_strings.rb:34
169
+ msgid "hello world"
170
+ msgstr ""
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gettext
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.1
4
+ version: 3.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kouhei Sutou
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-01-11 00:00:00.000000000 Z
12
+ date: 2020-01-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: locale