gettext 3.2.1 → 3.2.2
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.
- checksums.yaml +4 -4
- data/doc/text/news.md +12 -0
- data/lib/gettext/locale_path.rb +1 -1
- data/lib/gettext/text_domain.rb +2 -3
- data/lib/gettext/version.rb +2 -2
- data/po/bg/gettext.edit.po +35 -35
- data/po/bg/gettext.po +9 -9
- data/po/bs/gettext.edit.po +35 -35
- data/po/bs/gettext.po +9 -9
- data/po/ca/gettext.edit.po +35 -35
- data/po/ca/gettext.po +9 -9
- data/po/cs/gettext.edit.po +35 -35
- data/po/cs/gettext.po +9 -9
- data/po/de/gettext.edit.po +35 -35
- data/po/de/gettext.po +9 -9
- data/po/el/gettext.edit.po +35 -35
- data/po/el/gettext.po +9 -9
- data/po/eo/gettext.edit.po +35 -35
- data/po/eo/gettext.po +9 -9
- data/po/es/gettext.edit.po +35 -35
- data/po/es/gettext.po +9 -9
- data/po/et/gettext.edit.po +35 -35
- data/po/et/gettext.po +9 -9
- data/po/fr/gettext.edit.po +35 -35
- data/po/fr/gettext.po +9 -9
- data/po/gettext.pot +69 -65
- data/po/hr/gettext.edit.po +35 -35
- data/po/hr/gettext.po +9 -9
- data/po/hu/gettext.edit.po +35 -35
- data/po/hu/gettext.po +9 -9
- data/po/it/gettext.edit.po +35 -35
- data/po/it/gettext.po +9 -9
- data/po/ja/gettext.edit.po +35 -35
- data/po/ja/gettext.po +9 -9
- data/po/ko/gettext.edit.po +35 -35
- data/po/ko/gettext.po +9 -9
- data/po/lv/gettext.edit.po +35 -35
- data/po/lv/gettext.po +9 -9
- data/po/nb/gettext.edit.po +35 -35
- data/po/nb/gettext.po +9 -9
- data/po/nl/gettext.edit.po +35 -35
- data/po/nl/gettext.po +9 -9
- data/po/pt_BR/gettext.edit.po +35 -35
- data/po/pt_BR/gettext.po +9 -9
- data/po/ru/gettext.edit.po +35 -35
- data/po/ru/gettext.po +9 -9
- data/po/sr/gettext.edit.po +35 -35
- data/po/sr/gettext.po +9 -9
- data/po/sv/gettext.edit.po +35 -35
- data/po/sv/gettext.po +9 -9
- data/po/uk/gettext.edit.po +35 -35
- data/po/uk/gettext.po +9 -9
- data/po/vi/gettext.edit.po +35 -35
- data/po/vi/gettext.po +9 -9
- data/po/zh/gettext.edit.po +35 -35
- data/po/zh/gettext.po +9 -9
- data/po/zh_TW/gettext.edit.po +35 -35
- data/po/zh_TW/gettext.po +9 -9
- data/test/fixtures/{n_.rb → lower_n_.rb} +0 -0
- data/test/fixtures/{N_.rb → upper_n_.rb} +0 -0
- data/test/locale/ja/LC_MESSAGES/hello.mo +0 -0
- data/test/locale/zh_Hant/LC_MESSAGES/test1.mo +0 -0
- data/test/po/hello.pot +23 -0
- data/test/po/ja/_.edit.po +2 -2
- data/test/po/ja/_.po +2 -2
- data/test/po/ja/hello.edit.po +22 -0
- data/test/po/ja/hello.po.time_stamp +0 -0
- data/test/po/zh_Hant/test1.po +23 -0
- data/test/test_locale_path.rb +17 -7
- data/test/test_parser.rb +69 -31
- metadata +11 -5
data/po/nl/gettext.po
CHANGED
|
@@ -480,15 +480,6 @@ msgstr ""
|
|
|
480
480
|
msgid "Hello"
|
|
481
481
|
msgstr ""
|
|
482
482
|
|
|
483
|
-
msgid "language"
|
|
484
|
-
msgstr ""
|
|
485
|
-
|
|
486
|
-
msgid "LANGUAGE"
|
|
487
|
-
msgstr ""
|
|
488
|
-
|
|
489
|
-
msgid "no data"
|
|
490
|
-
msgstr ""
|
|
491
|
-
|
|
492
483
|
msgid ""
|
|
493
484
|
"bbb\n"
|
|
494
485
|
msgid_plural ""
|
|
@@ -556,6 +547,15 @@ msgid_plural "comments"
|
|
|
556
547
|
msgstr[0] ""
|
|
557
548
|
msgstr[1] ""
|
|
558
549
|
|
|
550
|
+
msgid "language"
|
|
551
|
+
msgstr ""
|
|
552
|
+
|
|
553
|
+
msgid "LANGUAGE"
|
|
554
|
+
msgstr ""
|
|
555
|
+
|
|
556
|
+
msgid "no data"
|
|
557
|
+
msgstr ""
|
|
558
|
+
|
|
559
559
|
msgid "こんにちは"
|
|
560
560
|
msgstr ""
|
|
561
561
|
|
data/po/pt_BR/gettext.edit.po
CHANGED
|
@@ -393,71 +393,71 @@ msgstr[1] ""
|
|
|
393
393
|
msgid "hello, tk world"
|
|
394
394
|
msgstr ""
|
|
395
395
|
|
|
396
|
-
#: ../test/fixtures/
|
|
396
|
+
#: ../test/fixtures/_.rb:30 ../test/fixtures/lower_n_.rb:29 ../test/fixtures/upper_n_.rb:10 ../test/test_gettext.rb:155 ../test/test_gettext.rb:159
|
|
397
397
|
msgid "aaa"
|
|
398
398
|
msgid_plural "aaa2"
|
|
399
399
|
msgstr[0] ""
|
|
400
400
|
msgstr[1] ""
|
|
401
401
|
|
|
402
|
-
#: ../test/fixtures/
|
|
402
|
+
#: ../test/fixtures/_.rb:34 ../test/fixtures/upper_n_.rb:14
|
|
403
403
|
msgid ""
|
|
404
404
|
"aaa\n"
|
|
405
405
|
msgstr ""
|
|
406
406
|
|
|
407
|
-
#: ../test/fixtures/
|
|
407
|
+
#: ../test/fixtures/_.rb:38 ../test/fixtures/upper_n_.rb:18
|
|
408
408
|
msgid ""
|
|
409
409
|
"bbb\n"
|
|
410
410
|
"ccc"
|
|
411
411
|
msgstr ""
|
|
412
412
|
|
|
413
|
-
#: ../test/fixtures/
|
|
413
|
+
#: ../test/fixtures/_.rb:42 ../test/fixtures/upper_n_.rb:22
|
|
414
414
|
msgid ""
|
|
415
415
|
"bbb\n"
|
|
416
416
|
"ccc\n"
|
|
417
417
|
"ddd\n"
|
|
418
418
|
msgstr ""
|
|
419
419
|
|
|
420
|
-
#: ../test/fixtures/
|
|
420
|
+
#: ../test/fixtures/_.rb:49 ../test/fixtures/_.rb:53 ../test/fixtures/upper_n_.rb:29 ../test/fixtures/upper_n_.rb:33
|
|
421
421
|
msgid "eee"
|
|
422
422
|
msgstr ""
|
|
423
423
|
|
|
424
|
-
#: ../test/fixtures/
|
|
424
|
+
#: ../test/fixtures/_.rb:53 ../test/fixtures/lower_n_.rb:55 ../test/fixtures/lower_n_.rb:59 ../test/fixtures/upper_n_.rb:33
|
|
425
425
|
msgid "fff"
|
|
426
426
|
msgid_plural "fff2"
|
|
427
427
|
msgstr[0] ""
|
|
428
428
|
msgstr[1] ""
|
|
429
429
|
|
|
430
|
-
#: ../test/fixtures/
|
|
430
|
+
#: ../test/fixtures/_.rb:57 ../test/fixtures/lower_n_.rb:63 ../test/fixtures/upper_n_.rb:37
|
|
431
431
|
msgid "ggghhhiii"
|
|
432
432
|
msgid_plural "jjjkkklll"
|
|
433
433
|
msgstr[0] ""
|
|
434
434
|
msgstr[1] ""
|
|
435
435
|
|
|
436
|
-
#: ../test/fixtures/
|
|
436
|
+
#: ../test/fixtures/_.rb:63 ../test/fixtures/lower_n_.rb:72 ../test/fixtures/upper_n_.rb:43
|
|
437
437
|
msgid "a\"b\"c\""
|
|
438
438
|
msgid_plural "a\"b\"c\"2"
|
|
439
439
|
msgstr[0] ""
|
|
440
440
|
msgstr[1] ""
|
|
441
441
|
|
|
442
|
-
#: ../test/fixtures/
|
|
442
|
+
#: ../test/fixtures/_.rb:67 ../test/fixtures/lower_n_.rb:76 ../test/fixtures/upper_n_.rb:47
|
|
443
443
|
msgid "d\"e\"f\""
|
|
444
444
|
msgid_plural "d\"e\"f\"2"
|
|
445
445
|
msgstr[0] ""
|
|
446
446
|
msgstr[1] ""
|
|
447
447
|
|
|
448
|
-
#: ../test/fixtures/
|
|
448
|
+
#: ../test/fixtures/_.rb:71 ../test/fixtures/upper_n_.rb:51
|
|
449
449
|
msgid "jjj"
|
|
450
450
|
msgstr ""
|
|
451
451
|
|
|
452
|
-
#: ../test/fixtures/
|
|
452
|
+
#: ../test/fixtures/_.rb:72 ../test/fixtures/upper_n_.rb:52
|
|
453
453
|
msgid "kkk"
|
|
454
454
|
msgstr ""
|
|
455
455
|
|
|
456
|
-
#: ../test/fixtures/
|
|
456
|
+
#: ../test/fixtures/_.rb:76 ../test/fixtures/upper_n_.rb:56
|
|
457
457
|
msgid "lllmmm"
|
|
458
458
|
msgstr ""
|
|
459
459
|
|
|
460
|
-
#: ../test/fixtures/
|
|
460
|
+
#: ../test/fixtures/_.rb:84 ../test/fixtures/upper_n_.rb:64
|
|
461
461
|
msgid ""
|
|
462
462
|
"nnn\n"
|
|
463
463
|
"ooo"
|
|
@@ -582,19 +582,7 @@ msgstr ""
|
|
|
582
582
|
msgid "Hello"
|
|
583
583
|
msgstr ""
|
|
584
584
|
|
|
585
|
-
#: ../test/fixtures/
|
|
586
|
-
msgid "language"
|
|
587
|
-
msgstr ""
|
|
588
|
-
|
|
589
|
-
#: ../test/fixtures/multi_text_domain.rb:14 ../test/fixtures/multi_text_domain.rb:27 ../test/fixtures/multi_text_domain.rb:54 ../test/fixtures/multi_text_domain.rb:65 ../test/fixtures/multi_text_domain.rb:78 ../test/fixtures/multi_text_domain.rb:116 ../test/test_gettext.rb:53
|
|
590
|
-
msgid "LANGUAGE"
|
|
591
|
-
msgstr ""
|
|
592
|
-
|
|
593
|
-
#: ../test/fixtures/multi_text_domain.rb:120
|
|
594
|
-
msgid "no data"
|
|
595
|
-
msgstr ""
|
|
596
|
-
|
|
597
|
-
#: ../test/fixtures/n_.rb:33
|
|
585
|
+
#: ../test/fixtures/lower_n_.rb:33
|
|
598
586
|
msgid ""
|
|
599
587
|
"bbb\n"
|
|
600
588
|
msgid_plural ""
|
|
@@ -603,7 +591,7 @@ msgid_plural ""
|
|
|
603
591
|
msgstr[0] ""
|
|
604
592
|
msgstr[1] ""
|
|
605
593
|
|
|
606
|
-
#: ../test/fixtures/
|
|
594
|
+
#: ../test/fixtures/lower_n_.rb:37
|
|
607
595
|
msgid ""
|
|
608
596
|
"ddd\n"
|
|
609
597
|
"ddd"
|
|
@@ -613,7 +601,7 @@ msgid_plural ""
|
|
|
613
601
|
msgstr[0] ""
|
|
614
602
|
msgstr[1] ""
|
|
615
603
|
|
|
616
|
-
#: ../test/fixtures/
|
|
604
|
+
#: ../test/fixtures/lower_n_.rb:42
|
|
617
605
|
msgid ""
|
|
618
606
|
"eee\n"
|
|
619
607
|
"eee\n"
|
|
@@ -623,7 +611,7 @@ msgid_plural ""
|
|
|
623
611
|
msgstr[0] ""
|
|
624
612
|
msgstr[1] ""
|
|
625
613
|
|
|
626
|
-
#: ../test/fixtures/
|
|
614
|
+
#: ../test/fixtures/lower_n_.rb:48
|
|
627
615
|
msgid ""
|
|
628
616
|
"ddd\n"
|
|
629
617
|
"eee\n"
|
|
@@ -633,31 +621,31 @@ msgid_plural ""
|
|
|
633
621
|
msgstr[0] ""
|
|
634
622
|
msgstr[1] ""
|
|
635
623
|
|
|
636
|
-
#: ../test/fixtures/
|
|
624
|
+
#: ../test/fixtures/lower_n_.rb:59
|
|
637
625
|
msgid "ggg"
|
|
638
626
|
msgid_plural "ggg2"
|
|
639
627
|
msgstr[0] ""
|
|
640
628
|
msgstr[1] ""
|
|
641
629
|
|
|
642
|
-
#: ../test/fixtures/
|
|
630
|
+
#: ../test/fixtures/lower_n_.rb:80
|
|
643
631
|
msgid "mmmmmm"
|
|
644
632
|
msgid_plural "mmm2mmm2"
|
|
645
633
|
msgstr[0] ""
|
|
646
634
|
msgstr[1] ""
|
|
647
635
|
|
|
648
|
-
#: ../test/fixtures/
|
|
636
|
+
#: ../test/fixtures/lower_n_.rb:81
|
|
649
637
|
msgid "nnn"
|
|
650
638
|
msgid_plural "nnn2"
|
|
651
639
|
msgstr[0] ""
|
|
652
640
|
msgstr[1] ""
|
|
653
641
|
|
|
654
|
-
#: ../test/fixtures/
|
|
642
|
+
#: ../test/fixtures/lower_n_.rb:85 ../test/fixtures/lower_n_.rb:86
|
|
655
643
|
msgid "ooo"
|
|
656
644
|
msgid_plural "ppp"
|
|
657
645
|
msgstr[0] ""
|
|
658
646
|
msgstr[1] ""
|
|
659
647
|
|
|
660
|
-
#: ../test/fixtures/
|
|
648
|
+
#: ../test/fixtures/lower_n_.rb:90 ../test/fixtures/lower_n_.rb:91
|
|
661
649
|
msgid "qqq"
|
|
662
650
|
msgid_plural "rrr"
|
|
663
651
|
msgstr[0] ""
|
|
@@ -665,12 +653,24 @@ msgstr[1] ""
|
|
|
665
653
|
|
|
666
654
|
#. TRANSLATORS:please provide translations for all
|
|
667
655
|
#. the plural forms!
|
|
668
|
-
#: ../test/fixtures/
|
|
656
|
+
#: ../test/fixtures/lower_n_.rb:97
|
|
669
657
|
msgid "comment"
|
|
670
658
|
msgid_plural "comments"
|
|
671
659
|
msgstr[0] ""
|
|
672
660
|
msgstr[1] ""
|
|
673
661
|
|
|
662
|
+
#: ../test/fixtures/multi_text_domain.rb:11 ../test/fixtures/multi_text_domain.rb:24 ../test/fixtures/multi_text_domain.rb:43 ../test/fixtures/multi_text_domain.rb:50 ../test/fixtures/multi_text_domain.rb:62 ../test/fixtures/multi_text_domain.rb:75 ../test/fixtures/multi_text_domain.rb:91 ../test/fixtures/multi_text_domain.rb:104 ../test/fixtures/multi_text_domain.rb:108 ../test/fixtures/multi_text_domain.rb:128 ../test/fixtures/simple.rb:10 ../test/test_gettext.rb:64 ../test/test_gettext.rb:297 ../test/test_gettext.rb:299 ../test/test_gettext.rb:302 ../test/test_gettext.rb:306 ../test/test_gettext.rb:309 ../test/test_gettext.rb:322 ../test/test_gettext.rb:325 ../test/test_gettext.rb:328 ../test/test_gettext.rb:336 ../test/test_gettext.rb:339 ../test/test_gettext.rb:351 ../test/test_gettext.rb:358 ../test/test_text_domain_toplevel.rb:9 ../test/test_text_domain_toplevel.rb:15 ../test/test_text_domain_toplevel.rb:18 ../test/test_text_domain_toplevel.rb:23 ../test/test_thread.rb:23
|
|
663
|
+
msgid "language"
|
|
664
|
+
msgstr ""
|
|
665
|
+
|
|
666
|
+
#: ../test/fixtures/multi_text_domain.rb:14 ../test/fixtures/multi_text_domain.rb:27 ../test/fixtures/multi_text_domain.rb:54 ../test/fixtures/multi_text_domain.rb:65 ../test/fixtures/multi_text_domain.rb:78 ../test/fixtures/multi_text_domain.rb:116 ../test/test_gettext.rb:53
|
|
667
|
+
msgid "LANGUAGE"
|
|
668
|
+
msgstr ""
|
|
669
|
+
|
|
670
|
+
#: ../test/fixtures/multi_text_domain.rb:120
|
|
671
|
+
msgid "no data"
|
|
672
|
+
msgstr ""
|
|
673
|
+
|
|
674
674
|
#: ../test/fixtures/non_ascii.rb:10
|
|
675
675
|
msgid "こんにちは"
|
|
676
676
|
msgstr ""
|
data/po/pt_BR/gettext.po
CHANGED
|
@@ -482,15 +482,6 @@ msgstr ""
|
|
|
482
482
|
msgid "Hello"
|
|
483
483
|
msgstr ""
|
|
484
484
|
|
|
485
|
-
msgid "language"
|
|
486
|
-
msgstr ""
|
|
487
|
-
|
|
488
|
-
msgid "LANGUAGE"
|
|
489
|
-
msgstr ""
|
|
490
|
-
|
|
491
|
-
msgid "no data"
|
|
492
|
-
msgstr ""
|
|
493
|
-
|
|
494
485
|
msgid ""
|
|
495
486
|
"bbb\n"
|
|
496
487
|
msgid_plural ""
|
|
@@ -558,6 +549,15 @@ msgid_plural "comments"
|
|
|
558
549
|
msgstr[0] ""
|
|
559
550
|
msgstr[1] ""
|
|
560
551
|
|
|
552
|
+
msgid "language"
|
|
553
|
+
msgstr ""
|
|
554
|
+
|
|
555
|
+
msgid "LANGUAGE"
|
|
556
|
+
msgstr ""
|
|
557
|
+
|
|
558
|
+
msgid "no data"
|
|
559
|
+
msgstr ""
|
|
560
|
+
|
|
561
561
|
msgid "こんにちは"
|
|
562
562
|
msgstr ""
|
|
563
563
|
|
data/po/ru/gettext.edit.po
CHANGED
|
@@ -393,71 +393,71 @@ msgstr[1] ""
|
|
|
393
393
|
msgid "hello, tk world"
|
|
394
394
|
msgstr ""
|
|
395
395
|
|
|
396
|
-
#: ../test/fixtures/
|
|
396
|
+
#: ../test/fixtures/_.rb:30 ../test/fixtures/lower_n_.rb:29 ../test/fixtures/upper_n_.rb:10 ../test/test_gettext.rb:155 ../test/test_gettext.rb:159
|
|
397
397
|
msgid "aaa"
|
|
398
398
|
msgid_plural "aaa2"
|
|
399
399
|
msgstr[0] ""
|
|
400
400
|
msgstr[1] ""
|
|
401
401
|
|
|
402
|
-
#: ../test/fixtures/
|
|
402
|
+
#: ../test/fixtures/_.rb:34 ../test/fixtures/upper_n_.rb:14
|
|
403
403
|
msgid ""
|
|
404
404
|
"aaa\n"
|
|
405
405
|
msgstr ""
|
|
406
406
|
|
|
407
|
-
#: ../test/fixtures/
|
|
407
|
+
#: ../test/fixtures/_.rb:38 ../test/fixtures/upper_n_.rb:18
|
|
408
408
|
msgid ""
|
|
409
409
|
"bbb\n"
|
|
410
410
|
"ccc"
|
|
411
411
|
msgstr ""
|
|
412
412
|
|
|
413
|
-
#: ../test/fixtures/
|
|
413
|
+
#: ../test/fixtures/_.rb:42 ../test/fixtures/upper_n_.rb:22
|
|
414
414
|
msgid ""
|
|
415
415
|
"bbb\n"
|
|
416
416
|
"ccc\n"
|
|
417
417
|
"ddd\n"
|
|
418
418
|
msgstr ""
|
|
419
419
|
|
|
420
|
-
#: ../test/fixtures/
|
|
420
|
+
#: ../test/fixtures/_.rb:49 ../test/fixtures/_.rb:53 ../test/fixtures/upper_n_.rb:29 ../test/fixtures/upper_n_.rb:33
|
|
421
421
|
msgid "eee"
|
|
422
422
|
msgstr ""
|
|
423
423
|
|
|
424
|
-
#: ../test/fixtures/
|
|
424
|
+
#: ../test/fixtures/_.rb:53 ../test/fixtures/lower_n_.rb:55 ../test/fixtures/lower_n_.rb:59 ../test/fixtures/upper_n_.rb:33
|
|
425
425
|
msgid "fff"
|
|
426
426
|
msgid_plural "fff2"
|
|
427
427
|
msgstr[0] ""
|
|
428
428
|
msgstr[1] ""
|
|
429
429
|
|
|
430
|
-
#: ../test/fixtures/
|
|
430
|
+
#: ../test/fixtures/_.rb:57 ../test/fixtures/lower_n_.rb:63 ../test/fixtures/upper_n_.rb:37
|
|
431
431
|
msgid "ggghhhiii"
|
|
432
432
|
msgid_plural "jjjkkklll"
|
|
433
433
|
msgstr[0] ""
|
|
434
434
|
msgstr[1] ""
|
|
435
435
|
|
|
436
|
-
#: ../test/fixtures/
|
|
436
|
+
#: ../test/fixtures/_.rb:63 ../test/fixtures/lower_n_.rb:72 ../test/fixtures/upper_n_.rb:43
|
|
437
437
|
msgid "a\"b\"c\""
|
|
438
438
|
msgid_plural "a\"b\"c\"2"
|
|
439
439
|
msgstr[0] ""
|
|
440
440
|
msgstr[1] ""
|
|
441
441
|
|
|
442
|
-
#: ../test/fixtures/
|
|
442
|
+
#: ../test/fixtures/_.rb:67 ../test/fixtures/lower_n_.rb:76 ../test/fixtures/upper_n_.rb:47
|
|
443
443
|
msgid "d\"e\"f\""
|
|
444
444
|
msgid_plural "d\"e\"f\"2"
|
|
445
445
|
msgstr[0] ""
|
|
446
446
|
msgstr[1] ""
|
|
447
447
|
|
|
448
|
-
#: ../test/fixtures/
|
|
448
|
+
#: ../test/fixtures/_.rb:71 ../test/fixtures/upper_n_.rb:51
|
|
449
449
|
msgid "jjj"
|
|
450
450
|
msgstr ""
|
|
451
451
|
|
|
452
|
-
#: ../test/fixtures/
|
|
452
|
+
#: ../test/fixtures/_.rb:72 ../test/fixtures/upper_n_.rb:52
|
|
453
453
|
msgid "kkk"
|
|
454
454
|
msgstr ""
|
|
455
455
|
|
|
456
|
-
#: ../test/fixtures/
|
|
456
|
+
#: ../test/fixtures/_.rb:76 ../test/fixtures/upper_n_.rb:56
|
|
457
457
|
msgid "lllmmm"
|
|
458
458
|
msgstr ""
|
|
459
459
|
|
|
460
|
-
#: ../test/fixtures/
|
|
460
|
+
#: ../test/fixtures/_.rb:84 ../test/fixtures/upper_n_.rb:64
|
|
461
461
|
msgid ""
|
|
462
462
|
"nnn\n"
|
|
463
463
|
"ooo"
|
|
@@ -582,19 +582,7 @@ msgstr ""
|
|
|
582
582
|
msgid "Hello"
|
|
583
583
|
msgstr ""
|
|
584
584
|
|
|
585
|
-
#: ../test/fixtures/
|
|
586
|
-
msgid "language"
|
|
587
|
-
msgstr ""
|
|
588
|
-
|
|
589
|
-
#: ../test/fixtures/multi_text_domain.rb:14 ../test/fixtures/multi_text_domain.rb:27 ../test/fixtures/multi_text_domain.rb:54 ../test/fixtures/multi_text_domain.rb:65 ../test/fixtures/multi_text_domain.rb:78 ../test/fixtures/multi_text_domain.rb:116 ../test/test_gettext.rb:53
|
|
590
|
-
msgid "LANGUAGE"
|
|
591
|
-
msgstr ""
|
|
592
|
-
|
|
593
|
-
#: ../test/fixtures/multi_text_domain.rb:120
|
|
594
|
-
msgid "no data"
|
|
595
|
-
msgstr ""
|
|
596
|
-
|
|
597
|
-
#: ../test/fixtures/n_.rb:33
|
|
585
|
+
#: ../test/fixtures/lower_n_.rb:33
|
|
598
586
|
msgid ""
|
|
599
587
|
"bbb\n"
|
|
600
588
|
msgid_plural ""
|
|
@@ -603,7 +591,7 @@ msgid_plural ""
|
|
|
603
591
|
msgstr[0] ""
|
|
604
592
|
msgstr[1] ""
|
|
605
593
|
|
|
606
|
-
#: ../test/fixtures/
|
|
594
|
+
#: ../test/fixtures/lower_n_.rb:37
|
|
607
595
|
msgid ""
|
|
608
596
|
"ddd\n"
|
|
609
597
|
"ddd"
|
|
@@ -613,7 +601,7 @@ msgid_plural ""
|
|
|
613
601
|
msgstr[0] ""
|
|
614
602
|
msgstr[1] ""
|
|
615
603
|
|
|
616
|
-
#: ../test/fixtures/
|
|
604
|
+
#: ../test/fixtures/lower_n_.rb:42
|
|
617
605
|
msgid ""
|
|
618
606
|
"eee\n"
|
|
619
607
|
"eee\n"
|
|
@@ -623,7 +611,7 @@ msgid_plural ""
|
|
|
623
611
|
msgstr[0] ""
|
|
624
612
|
msgstr[1] ""
|
|
625
613
|
|
|
626
|
-
#: ../test/fixtures/
|
|
614
|
+
#: ../test/fixtures/lower_n_.rb:48
|
|
627
615
|
msgid ""
|
|
628
616
|
"ddd\n"
|
|
629
617
|
"eee\n"
|
|
@@ -633,31 +621,31 @@ msgid_plural ""
|
|
|
633
621
|
msgstr[0] ""
|
|
634
622
|
msgstr[1] ""
|
|
635
623
|
|
|
636
|
-
#: ../test/fixtures/
|
|
624
|
+
#: ../test/fixtures/lower_n_.rb:59
|
|
637
625
|
msgid "ggg"
|
|
638
626
|
msgid_plural "ggg2"
|
|
639
627
|
msgstr[0] ""
|
|
640
628
|
msgstr[1] ""
|
|
641
629
|
|
|
642
|
-
#: ../test/fixtures/
|
|
630
|
+
#: ../test/fixtures/lower_n_.rb:80
|
|
643
631
|
msgid "mmmmmm"
|
|
644
632
|
msgid_plural "mmm2mmm2"
|
|
645
633
|
msgstr[0] ""
|
|
646
634
|
msgstr[1] ""
|
|
647
635
|
|
|
648
|
-
#: ../test/fixtures/
|
|
636
|
+
#: ../test/fixtures/lower_n_.rb:81
|
|
649
637
|
msgid "nnn"
|
|
650
638
|
msgid_plural "nnn2"
|
|
651
639
|
msgstr[0] ""
|
|
652
640
|
msgstr[1] ""
|
|
653
641
|
|
|
654
|
-
#: ../test/fixtures/
|
|
642
|
+
#: ../test/fixtures/lower_n_.rb:85 ../test/fixtures/lower_n_.rb:86
|
|
655
643
|
msgid "ooo"
|
|
656
644
|
msgid_plural "ppp"
|
|
657
645
|
msgstr[0] ""
|
|
658
646
|
msgstr[1] ""
|
|
659
647
|
|
|
660
|
-
#: ../test/fixtures/
|
|
648
|
+
#: ../test/fixtures/lower_n_.rb:90 ../test/fixtures/lower_n_.rb:91
|
|
661
649
|
msgid "qqq"
|
|
662
650
|
msgid_plural "rrr"
|
|
663
651
|
msgstr[0] ""
|
|
@@ -665,12 +653,24 @@ msgstr[1] ""
|
|
|
665
653
|
|
|
666
654
|
#. TRANSLATORS:please provide translations for all
|
|
667
655
|
#. the plural forms!
|
|
668
|
-
#: ../test/fixtures/
|
|
656
|
+
#: ../test/fixtures/lower_n_.rb:97
|
|
669
657
|
msgid "comment"
|
|
670
658
|
msgid_plural "comments"
|
|
671
659
|
msgstr[0] ""
|
|
672
660
|
msgstr[1] ""
|
|
673
661
|
|
|
662
|
+
#: ../test/fixtures/multi_text_domain.rb:11 ../test/fixtures/multi_text_domain.rb:24 ../test/fixtures/multi_text_domain.rb:43 ../test/fixtures/multi_text_domain.rb:50 ../test/fixtures/multi_text_domain.rb:62 ../test/fixtures/multi_text_domain.rb:75 ../test/fixtures/multi_text_domain.rb:91 ../test/fixtures/multi_text_domain.rb:104 ../test/fixtures/multi_text_domain.rb:108 ../test/fixtures/multi_text_domain.rb:128 ../test/fixtures/simple.rb:10 ../test/test_gettext.rb:64 ../test/test_gettext.rb:297 ../test/test_gettext.rb:299 ../test/test_gettext.rb:302 ../test/test_gettext.rb:306 ../test/test_gettext.rb:309 ../test/test_gettext.rb:322 ../test/test_gettext.rb:325 ../test/test_gettext.rb:328 ../test/test_gettext.rb:336 ../test/test_gettext.rb:339 ../test/test_gettext.rb:351 ../test/test_gettext.rb:358 ../test/test_text_domain_toplevel.rb:9 ../test/test_text_domain_toplevel.rb:15 ../test/test_text_domain_toplevel.rb:18 ../test/test_text_domain_toplevel.rb:23 ../test/test_thread.rb:23
|
|
663
|
+
msgid "language"
|
|
664
|
+
msgstr ""
|
|
665
|
+
|
|
666
|
+
#: ../test/fixtures/multi_text_domain.rb:14 ../test/fixtures/multi_text_domain.rb:27 ../test/fixtures/multi_text_domain.rb:54 ../test/fixtures/multi_text_domain.rb:65 ../test/fixtures/multi_text_domain.rb:78 ../test/fixtures/multi_text_domain.rb:116 ../test/test_gettext.rb:53
|
|
667
|
+
msgid "LANGUAGE"
|
|
668
|
+
msgstr ""
|
|
669
|
+
|
|
670
|
+
#: ../test/fixtures/multi_text_domain.rb:120
|
|
671
|
+
msgid "no data"
|
|
672
|
+
msgstr ""
|
|
673
|
+
|
|
674
674
|
#: ../test/fixtures/non_ascii.rb:10
|
|
675
675
|
msgid "こんにちは"
|
|
676
676
|
msgstr ""
|
data/po/ru/gettext.po
CHANGED
|
@@ -482,15 +482,6 @@ msgstr ""
|
|
|
482
482
|
msgid "Hello"
|
|
483
483
|
msgstr ""
|
|
484
484
|
|
|
485
|
-
msgid "language"
|
|
486
|
-
msgstr ""
|
|
487
|
-
|
|
488
|
-
msgid "LANGUAGE"
|
|
489
|
-
msgstr ""
|
|
490
|
-
|
|
491
|
-
msgid "no data"
|
|
492
|
-
msgstr ""
|
|
493
|
-
|
|
494
485
|
msgid ""
|
|
495
486
|
"bbb\n"
|
|
496
487
|
msgid_plural ""
|
|
@@ -558,6 +549,15 @@ msgid_plural "comments"
|
|
|
558
549
|
msgstr[0] ""
|
|
559
550
|
msgstr[1] ""
|
|
560
551
|
|
|
552
|
+
msgid "language"
|
|
553
|
+
msgstr ""
|
|
554
|
+
|
|
555
|
+
msgid "LANGUAGE"
|
|
556
|
+
msgstr ""
|
|
557
|
+
|
|
558
|
+
msgid "no data"
|
|
559
|
+
msgstr ""
|
|
560
|
+
|
|
561
561
|
msgid "こんにちは"
|
|
562
562
|
msgstr ""
|
|
563
563
|
|