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/uk/gettext.po
CHANGED
|
@@ -485,15 +485,6 @@ msgstr ""
|
|
|
485
485
|
msgid "Hello"
|
|
486
486
|
msgstr ""
|
|
487
487
|
|
|
488
|
-
msgid "language"
|
|
489
|
-
msgstr ""
|
|
490
|
-
|
|
491
|
-
msgid "LANGUAGE"
|
|
492
|
-
msgstr ""
|
|
493
|
-
|
|
494
|
-
msgid "no data"
|
|
495
|
-
msgstr ""
|
|
496
|
-
|
|
497
488
|
msgid ""
|
|
498
489
|
"bbb\n"
|
|
499
490
|
msgid_plural ""
|
|
@@ -561,6 +552,15 @@ msgid_plural "comments"
|
|
|
561
552
|
msgstr[0] ""
|
|
562
553
|
msgstr[1] ""
|
|
563
554
|
|
|
555
|
+
msgid "language"
|
|
556
|
+
msgstr ""
|
|
557
|
+
|
|
558
|
+
msgid "LANGUAGE"
|
|
559
|
+
msgstr ""
|
|
560
|
+
|
|
561
|
+
msgid "no data"
|
|
562
|
+
msgstr ""
|
|
563
|
+
|
|
564
564
|
msgid "こんにちは"
|
|
565
565
|
msgstr ""
|
|
566
566
|
|
data/po/vi/gettext.edit.po
CHANGED
|
@@ -392,71 +392,71 @@ msgstr[1] ""
|
|
|
392
392
|
msgid "hello, tk world"
|
|
393
393
|
msgstr ""
|
|
394
394
|
|
|
395
|
-
#: ../test/fixtures/
|
|
395
|
+
#: ../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
|
|
396
396
|
msgid "aaa"
|
|
397
397
|
msgid_plural "aaa2"
|
|
398
398
|
msgstr[0] ""
|
|
399
399
|
msgstr[1] ""
|
|
400
400
|
|
|
401
|
-
#: ../test/fixtures/
|
|
401
|
+
#: ../test/fixtures/_.rb:34 ../test/fixtures/upper_n_.rb:14
|
|
402
402
|
msgid ""
|
|
403
403
|
"aaa\n"
|
|
404
404
|
msgstr ""
|
|
405
405
|
|
|
406
|
-
#: ../test/fixtures/
|
|
406
|
+
#: ../test/fixtures/_.rb:38 ../test/fixtures/upper_n_.rb:18
|
|
407
407
|
msgid ""
|
|
408
408
|
"bbb\n"
|
|
409
409
|
"ccc"
|
|
410
410
|
msgstr ""
|
|
411
411
|
|
|
412
|
-
#: ../test/fixtures/
|
|
412
|
+
#: ../test/fixtures/_.rb:42 ../test/fixtures/upper_n_.rb:22
|
|
413
413
|
msgid ""
|
|
414
414
|
"bbb\n"
|
|
415
415
|
"ccc\n"
|
|
416
416
|
"ddd\n"
|
|
417
417
|
msgstr ""
|
|
418
418
|
|
|
419
|
-
#: ../test/fixtures/
|
|
419
|
+
#: ../test/fixtures/_.rb:49 ../test/fixtures/_.rb:53 ../test/fixtures/upper_n_.rb:29 ../test/fixtures/upper_n_.rb:33
|
|
420
420
|
msgid "eee"
|
|
421
421
|
msgstr ""
|
|
422
422
|
|
|
423
|
-
#: ../test/fixtures/
|
|
423
|
+
#: ../test/fixtures/_.rb:53 ../test/fixtures/lower_n_.rb:55 ../test/fixtures/lower_n_.rb:59 ../test/fixtures/upper_n_.rb:33
|
|
424
424
|
msgid "fff"
|
|
425
425
|
msgid_plural "fff2"
|
|
426
426
|
msgstr[0] ""
|
|
427
427
|
msgstr[1] ""
|
|
428
428
|
|
|
429
|
-
#: ../test/fixtures/
|
|
429
|
+
#: ../test/fixtures/_.rb:57 ../test/fixtures/lower_n_.rb:63 ../test/fixtures/upper_n_.rb:37
|
|
430
430
|
msgid "ggghhhiii"
|
|
431
431
|
msgid_plural "jjjkkklll"
|
|
432
432
|
msgstr[0] ""
|
|
433
433
|
msgstr[1] ""
|
|
434
434
|
|
|
435
|
-
#: ../test/fixtures/
|
|
435
|
+
#: ../test/fixtures/_.rb:63 ../test/fixtures/lower_n_.rb:72 ../test/fixtures/upper_n_.rb:43
|
|
436
436
|
msgid "a\"b\"c\""
|
|
437
437
|
msgid_plural "a\"b\"c\"2"
|
|
438
438
|
msgstr[0] ""
|
|
439
439
|
msgstr[1] ""
|
|
440
440
|
|
|
441
|
-
#: ../test/fixtures/
|
|
441
|
+
#: ../test/fixtures/_.rb:67 ../test/fixtures/lower_n_.rb:76 ../test/fixtures/upper_n_.rb:47
|
|
442
442
|
msgid "d\"e\"f\""
|
|
443
443
|
msgid_plural "d\"e\"f\"2"
|
|
444
444
|
msgstr[0] ""
|
|
445
445
|
msgstr[1] ""
|
|
446
446
|
|
|
447
|
-
#: ../test/fixtures/
|
|
447
|
+
#: ../test/fixtures/_.rb:71 ../test/fixtures/upper_n_.rb:51
|
|
448
448
|
msgid "jjj"
|
|
449
449
|
msgstr ""
|
|
450
450
|
|
|
451
|
-
#: ../test/fixtures/
|
|
451
|
+
#: ../test/fixtures/_.rb:72 ../test/fixtures/upper_n_.rb:52
|
|
452
452
|
msgid "kkk"
|
|
453
453
|
msgstr ""
|
|
454
454
|
|
|
455
|
-
#: ../test/fixtures/
|
|
455
|
+
#: ../test/fixtures/_.rb:76 ../test/fixtures/upper_n_.rb:56
|
|
456
456
|
msgid "lllmmm"
|
|
457
457
|
msgstr ""
|
|
458
458
|
|
|
459
|
-
#: ../test/fixtures/
|
|
459
|
+
#: ../test/fixtures/_.rb:84 ../test/fixtures/upper_n_.rb:64
|
|
460
460
|
msgid ""
|
|
461
461
|
"nnn\n"
|
|
462
462
|
"ooo"
|
|
@@ -581,19 +581,7 @@ msgstr ""
|
|
|
581
581
|
msgid "Hello"
|
|
582
582
|
msgstr ""
|
|
583
583
|
|
|
584
|
-
#: ../test/fixtures/
|
|
585
|
-
msgid "language"
|
|
586
|
-
msgstr ""
|
|
587
|
-
|
|
588
|
-
#: ../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
|
|
589
|
-
msgid "LANGUAGE"
|
|
590
|
-
msgstr ""
|
|
591
|
-
|
|
592
|
-
#: ../test/fixtures/multi_text_domain.rb:120
|
|
593
|
-
msgid "no data"
|
|
594
|
-
msgstr ""
|
|
595
|
-
|
|
596
|
-
#: ../test/fixtures/n_.rb:33
|
|
584
|
+
#: ../test/fixtures/lower_n_.rb:33
|
|
597
585
|
msgid ""
|
|
598
586
|
"bbb\n"
|
|
599
587
|
msgid_plural ""
|
|
@@ -602,7 +590,7 @@ msgid_plural ""
|
|
|
602
590
|
msgstr[0] ""
|
|
603
591
|
msgstr[1] ""
|
|
604
592
|
|
|
605
|
-
#: ../test/fixtures/
|
|
593
|
+
#: ../test/fixtures/lower_n_.rb:37
|
|
606
594
|
msgid ""
|
|
607
595
|
"ddd\n"
|
|
608
596
|
"ddd"
|
|
@@ -612,7 +600,7 @@ msgid_plural ""
|
|
|
612
600
|
msgstr[0] ""
|
|
613
601
|
msgstr[1] ""
|
|
614
602
|
|
|
615
|
-
#: ../test/fixtures/
|
|
603
|
+
#: ../test/fixtures/lower_n_.rb:42
|
|
616
604
|
msgid ""
|
|
617
605
|
"eee\n"
|
|
618
606
|
"eee\n"
|
|
@@ -622,7 +610,7 @@ msgid_plural ""
|
|
|
622
610
|
msgstr[0] ""
|
|
623
611
|
msgstr[1] ""
|
|
624
612
|
|
|
625
|
-
#: ../test/fixtures/
|
|
613
|
+
#: ../test/fixtures/lower_n_.rb:48
|
|
626
614
|
msgid ""
|
|
627
615
|
"ddd\n"
|
|
628
616
|
"eee\n"
|
|
@@ -632,31 +620,31 @@ msgid_plural ""
|
|
|
632
620
|
msgstr[0] ""
|
|
633
621
|
msgstr[1] ""
|
|
634
622
|
|
|
635
|
-
#: ../test/fixtures/
|
|
623
|
+
#: ../test/fixtures/lower_n_.rb:59
|
|
636
624
|
msgid "ggg"
|
|
637
625
|
msgid_plural "ggg2"
|
|
638
626
|
msgstr[0] ""
|
|
639
627
|
msgstr[1] ""
|
|
640
628
|
|
|
641
|
-
#: ../test/fixtures/
|
|
629
|
+
#: ../test/fixtures/lower_n_.rb:80
|
|
642
630
|
msgid "mmmmmm"
|
|
643
631
|
msgid_plural "mmm2mmm2"
|
|
644
632
|
msgstr[0] ""
|
|
645
633
|
msgstr[1] ""
|
|
646
634
|
|
|
647
|
-
#: ../test/fixtures/
|
|
635
|
+
#: ../test/fixtures/lower_n_.rb:81
|
|
648
636
|
msgid "nnn"
|
|
649
637
|
msgid_plural "nnn2"
|
|
650
638
|
msgstr[0] ""
|
|
651
639
|
msgstr[1] ""
|
|
652
640
|
|
|
653
|
-
#: ../test/fixtures/
|
|
641
|
+
#: ../test/fixtures/lower_n_.rb:85 ../test/fixtures/lower_n_.rb:86
|
|
654
642
|
msgid "ooo"
|
|
655
643
|
msgid_plural "ppp"
|
|
656
644
|
msgstr[0] ""
|
|
657
645
|
msgstr[1] ""
|
|
658
646
|
|
|
659
|
-
#: ../test/fixtures/
|
|
647
|
+
#: ../test/fixtures/lower_n_.rb:90 ../test/fixtures/lower_n_.rb:91
|
|
660
648
|
msgid "qqq"
|
|
661
649
|
msgid_plural "rrr"
|
|
662
650
|
msgstr[0] ""
|
|
@@ -664,12 +652,24 @@ msgstr[1] ""
|
|
|
664
652
|
|
|
665
653
|
#. TRANSLATORS:please provide translations for all
|
|
666
654
|
#. the plural forms!
|
|
667
|
-
#: ../test/fixtures/
|
|
655
|
+
#: ../test/fixtures/lower_n_.rb:97
|
|
668
656
|
msgid "comment"
|
|
669
657
|
msgid_plural "comments"
|
|
670
658
|
msgstr[0] ""
|
|
671
659
|
msgstr[1] ""
|
|
672
660
|
|
|
661
|
+
#: ../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
|
|
662
|
+
msgid "language"
|
|
663
|
+
msgstr ""
|
|
664
|
+
|
|
665
|
+
#: ../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
|
|
666
|
+
msgid "LANGUAGE"
|
|
667
|
+
msgstr ""
|
|
668
|
+
|
|
669
|
+
#: ../test/fixtures/multi_text_domain.rb:120
|
|
670
|
+
msgid "no data"
|
|
671
|
+
msgstr ""
|
|
672
|
+
|
|
673
673
|
#: ../test/fixtures/non_ascii.rb:10
|
|
674
674
|
msgid "こんにちは"
|
|
675
675
|
msgstr ""
|
data/po/vi/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/zh/gettext.edit.po
CHANGED
|
@@ -395,71 +395,71 @@ msgstr[1] ""
|
|
|
395
395
|
msgid "hello, tk world"
|
|
396
396
|
msgstr ""
|
|
397
397
|
|
|
398
|
-
#: ../test/fixtures/
|
|
398
|
+
#: ../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
|
|
399
399
|
msgid "aaa"
|
|
400
400
|
msgid_plural "aaa2"
|
|
401
401
|
msgstr[0] ""
|
|
402
402
|
msgstr[1] ""
|
|
403
403
|
|
|
404
|
-
#: ../test/fixtures/
|
|
404
|
+
#: ../test/fixtures/_.rb:34 ../test/fixtures/upper_n_.rb:14
|
|
405
405
|
msgid ""
|
|
406
406
|
"aaa\n"
|
|
407
407
|
msgstr ""
|
|
408
408
|
|
|
409
|
-
#: ../test/fixtures/
|
|
409
|
+
#: ../test/fixtures/_.rb:38 ../test/fixtures/upper_n_.rb:18
|
|
410
410
|
msgid ""
|
|
411
411
|
"bbb\n"
|
|
412
412
|
"ccc"
|
|
413
413
|
msgstr ""
|
|
414
414
|
|
|
415
|
-
#: ../test/fixtures/
|
|
415
|
+
#: ../test/fixtures/_.rb:42 ../test/fixtures/upper_n_.rb:22
|
|
416
416
|
msgid ""
|
|
417
417
|
"bbb\n"
|
|
418
418
|
"ccc\n"
|
|
419
419
|
"ddd\n"
|
|
420
420
|
msgstr ""
|
|
421
421
|
|
|
422
|
-
#: ../test/fixtures/
|
|
422
|
+
#: ../test/fixtures/_.rb:49 ../test/fixtures/_.rb:53 ../test/fixtures/upper_n_.rb:29 ../test/fixtures/upper_n_.rb:33
|
|
423
423
|
msgid "eee"
|
|
424
424
|
msgstr ""
|
|
425
425
|
|
|
426
|
-
#: ../test/fixtures/
|
|
426
|
+
#: ../test/fixtures/_.rb:53 ../test/fixtures/lower_n_.rb:55 ../test/fixtures/lower_n_.rb:59 ../test/fixtures/upper_n_.rb:33
|
|
427
427
|
msgid "fff"
|
|
428
428
|
msgid_plural "fff2"
|
|
429
429
|
msgstr[0] ""
|
|
430
430
|
msgstr[1] ""
|
|
431
431
|
|
|
432
|
-
#: ../test/fixtures/
|
|
432
|
+
#: ../test/fixtures/_.rb:57 ../test/fixtures/lower_n_.rb:63 ../test/fixtures/upper_n_.rb:37
|
|
433
433
|
msgid "ggghhhiii"
|
|
434
434
|
msgid_plural "jjjkkklll"
|
|
435
435
|
msgstr[0] ""
|
|
436
436
|
msgstr[1] ""
|
|
437
437
|
|
|
438
|
-
#: ../test/fixtures/
|
|
438
|
+
#: ../test/fixtures/_.rb:63 ../test/fixtures/lower_n_.rb:72 ../test/fixtures/upper_n_.rb:43
|
|
439
439
|
msgid "a\"b\"c\""
|
|
440
440
|
msgid_plural "a\"b\"c\"2"
|
|
441
441
|
msgstr[0] ""
|
|
442
442
|
msgstr[1] ""
|
|
443
443
|
|
|
444
|
-
#: ../test/fixtures/
|
|
444
|
+
#: ../test/fixtures/_.rb:67 ../test/fixtures/lower_n_.rb:76 ../test/fixtures/upper_n_.rb:47
|
|
445
445
|
msgid "d\"e\"f\""
|
|
446
446
|
msgid_plural "d\"e\"f\"2"
|
|
447
447
|
msgstr[0] ""
|
|
448
448
|
msgstr[1] ""
|
|
449
449
|
|
|
450
|
-
#: ../test/fixtures/
|
|
450
|
+
#: ../test/fixtures/_.rb:71 ../test/fixtures/upper_n_.rb:51
|
|
451
451
|
msgid "jjj"
|
|
452
452
|
msgstr ""
|
|
453
453
|
|
|
454
|
-
#: ../test/fixtures/
|
|
454
|
+
#: ../test/fixtures/_.rb:72 ../test/fixtures/upper_n_.rb:52
|
|
455
455
|
msgid "kkk"
|
|
456
456
|
msgstr ""
|
|
457
457
|
|
|
458
|
-
#: ../test/fixtures/
|
|
458
|
+
#: ../test/fixtures/_.rb:76 ../test/fixtures/upper_n_.rb:56
|
|
459
459
|
msgid "lllmmm"
|
|
460
460
|
msgstr ""
|
|
461
461
|
|
|
462
|
-
#: ../test/fixtures/
|
|
462
|
+
#: ../test/fixtures/_.rb:84 ../test/fixtures/upper_n_.rb:64
|
|
463
463
|
msgid ""
|
|
464
464
|
"nnn\n"
|
|
465
465
|
"ooo"
|
|
@@ -584,19 +584,7 @@ msgstr ""
|
|
|
584
584
|
msgid "Hello"
|
|
585
585
|
msgstr ""
|
|
586
586
|
|
|
587
|
-
#: ../test/fixtures/
|
|
588
|
-
msgid "language"
|
|
589
|
-
msgstr ""
|
|
590
|
-
|
|
591
|
-
#: ../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
|
|
592
|
-
msgid "LANGUAGE"
|
|
593
|
-
msgstr ""
|
|
594
|
-
|
|
595
|
-
#: ../test/fixtures/multi_text_domain.rb:120
|
|
596
|
-
msgid "no data"
|
|
597
|
-
msgstr ""
|
|
598
|
-
|
|
599
|
-
#: ../test/fixtures/n_.rb:33
|
|
587
|
+
#: ../test/fixtures/lower_n_.rb:33
|
|
600
588
|
msgid ""
|
|
601
589
|
"bbb\n"
|
|
602
590
|
msgid_plural ""
|
|
@@ -605,7 +593,7 @@ msgid_plural ""
|
|
|
605
593
|
msgstr[0] ""
|
|
606
594
|
msgstr[1] ""
|
|
607
595
|
|
|
608
|
-
#: ../test/fixtures/
|
|
596
|
+
#: ../test/fixtures/lower_n_.rb:37
|
|
609
597
|
msgid ""
|
|
610
598
|
"ddd\n"
|
|
611
599
|
"ddd"
|
|
@@ -615,7 +603,7 @@ msgid_plural ""
|
|
|
615
603
|
msgstr[0] ""
|
|
616
604
|
msgstr[1] ""
|
|
617
605
|
|
|
618
|
-
#: ../test/fixtures/
|
|
606
|
+
#: ../test/fixtures/lower_n_.rb:42
|
|
619
607
|
msgid ""
|
|
620
608
|
"eee\n"
|
|
621
609
|
"eee\n"
|
|
@@ -625,7 +613,7 @@ msgid_plural ""
|
|
|
625
613
|
msgstr[0] ""
|
|
626
614
|
msgstr[1] ""
|
|
627
615
|
|
|
628
|
-
#: ../test/fixtures/
|
|
616
|
+
#: ../test/fixtures/lower_n_.rb:48
|
|
629
617
|
msgid ""
|
|
630
618
|
"ddd\n"
|
|
631
619
|
"eee\n"
|
|
@@ -635,31 +623,31 @@ msgid_plural ""
|
|
|
635
623
|
msgstr[0] ""
|
|
636
624
|
msgstr[1] ""
|
|
637
625
|
|
|
638
|
-
#: ../test/fixtures/
|
|
626
|
+
#: ../test/fixtures/lower_n_.rb:59
|
|
639
627
|
msgid "ggg"
|
|
640
628
|
msgid_plural "ggg2"
|
|
641
629
|
msgstr[0] ""
|
|
642
630
|
msgstr[1] ""
|
|
643
631
|
|
|
644
|
-
#: ../test/fixtures/
|
|
632
|
+
#: ../test/fixtures/lower_n_.rb:80
|
|
645
633
|
msgid "mmmmmm"
|
|
646
634
|
msgid_plural "mmm2mmm2"
|
|
647
635
|
msgstr[0] ""
|
|
648
636
|
msgstr[1] ""
|
|
649
637
|
|
|
650
|
-
#: ../test/fixtures/
|
|
638
|
+
#: ../test/fixtures/lower_n_.rb:81
|
|
651
639
|
msgid "nnn"
|
|
652
640
|
msgid_plural "nnn2"
|
|
653
641
|
msgstr[0] ""
|
|
654
642
|
msgstr[1] ""
|
|
655
643
|
|
|
656
|
-
#: ../test/fixtures/
|
|
644
|
+
#: ../test/fixtures/lower_n_.rb:85 ../test/fixtures/lower_n_.rb:86
|
|
657
645
|
msgid "ooo"
|
|
658
646
|
msgid_plural "ppp"
|
|
659
647
|
msgstr[0] ""
|
|
660
648
|
msgstr[1] ""
|
|
661
649
|
|
|
662
|
-
#: ../test/fixtures/
|
|
650
|
+
#: ../test/fixtures/lower_n_.rb:90 ../test/fixtures/lower_n_.rb:91
|
|
663
651
|
msgid "qqq"
|
|
664
652
|
msgid_plural "rrr"
|
|
665
653
|
msgstr[0] ""
|
|
@@ -667,12 +655,24 @@ msgstr[1] ""
|
|
|
667
655
|
|
|
668
656
|
#. TRANSLATORS:please provide translations for all
|
|
669
657
|
#. the plural forms!
|
|
670
|
-
#: ../test/fixtures/
|
|
658
|
+
#: ../test/fixtures/lower_n_.rb:97
|
|
671
659
|
msgid "comment"
|
|
672
660
|
msgid_plural "comments"
|
|
673
661
|
msgstr[0] ""
|
|
674
662
|
msgstr[1] ""
|
|
675
663
|
|
|
664
|
+
#: ../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
|
|
665
|
+
msgid "language"
|
|
666
|
+
msgstr ""
|
|
667
|
+
|
|
668
|
+
#: ../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
|
|
669
|
+
msgid "LANGUAGE"
|
|
670
|
+
msgstr ""
|
|
671
|
+
|
|
672
|
+
#: ../test/fixtures/multi_text_domain.rb:120
|
|
673
|
+
msgid "no data"
|
|
674
|
+
msgstr ""
|
|
675
|
+
|
|
676
676
|
#: ../test/fixtures/non_ascii.rb:10
|
|
677
677
|
msgid "こんにちは"
|
|
678
678
|
msgstr ""
|
data/po/zh/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
|
|