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
@@ -462,6 +462,9 @@ msgstr ""
462
462
  msgid "in_string_array"
463
463
  msgstr ""
464
464
 
465
+ msgid "Hello"
466
+ msgstr ""
467
+
465
468
  msgid "You should escape '\\' as '\\\\'."
466
469
  msgstr ""
467
470
 
@@ -488,9 +491,6 @@ msgstr ""
488
491
  msgid "duplicated"
489
492
  msgstr ""
490
493
 
491
- msgid "Hello"
492
- msgstr ""
493
-
494
494
  msgid ""
495
495
  "bbb\n"
496
496
  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 ""
@@ -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 ""
@@ -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"
@@ -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"
@@ -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 ""
@@ -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"
@@ -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 ""
@@ -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"
@@ -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 ""
@@ -342,7 +342,7 @@ msgid ""
342
342
  "Hello %{world}\n"
343
343
  msgstr ""
344
344
 
345
- #: ../samples/hello2.rb:20
345
+ #: ../samples/hello2.rb:20 ../test/fixtures/_/pipe.rb:28
346
346
  msgid "World"
347
347
  msgstr ""
348
348
 
@@ -553,6 +553,10 @@ msgstr ""
553
553
  msgid "in_string_array"
554
554
  msgstr ""
555
555
 
556
+ #: ../test/fixtures/_/pipe.rb:26 ../test/fixtures/hello.rb:26
557
+ msgid "Hello"
558
+ msgstr ""
559
+
556
560
  #: ../test/fixtures/backslash.rb:27
557
561
  msgid "You should escape '\\' as '\\\\'."
558
562
  msgstr ""
@@ -586,10 +590,6 @@ msgstr ""
586
590
  msgid "duplicated"
587
591
  msgstr ""
588
592
 
589
- #: ../test/fixtures/hello.rb:26
590
- msgid "Hello"
591
- msgstr ""
592
-
593
593
  #: ../test/fixtures/lower_n_.rb:33
594
594
  msgid ""
595
595
  "bbb\n"
@@ -450,6 +450,9 @@ msgstr ""
450
450
  msgid "in_string_array"
451
451
  msgstr ""
452
452
 
453
+ msgid "Hello"
454
+ msgstr ""
455
+
453
456
  msgid "You should escape '\\' as '\\\\'."
454
457
  msgstr ""
455
458
 
@@ -476,9 +479,6 @@ msgstr ""
476
479
  msgid "duplicated"
477
480
  msgstr ""
478
481
 
479
- msgid "Hello"
480
- msgstr ""
481
-
482
482
  msgid ""
483
483
  "bbb\n"
484
484
  msgid_plural ""
@@ -357,7 +357,7 @@ msgid ""
357
357
  "Hello %{world}\n"
358
358
  msgstr ""
359
359
 
360
- #: ../samples/hello2.rb:20
360
+ #: ../samples/hello2.rb:20 ../test/fixtures/_/pipe.rb:28
361
361
  msgid "World"
362
362
  msgstr ""
363
363
 
@@ -568,6 +568,10 @@ msgstr ""
568
568
  msgid "in_string_array"
569
569
  msgstr ""
570
570
 
571
+ #: ../test/fixtures/_/pipe.rb:26 ../test/fixtures/hello.rb:26
572
+ msgid "Hello"
573
+ msgstr ""
574
+
571
575
  #: ../test/fixtures/backslash.rb:27
572
576
  msgid "You should escape '\\' as '\\\\'."
573
577
  msgstr ""
@@ -601,10 +605,6 @@ msgstr ""
601
605
  msgid "duplicated"
602
606
  msgstr ""
603
607
 
604
- #: ../test/fixtures/hello.rb:26
605
- msgid "Hello"
606
- msgstr ""
607
-
608
608
  #: ../test/fixtures/lower_n_.rb:33
609
609
  msgid ""
610
610
  "bbb\n"
@@ -469,6 +469,9 @@ msgstr ""
469
469
  msgid "in_string_array"
470
470
  msgstr ""
471
471
 
472
+ msgid "Hello"
473
+ msgstr ""
474
+
472
475
  msgid "You should escape '\\' as '\\\\'."
473
476
  msgstr ""
474
477
 
@@ -495,9 +498,6 @@ msgstr ""
495
498
  msgid "duplicated"
496
499
  msgstr ""
497
500
 
498
- msgid "Hello"
499
- msgstr ""
500
-
501
501
  msgid ""
502
502
  "bbb\n"
503
503
  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"