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/eo/gettext.po
CHANGED
|
@@ -481,15 +481,6 @@ msgstr ""
|
|
|
481
481
|
msgid "Hello"
|
|
482
482
|
msgstr ""
|
|
483
483
|
|
|
484
|
-
msgid "language"
|
|
485
|
-
msgstr ""
|
|
486
|
-
|
|
487
|
-
msgid "LANGUAGE"
|
|
488
|
-
msgstr ""
|
|
489
|
-
|
|
490
|
-
msgid "no data"
|
|
491
|
-
msgstr ""
|
|
492
|
-
|
|
493
484
|
msgid ""
|
|
494
485
|
"bbb\n"
|
|
495
486
|
msgid_plural ""
|
|
@@ -557,6 +548,15 @@ msgid_plural "comments"
|
|
|
557
548
|
msgstr[0] ""
|
|
558
549
|
msgstr[1] ""
|
|
559
550
|
|
|
551
|
+
msgid "language"
|
|
552
|
+
msgstr ""
|
|
553
|
+
|
|
554
|
+
msgid "LANGUAGE"
|
|
555
|
+
msgstr ""
|
|
556
|
+
|
|
557
|
+
msgid "no data"
|
|
558
|
+
msgstr ""
|
|
559
|
+
|
|
560
560
|
msgid "こんにちは"
|
|
561
561
|
msgstr ""
|
|
562
562
|
|
data/po/es/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/es/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/et/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/et/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
|
|