gettext 3.3.4 → 3.3.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. checksums.yaml +4 -4
  2. data/doc/text/news.md +11 -0
  3. data/lib/gettext/tools/parser/ruby.rb +32 -17
  4. data/lib/gettext/version.rb +1 -1
  5. data/po/bg/gettext.edit.po +5 -5
  6. data/po/bg/gettext.po +3 -3
  7. data/po/bs/gettext.edit.po +5 -5
  8. data/po/bs/gettext.po +3 -3
  9. data/po/ca/gettext.edit.po +5 -5
  10. data/po/ca/gettext.po +3 -3
  11. data/po/cs/gettext.edit.po +5 -5
  12. data/po/cs/gettext.po +3 -3
  13. data/po/de/gettext.edit.po +5 -5
  14. data/po/de/gettext.po +3 -3
  15. data/po/el/gettext.edit.po +5 -5
  16. data/po/el/gettext.po +3 -3
  17. data/po/eo/gettext.edit.po +5 -5
  18. data/po/eo/gettext.po +3 -3
  19. data/po/es/gettext.edit.po +5 -5
  20. data/po/es/gettext.po +3 -3
  21. data/po/et/gettext.edit.po +5 -5
  22. data/po/et/gettext.po +3 -3
  23. data/po/fr/gettext.edit.po +5 -5
  24. data/po/fr/gettext.po +3 -3
  25. data/po/gettext.pot +8 -8
  26. data/po/hr/gettext.edit.po +5 -5
  27. data/po/hr/gettext.po +3 -3
  28. data/po/hu/gettext.edit.po +5 -5
  29. data/po/hu/gettext.po +3 -3
  30. data/po/it/gettext.edit.po +5 -5
  31. data/po/it/gettext.po +3 -3
  32. data/po/ja/gettext.edit.po +5 -5
  33. data/po/ja/gettext.po +3 -3
  34. data/po/ko/gettext.edit.po +5 -5
  35. data/po/ko/gettext.po +3 -3
  36. data/po/lv/gettext.edit.po +5 -5
  37. data/po/lv/gettext.po +3 -3
  38. data/po/nb/gettext.edit.po +5 -5
  39. data/po/nb/gettext.po +3 -3
  40. data/po/nl/gettext.edit.po +5 -5
  41. data/po/nl/gettext.po +3 -3
  42. data/po/pt_BR/gettext.edit.po +5 -5
  43. data/po/pt_BR/gettext.po +3 -3
  44. data/po/ru/gettext.edit.po +5 -5
  45. data/po/ru/gettext.po +3 -3
  46. data/po/sr/gettext.edit.po +5 -5
  47. data/po/sr/gettext.po +3 -3
  48. data/po/sv/gettext.edit.po +5 -5
  49. data/po/sv/gettext.po +3 -3
  50. data/po/uk/gettext.edit.po +5 -5
  51. data/po/uk/gettext.po +3 -3
  52. data/po/vi/gettext.edit.po +5 -5
  53. data/po/vi/gettext.po +3 -3
  54. data/po/zh/gettext.edit.po +5 -5
  55. data/po/zh/gettext.po +3 -3
  56. data/po/zh_TW/gettext.edit.po +5 -5
  57. data/po/zh_TW/gettext.po +3 -3
  58. data/test/fixtures/_/pipe.rb +32 -0
  59. data/test/tools/parser/test_ruby.rb +15 -0
  60. metadata +3 -2
@@ -465,6 +465,9 @@ msgstr ""
465
465
  msgid "in_string_array"
466
466
  msgstr ""
467
467
 
468
+ msgid "Hello"
469
+ msgstr ""
470
+
468
471
  msgid "You should escape '\\' as '\\\\'."
469
472
  msgstr ""
470
473
 
@@ -491,9 +494,6 @@ msgstr ""
491
494
  msgid "duplicated"
492
495
  msgstr ""
493
496
 
494
- msgid "Hello"
495
- msgstr ""
496
-
497
497
  msgid ""
498
498
  "bbb\n"
499
499
  msgid_plural ""
@@ -353,7 +353,7 @@ msgid ""
353
353
  "Hello %{world}\n"
354
354
  msgstr ""
355
355
 
356
- #: ../samples/hello2.rb:20
356
+ #: ../samples/hello2.rb:20 ../test/fixtures/_/pipe.rb:28
357
357
  msgid "World"
358
358
  msgstr ""
359
359
 
@@ -564,6 +564,10 @@ msgstr ""
564
564
  msgid "in_string_array"
565
565
  msgstr ""
566
566
 
567
+ #: ../test/fixtures/_/pipe.rb:26 ../test/fixtures/hello.rb:26
568
+ msgid "Hello"
569
+ msgstr ""
570
+
567
571
  #: ../test/fixtures/backslash.rb:27
568
572
  msgid "You should escape '\\' as '\\\\'."
569
573
  msgstr ""
@@ -597,10 +601,6 @@ msgstr ""
597
601
  msgid "duplicated"
598
602
  msgstr ""
599
603
 
600
- #: ../test/fixtures/hello.rb:26
601
- msgid "Hello"
602
- msgstr ""
603
-
604
604
  #: ../test/fixtures/lower_n_.rb:33
605
605
  msgid ""
606
606
  "bbb\n"
@@ -466,6 +466,9 @@ msgstr ""
466
466
  msgid "in_string_array"
467
467
  msgstr ""
468
468
 
469
+ msgid "Hello"
470
+ msgstr ""
471
+
469
472
  msgid "You should escape '\\' as '\\\\'."
470
473
  msgstr ""
471
474
 
@@ -492,9 +495,6 @@ msgstr ""
492
495
  msgid "duplicated"
493
496
  msgstr ""
494
497
 
495
- msgid "Hello"
496
- msgstr ""
497
-
498
498
  msgid ""
499
499
  "bbb\n"
500
500
  msgid_plural ""
@@ -353,7 +353,7 @@ msgid ""
353
353
  "Hello %{world}\n"
354
354
  msgstr ""
355
355
 
356
- #: ../samples/hello2.rb:20
356
+ #: ../samples/hello2.rb:20 ../test/fixtures/_/pipe.rb:28
357
357
  msgid "World"
358
358
  msgstr ""
359
359
 
@@ -564,6 +564,10 @@ msgstr ""
564
564
  msgid "in_string_array"
565
565
  msgstr ""
566
566
 
567
+ #: ../test/fixtures/_/pipe.rb:26 ../test/fixtures/hello.rb:26
568
+ msgid "Hello"
569
+ msgstr ""
570
+
567
571
  #: ../test/fixtures/backslash.rb:27
568
572
  msgid "You should escape '\\' as '\\\\'."
569
573
  msgstr ""
@@ -597,10 +601,6 @@ msgstr ""
597
601
  msgid "duplicated"
598
602
  msgstr ""
599
603
 
600
- #: ../test/fixtures/hello.rb:26
601
- msgid "Hello"
602
- msgstr ""
603
-
604
604
  #: ../test/fixtures/lower_n_.rb:33
605
605
  msgid ""
606
606
  "bbb\n"
@@ -464,6 +464,9 @@ msgstr ""
464
464
  msgid "in_string_array"
465
465
  msgstr ""
466
466
 
467
+ msgid "Hello"
468
+ msgstr ""
469
+
467
470
  msgid "You should escape '\\' as '\\\\'."
468
471
  msgstr ""
469
472
 
@@ -490,9 +493,6 @@ msgstr ""
490
493
  msgid "duplicated"
491
494
  msgstr ""
492
495
 
493
- msgid "Hello"
494
- msgstr ""
495
-
496
496
  msgid ""
497
497
  "bbb\n"
498
498
  msgid_plural ""
@@ -354,7 +354,7 @@ msgid ""
354
354
  "Hello %{world}\n"
355
355
  msgstr ""
356
356
 
357
- #: ../samples/hello2.rb:20
357
+ #: ../samples/hello2.rb:20 ../test/fixtures/_/pipe.rb:28
358
358
  msgid "World"
359
359
  msgstr ""
360
360
 
@@ -565,6 +565,10 @@ msgstr ""
565
565
  msgid "in_string_array"
566
566
  msgstr ""
567
567
 
568
+ #: ../test/fixtures/_/pipe.rb:26 ../test/fixtures/hello.rb:26
569
+ msgid "Hello"
570
+ msgstr ""
571
+
568
572
  #: ../test/fixtures/backslash.rb:27
569
573
  msgid "You should escape '\\' as '\\\\'."
570
574
  msgstr ""
@@ -598,10 +602,6 @@ msgstr ""
598
602
  msgid "duplicated"
599
603
  msgstr ""
600
604
 
601
- #: ../test/fixtures/hello.rb:26
602
- msgid "Hello"
603
- msgstr ""
604
-
605
605
  #: ../test/fixtures/lower_n_.rb:33
606
606
  msgid ""
607
607
  "bbb\n"
@@ -468,6 +468,9 @@ msgstr ""
468
468
  msgid "in_string_array"
469
469
  msgstr ""
470
470
 
471
+ msgid "Hello"
472
+ msgstr ""
473
+
471
474
  msgid "You should escape '\\' as '\\\\'."
472
475
  msgstr ""
473
476
 
@@ -494,9 +497,6 @@ msgstr ""
494
497
  msgid "duplicated"
495
498
  msgstr ""
496
499
 
497
- msgid "Hello"
498
- msgstr ""
499
-
500
500
  msgid ""
501
501
  "bbb\n"
502
502
  msgid_plural ""
@@ -6,10 +6,10 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: gettext 3.3.4\n"
9
+ "Project-Id-Version: gettext 3.3.5\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2020-02-12 14:09+0900\n"
12
- "PO-Revision-Date: 2020-02-12 14:09+0900\n"
11
+ "POT-Creation-Date: 2020-02-15 19:46+0900\n"
12
+ "PO-Revision-Date: 2020-02-15 19:46+0900\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -369,7 +369,7 @@ msgid ""
369
369
  "Hello %{world}\n"
370
370
  msgstr ""
371
371
 
372
- #: ../samples/hello2.rb:20
372
+ #: ../samples/hello2.rb:20 ../test/fixtures/_/pipe.rb:28
373
373
  msgid "World"
374
374
  msgstr ""
375
375
 
@@ -585,6 +585,10 @@ msgstr ""
585
585
  msgid "in_string_array"
586
586
  msgstr ""
587
587
 
588
+ #: ../test/fixtures/_/pipe.rb:26 ../test/fixtures/hello.rb:26
589
+ msgid "Hello"
590
+ msgstr ""
591
+
588
592
  #: ../test/fixtures/backslash.rb:27
589
593
  msgid "You should escape '\\' as '\\\\'."
590
594
  msgstr ""
@@ -616,10 +620,6 @@ msgstr ""
616
620
  msgid "duplicated"
617
621
  msgstr ""
618
622
 
619
- #: ../test/fixtures/hello.rb:26
620
- msgid "Hello"
621
- msgstr ""
622
-
623
623
  #: ../test/fixtures/lower_n_.rb:33
624
624
  msgid ""
625
625
  "bbb\n"
@@ -353,7 +353,7 @@ msgid ""
353
353
  "Hello %{world}\n"
354
354
  msgstr ""
355
355
 
356
- #: ../samples/hello2.rb:20
356
+ #: ../samples/hello2.rb:20 ../test/fixtures/_/pipe.rb:28
357
357
  msgid "World"
358
358
  msgstr ""
359
359
 
@@ -564,6 +564,10 @@ msgstr ""
564
564
  msgid "in_string_array"
565
565
  msgstr ""
566
566
 
567
+ #: ../test/fixtures/_/pipe.rb:26 ../test/fixtures/hello.rb:26
568
+ msgid "Hello"
569
+ msgstr ""
570
+
567
571
  #: ../test/fixtures/backslash.rb:27
568
572
  msgid "You should escape '\\' as '\\\\'."
569
573
  msgstr ""
@@ -597,10 +601,6 @@ msgstr ""
597
601
  msgid "duplicated"
598
602
  msgstr ""
599
603
 
600
- #: ../test/fixtures/hello.rb:26
601
- msgid "Hello"
602
- msgstr ""
603
-
604
604
  #: ../test/fixtures/lower_n_.rb:33
605
605
  msgid ""
606
606
  "bbb\n"
@@ -464,6 +464,9 @@ msgstr ""
464
464
  msgid "in_string_array"
465
465
  msgstr ""
466
466
 
467
+ msgid "Hello"
468
+ msgstr ""
469
+
467
470
  msgid "You should escape '\\' as '\\\\'."
468
471
  msgstr ""
469
472
 
@@ -490,9 +493,6 @@ msgstr ""
490
493
  msgid "duplicated"
491
494
  msgstr ""
492
495
 
493
- msgid "Hello"
494
- msgstr ""
495
-
496
496
  msgid ""
497
497
  "bbb\n"
498
498
  msgid_plural ""
@@ -353,7 +353,7 @@ msgid ""
353
353
  "Hello %{world}\n"
354
354
  msgstr ""
355
355
 
356
- #: ../samples/hello2.rb:20
356
+ #: ../samples/hello2.rb:20 ../test/fixtures/_/pipe.rb:28
357
357
  msgid "World"
358
358
  msgstr ""
359
359
 
@@ -564,6 +564,10 @@ msgstr ""
564
564
  msgid "in_string_array"
565
565
  msgstr ""
566
566
 
567
+ #: ../test/fixtures/_/pipe.rb:26 ../test/fixtures/hello.rb:26
568
+ msgid "Hello"
569
+ msgstr ""
570
+
567
571
  #: ../test/fixtures/backslash.rb:27
568
572
  msgid "You should escape '\\' as '\\\\'."
569
573
  msgstr ""
@@ -597,10 +601,6 @@ msgstr ""
597
601
  msgid "duplicated"
598
602
  msgstr ""
599
603
 
600
- #: ../test/fixtures/hello.rb:26
601
- msgid "Hello"
602
- msgstr ""
603
-
604
604
  #: ../test/fixtures/lower_n_.rb:33
605
605
  msgid ""
606
606
  "bbb\n"
@@ -464,6 +464,9 @@ msgstr ""
464
464
  msgid "in_string_array"
465
465
  msgstr ""
466
466
 
467
+ msgid "Hello"
468
+ msgstr ""
469
+
467
470
  msgid "You should escape '\\' as '\\\\'."
468
471
  msgstr ""
469
472
 
@@ -490,9 +493,6 @@ msgstr ""
490
493
  msgid "duplicated"
491
494
  msgstr ""
492
495
 
493
- msgid "Hello"
494
- msgstr ""
495
-
496
496
  msgid ""
497
497
  "bbb\n"
498
498
  msgid_plural ""
@@ -351,7 +351,7 @@ msgid ""
351
351
  "Hello %{world}\n"
352
352
  msgstr ""
353
353
 
354
- #: ../samples/hello2.rb:20
354
+ #: ../samples/hello2.rb:20 ../test/fixtures/_/pipe.rb:28
355
355
  msgid "World"
356
356
  msgstr ""
357
357
 
@@ -562,6 +562,10 @@ msgstr ""
562
562
  msgid "in_string_array"
563
563
  msgstr ""
564
564
 
565
+ #: ../test/fixtures/_/pipe.rb:26 ../test/fixtures/hello.rb:26
566
+ msgid "Hello"
567
+ msgstr ""
568
+
565
569
  #: ../test/fixtures/backslash.rb:27
566
570
  msgid "You should escape '\\' as '\\\\'."
567
571
  msgstr ""
@@ -595,10 +599,6 @@ msgstr ""
595
599
  msgid "duplicated"
596
600
  msgstr ""
597
601
 
598
- #: ../test/fixtures/hello.rb:26
599
- msgid "Hello"
600
- msgstr ""
601
-
602
602
  #: ../test/fixtures/lower_n_.rb:33
603
603
  msgid ""
604
604
  "bbb\n"
@@ -464,6 +464,9 @@ msgstr ""
464
464
  msgid "in_string_array"
465
465
  msgstr ""
466
466
 
467
+ msgid "Hello"
468
+ msgstr ""
469
+
467
470
  msgid "You should escape '\\' as '\\\\'."
468
471
  msgstr ""
469
472
 
@@ -490,9 +493,6 @@ msgstr ""
490
493
  msgid "duplicated"
491
494
  msgstr ""
492
495
 
493
- msgid "Hello"
494
- msgstr ""
495
-
496
496
  msgid ""
497
497
  "bbb\n"
498
498
  msgid_plural ""
@@ -339,7 +339,7 @@ msgid ""
339
339
  "Hello %{world}\n"
340
340
  msgstr ""
341
341
 
342
- #: ../samples/hello2.rb:20
342
+ #: ../samples/hello2.rb:20 ../test/fixtures/_/pipe.rb:28
343
343
  msgid "World"
344
344
  msgstr ""
345
345
 
@@ -550,6 +550,10 @@ msgstr ""
550
550
  msgid "in_string_array"
551
551
  msgstr ""
552
552
 
553
+ #: ../test/fixtures/_/pipe.rb:26 ../test/fixtures/hello.rb:26
554
+ msgid "Hello"
555
+ msgstr ""
556
+
553
557
  #: ../test/fixtures/backslash.rb:27
554
558
  msgid "You should escape '\\' as '\\\\'."
555
559
  msgstr ""
@@ -583,10 +587,6 @@ msgstr ""
583
587
  msgid "duplicated"
584
588
  msgstr ""
585
589
 
586
- #: ../test/fixtures/hello.rb:26
587
- msgid "Hello"
588
- msgstr ""
589
-
590
590
  #: ../test/fixtures/lower_n_.rb:33
591
591
  msgid ""
592
592
  "bbb\n"
@@ -455,6 +455,9 @@ msgstr ""
455
455
  msgid "in_string_array"
456
456
  msgstr ""
457
457
 
458
+ msgid "Hello"
459
+ msgstr ""
460
+
458
461
  msgid "You should escape '\\' as '\\\\'."
459
462
  msgstr ""
460
463
 
@@ -481,9 +484,6 @@ msgstr ""
481
484
  msgid "duplicated"
482
485
  msgstr ""
483
486
 
484
- msgid "Hello"
485
- msgstr ""
486
-
487
487
  msgid ""
488
488
  "bbb\n"
489
489
  msgid_plural ""
@@ -352,7 +352,7 @@ msgid ""
352
352
  "Hello %{world}\n"
353
353
  msgstr ""
354
354
 
355
- #: ../samples/hello2.rb:20
355
+ #: ../samples/hello2.rb:20 ../test/fixtures/_/pipe.rb:28
356
356
  msgid "World"
357
357
  msgstr ""
358
358
 
@@ -563,6 +563,10 @@ msgstr ""
563
563
  msgid "in_string_array"
564
564
  msgstr ""
565
565
 
566
+ #: ../test/fixtures/_/pipe.rb:26 ../test/fixtures/hello.rb:26
567
+ msgid "Hello"
568
+ msgstr ""
569
+
566
570
  #: ../test/fixtures/backslash.rb:27
567
571
  msgid "You should escape '\\' as '\\\\'."
568
572
  msgstr ""
@@ -596,10 +600,6 @@ msgstr ""
596
600
  msgid "duplicated"
597
601
  msgstr ""
598
602
 
599
- #: ../test/fixtures/hello.rb:26
600
- msgid "Hello"
601
- msgstr ""
602
-
603
603
  #: ../test/fixtures/lower_n_.rb:33
604
604
  msgid ""
605
605
  "bbb\n"