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/bs/gettext.po
CHANGED
|
@@ -475,15 +475,6 @@ msgstr ""
|
|
|
475
475
|
msgid "Hello"
|
|
476
476
|
msgstr ""
|
|
477
477
|
|
|
478
|
-
msgid "language"
|
|
479
|
-
msgstr ""
|
|
480
|
-
|
|
481
|
-
msgid "LANGUAGE"
|
|
482
|
-
msgstr ""
|
|
483
|
-
|
|
484
|
-
msgid "no data"
|
|
485
|
-
msgstr ""
|
|
486
|
-
|
|
487
478
|
msgid ""
|
|
488
479
|
"bbb\n"
|
|
489
480
|
msgid_plural ""
|
|
@@ -551,6 +542,15 @@ msgid_plural "comments"
|
|
|
551
542
|
msgstr[0] ""
|
|
552
543
|
msgstr[1] ""
|
|
553
544
|
|
|
545
|
+
msgid "language"
|
|
546
|
+
msgstr ""
|
|
547
|
+
|
|
548
|
+
msgid "LANGUAGE"
|
|
549
|
+
msgstr ""
|
|
550
|
+
|
|
551
|
+
msgid "no data"
|
|
552
|
+
msgstr ""
|
|
553
|
+
|
|
554
554
|
msgid "こんにちは"
|
|
555
555
|
msgstr ""
|
|
556
556
|
|
data/po/ca/gettext.edit.po
CHANGED
|
@@ -381,71 +381,71 @@ msgstr[1] ""
|
|
|
381
381
|
msgid "hello, tk world"
|
|
382
382
|
msgstr ""
|
|
383
383
|
|
|
384
|
-
#: ../test/fixtures/
|
|
384
|
+
#: ../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
|
|
385
385
|
msgid "aaa"
|
|
386
386
|
msgid_plural "aaa2"
|
|
387
387
|
msgstr[0] ""
|
|
388
388
|
msgstr[1] ""
|
|
389
389
|
|
|
390
|
-
#: ../test/fixtures/
|
|
390
|
+
#: ../test/fixtures/_.rb:34 ../test/fixtures/upper_n_.rb:14
|
|
391
391
|
msgid ""
|
|
392
392
|
"aaa\n"
|
|
393
393
|
msgstr ""
|
|
394
394
|
|
|
395
|
-
#: ../test/fixtures/
|
|
395
|
+
#: ../test/fixtures/_.rb:38 ../test/fixtures/upper_n_.rb:18
|
|
396
396
|
msgid ""
|
|
397
397
|
"bbb\n"
|
|
398
398
|
"ccc"
|
|
399
399
|
msgstr ""
|
|
400
400
|
|
|
401
|
-
#: ../test/fixtures/
|
|
401
|
+
#: ../test/fixtures/_.rb:42 ../test/fixtures/upper_n_.rb:22
|
|
402
402
|
msgid ""
|
|
403
403
|
"bbb\n"
|
|
404
404
|
"ccc\n"
|
|
405
405
|
"ddd\n"
|
|
406
406
|
msgstr ""
|
|
407
407
|
|
|
408
|
-
#: ../test/fixtures/
|
|
408
|
+
#: ../test/fixtures/_.rb:49 ../test/fixtures/_.rb:53 ../test/fixtures/upper_n_.rb:29 ../test/fixtures/upper_n_.rb:33
|
|
409
409
|
msgid "eee"
|
|
410
410
|
msgstr ""
|
|
411
411
|
|
|
412
|
-
#: ../test/fixtures/
|
|
412
|
+
#: ../test/fixtures/_.rb:53 ../test/fixtures/lower_n_.rb:55 ../test/fixtures/lower_n_.rb:59 ../test/fixtures/upper_n_.rb:33
|
|
413
413
|
msgid "fff"
|
|
414
414
|
msgid_plural "fff2"
|
|
415
415
|
msgstr[0] ""
|
|
416
416
|
msgstr[1] ""
|
|
417
417
|
|
|
418
|
-
#: ../test/fixtures/
|
|
418
|
+
#: ../test/fixtures/_.rb:57 ../test/fixtures/lower_n_.rb:63 ../test/fixtures/upper_n_.rb:37
|
|
419
419
|
msgid "ggghhhiii"
|
|
420
420
|
msgid_plural "jjjkkklll"
|
|
421
421
|
msgstr[0] ""
|
|
422
422
|
msgstr[1] ""
|
|
423
423
|
|
|
424
|
-
#: ../test/fixtures/
|
|
424
|
+
#: ../test/fixtures/_.rb:63 ../test/fixtures/lower_n_.rb:72 ../test/fixtures/upper_n_.rb:43
|
|
425
425
|
msgid "a\"b\"c\""
|
|
426
426
|
msgid_plural "a\"b\"c\"2"
|
|
427
427
|
msgstr[0] ""
|
|
428
428
|
msgstr[1] ""
|
|
429
429
|
|
|
430
|
-
#: ../test/fixtures/
|
|
430
|
+
#: ../test/fixtures/_.rb:67 ../test/fixtures/lower_n_.rb:76 ../test/fixtures/upper_n_.rb:47
|
|
431
431
|
msgid "d\"e\"f\""
|
|
432
432
|
msgid_plural "d\"e\"f\"2"
|
|
433
433
|
msgstr[0] ""
|
|
434
434
|
msgstr[1] ""
|
|
435
435
|
|
|
436
|
-
#: ../test/fixtures/
|
|
436
|
+
#: ../test/fixtures/_.rb:71 ../test/fixtures/upper_n_.rb:51
|
|
437
437
|
msgid "jjj"
|
|
438
438
|
msgstr ""
|
|
439
439
|
|
|
440
|
-
#: ../test/fixtures/
|
|
440
|
+
#: ../test/fixtures/_.rb:72 ../test/fixtures/upper_n_.rb:52
|
|
441
441
|
msgid "kkk"
|
|
442
442
|
msgstr ""
|
|
443
443
|
|
|
444
|
-
#: ../test/fixtures/
|
|
444
|
+
#: ../test/fixtures/_.rb:76 ../test/fixtures/upper_n_.rb:56
|
|
445
445
|
msgid "lllmmm"
|
|
446
446
|
msgstr ""
|
|
447
447
|
|
|
448
|
-
#: ../test/fixtures/
|
|
448
|
+
#: ../test/fixtures/_.rb:84 ../test/fixtures/upper_n_.rb:64
|
|
449
449
|
msgid ""
|
|
450
450
|
"nnn\n"
|
|
451
451
|
"ooo"
|
|
@@ -570,19 +570,7 @@ msgstr ""
|
|
|
570
570
|
msgid "Hello"
|
|
571
571
|
msgstr ""
|
|
572
572
|
|
|
573
|
-
#: ../test/fixtures/
|
|
574
|
-
msgid "language"
|
|
575
|
-
msgstr ""
|
|
576
|
-
|
|
577
|
-
#: ../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
|
|
578
|
-
msgid "LANGUAGE"
|
|
579
|
-
msgstr ""
|
|
580
|
-
|
|
581
|
-
#: ../test/fixtures/multi_text_domain.rb:120
|
|
582
|
-
msgid "no data"
|
|
583
|
-
msgstr ""
|
|
584
|
-
|
|
585
|
-
#: ../test/fixtures/n_.rb:33
|
|
573
|
+
#: ../test/fixtures/lower_n_.rb:33
|
|
586
574
|
msgid ""
|
|
587
575
|
"bbb\n"
|
|
588
576
|
msgid_plural ""
|
|
@@ -591,7 +579,7 @@ msgid_plural ""
|
|
|
591
579
|
msgstr[0] ""
|
|
592
580
|
msgstr[1] ""
|
|
593
581
|
|
|
594
|
-
#: ../test/fixtures/
|
|
582
|
+
#: ../test/fixtures/lower_n_.rb:37
|
|
595
583
|
msgid ""
|
|
596
584
|
"ddd\n"
|
|
597
585
|
"ddd"
|
|
@@ -601,7 +589,7 @@ msgid_plural ""
|
|
|
601
589
|
msgstr[0] ""
|
|
602
590
|
msgstr[1] ""
|
|
603
591
|
|
|
604
|
-
#: ../test/fixtures/
|
|
592
|
+
#: ../test/fixtures/lower_n_.rb:42
|
|
605
593
|
msgid ""
|
|
606
594
|
"eee\n"
|
|
607
595
|
"eee\n"
|
|
@@ -611,7 +599,7 @@ msgid_plural ""
|
|
|
611
599
|
msgstr[0] ""
|
|
612
600
|
msgstr[1] ""
|
|
613
601
|
|
|
614
|
-
#: ../test/fixtures/
|
|
602
|
+
#: ../test/fixtures/lower_n_.rb:48
|
|
615
603
|
msgid ""
|
|
616
604
|
"ddd\n"
|
|
617
605
|
"eee\n"
|
|
@@ -621,31 +609,31 @@ msgid_plural ""
|
|
|
621
609
|
msgstr[0] ""
|
|
622
610
|
msgstr[1] ""
|
|
623
611
|
|
|
624
|
-
#: ../test/fixtures/
|
|
612
|
+
#: ../test/fixtures/lower_n_.rb:59
|
|
625
613
|
msgid "ggg"
|
|
626
614
|
msgid_plural "ggg2"
|
|
627
615
|
msgstr[0] ""
|
|
628
616
|
msgstr[1] ""
|
|
629
617
|
|
|
630
|
-
#: ../test/fixtures/
|
|
618
|
+
#: ../test/fixtures/lower_n_.rb:80
|
|
631
619
|
msgid "mmmmmm"
|
|
632
620
|
msgid_plural "mmm2mmm2"
|
|
633
621
|
msgstr[0] ""
|
|
634
622
|
msgstr[1] ""
|
|
635
623
|
|
|
636
|
-
#: ../test/fixtures/
|
|
624
|
+
#: ../test/fixtures/lower_n_.rb:81
|
|
637
625
|
msgid "nnn"
|
|
638
626
|
msgid_plural "nnn2"
|
|
639
627
|
msgstr[0] ""
|
|
640
628
|
msgstr[1] ""
|
|
641
629
|
|
|
642
|
-
#: ../test/fixtures/
|
|
630
|
+
#: ../test/fixtures/lower_n_.rb:85 ../test/fixtures/lower_n_.rb:86
|
|
643
631
|
msgid "ooo"
|
|
644
632
|
msgid_plural "ppp"
|
|
645
633
|
msgstr[0] ""
|
|
646
634
|
msgstr[1] ""
|
|
647
635
|
|
|
648
|
-
#: ../test/fixtures/
|
|
636
|
+
#: ../test/fixtures/lower_n_.rb:90 ../test/fixtures/lower_n_.rb:91
|
|
649
637
|
msgid "qqq"
|
|
650
638
|
msgid_plural "rrr"
|
|
651
639
|
msgstr[0] ""
|
|
@@ -653,12 +641,24 @@ msgstr[1] ""
|
|
|
653
641
|
|
|
654
642
|
#. TRANSLATORS:please provide translations for all
|
|
655
643
|
#. the plural forms!
|
|
656
|
-
#: ../test/fixtures/
|
|
644
|
+
#: ../test/fixtures/lower_n_.rb:97
|
|
657
645
|
msgid "comment"
|
|
658
646
|
msgid_plural "comments"
|
|
659
647
|
msgstr[0] ""
|
|
660
648
|
msgstr[1] ""
|
|
661
649
|
|
|
650
|
+
#: ../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
|
|
651
|
+
msgid "language"
|
|
652
|
+
msgstr ""
|
|
653
|
+
|
|
654
|
+
#: ../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
|
|
655
|
+
msgid "LANGUAGE"
|
|
656
|
+
msgstr ""
|
|
657
|
+
|
|
658
|
+
#: ../test/fixtures/multi_text_domain.rb:120
|
|
659
|
+
msgid "no data"
|
|
660
|
+
msgstr ""
|
|
661
|
+
|
|
662
662
|
#: ../test/fixtures/non_ascii.rb:10
|
|
663
663
|
msgid "こんにちは"
|
|
664
664
|
msgstr ""
|
data/po/ca/gettext.po
CHANGED
|
@@ -471,15 +471,6 @@ msgstr ""
|
|
|
471
471
|
msgid "Hello"
|
|
472
472
|
msgstr ""
|
|
473
473
|
|
|
474
|
-
msgid "language"
|
|
475
|
-
msgstr ""
|
|
476
|
-
|
|
477
|
-
msgid "LANGUAGE"
|
|
478
|
-
msgstr ""
|
|
479
|
-
|
|
480
|
-
msgid "no data"
|
|
481
|
-
msgstr ""
|
|
482
|
-
|
|
483
474
|
msgid ""
|
|
484
475
|
"bbb\n"
|
|
485
476
|
msgid_plural ""
|
|
@@ -547,6 +538,15 @@ msgid_plural "comments"
|
|
|
547
538
|
msgstr[0] ""
|
|
548
539
|
msgstr[1] ""
|
|
549
540
|
|
|
541
|
+
msgid "language"
|
|
542
|
+
msgstr ""
|
|
543
|
+
|
|
544
|
+
msgid "LANGUAGE"
|
|
545
|
+
msgstr ""
|
|
546
|
+
|
|
547
|
+
msgid "no data"
|
|
548
|
+
msgstr ""
|
|
549
|
+
|
|
550
550
|
msgid "こんにちは"
|
|
551
551
|
msgstr ""
|
|
552
552
|
|
data/po/cs/gettext.edit.po
CHANGED
|
@@ -388,71 +388,71 @@ msgstr[1] ""
|
|
|
388
388
|
msgid "hello, tk world"
|
|
389
389
|
msgstr ""
|
|
390
390
|
|
|
391
|
-
#: ../test/fixtures/
|
|
391
|
+
#: ../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
|
|
392
392
|
msgid "aaa"
|
|
393
393
|
msgid_plural "aaa2"
|
|
394
394
|
msgstr[0] ""
|
|
395
395
|
msgstr[1] ""
|
|
396
396
|
|
|
397
|
-
#: ../test/fixtures/
|
|
397
|
+
#: ../test/fixtures/_.rb:34 ../test/fixtures/upper_n_.rb:14
|
|
398
398
|
msgid ""
|
|
399
399
|
"aaa\n"
|
|
400
400
|
msgstr ""
|
|
401
401
|
|
|
402
|
-
#: ../test/fixtures/
|
|
402
|
+
#: ../test/fixtures/_.rb:38 ../test/fixtures/upper_n_.rb:18
|
|
403
403
|
msgid ""
|
|
404
404
|
"bbb\n"
|
|
405
405
|
"ccc"
|
|
406
406
|
msgstr ""
|
|
407
407
|
|
|
408
|
-
#: ../test/fixtures/
|
|
408
|
+
#: ../test/fixtures/_.rb:42 ../test/fixtures/upper_n_.rb:22
|
|
409
409
|
msgid ""
|
|
410
410
|
"bbb\n"
|
|
411
411
|
"ccc\n"
|
|
412
412
|
"ddd\n"
|
|
413
413
|
msgstr ""
|
|
414
414
|
|
|
415
|
-
#: ../test/fixtures/
|
|
415
|
+
#: ../test/fixtures/_.rb:49 ../test/fixtures/_.rb:53 ../test/fixtures/upper_n_.rb:29 ../test/fixtures/upper_n_.rb:33
|
|
416
416
|
msgid "eee"
|
|
417
417
|
msgstr ""
|
|
418
418
|
|
|
419
|
-
#: ../test/fixtures/
|
|
419
|
+
#: ../test/fixtures/_.rb:53 ../test/fixtures/lower_n_.rb:55 ../test/fixtures/lower_n_.rb:59 ../test/fixtures/upper_n_.rb:33
|
|
420
420
|
msgid "fff"
|
|
421
421
|
msgid_plural "fff2"
|
|
422
422
|
msgstr[0] ""
|
|
423
423
|
msgstr[1] ""
|
|
424
424
|
|
|
425
|
-
#: ../test/fixtures/
|
|
425
|
+
#: ../test/fixtures/_.rb:57 ../test/fixtures/lower_n_.rb:63 ../test/fixtures/upper_n_.rb:37
|
|
426
426
|
msgid "ggghhhiii"
|
|
427
427
|
msgid_plural "jjjkkklll"
|
|
428
428
|
msgstr[0] ""
|
|
429
429
|
msgstr[1] ""
|
|
430
430
|
|
|
431
|
-
#: ../test/fixtures/
|
|
431
|
+
#: ../test/fixtures/_.rb:63 ../test/fixtures/lower_n_.rb:72 ../test/fixtures/upper_n_.rb:43
|
|
432
432
|
msgid "a\"b\"c\""
|
|
433
433
|
msgid_plural "a\"b\"c\"2"
|
|
434
434
|
msgstr[0] ""
|
|
435
435
|
msgstr[1] ""
|
|
436
436
|
|
|
437
|
-
#: ../test/fixtures/
|
|
437
|
+
#: ../test/fixtures/_.rb:67 ../test/fixtures/lower_n_.rb:76 ../test/fixtures/upper_n_.rb:47
|
|
438
438
|
msgid "d\"e\"f\""
|
|
439
439
|
msgid_plural "d\"e\"f\"2"
|
|
440
440
|
msgstr[0] ""
|
|
441
441
|
msgstr[1] ""
|
|
442
442
|
|
|
443
|
-
#: ../test/fixtures/
|
|
443
|
+
#: ../test/fixtures/_.rb:71 ../test/fixtures/upper_n_.rb:51
|
|
444
444
|
msgid "jjj"
|
|
445
445
|
msgstr ""
|
|
446
446
|
|
|
447
|
-
#: ../test/fixtures/
|
|
447
|
+
#: ../test/fixtures/_.rb:72 ../test/fixtures/upper_n_.rb:52
|
|
448
448
|
msgid "kkk"
|
|
449
449
|
msgstr ""
|
|
450
450
|
|
|
451
|
-
#: ../test/fixtures/
|
|
451
|
+
#: ../test/fixtures/_.rb:76 ../test/fixtures/upper_n_.rb:56
|
|
452
452
|
msgid "lllmmm"
|
|
453
453
|
msgstr ""
|
|
454
454
|
|
|
455
|
-
#: ../test/fixtures/
|
|
455
|
+
#: ../test/fixtures/_.rb:84 ../test/fixtures/upper_n_.rb:64
|
|
456
456
|
msgid ""
|
|
457
457
|
"nnn\n"
|
|
458
458
|
"ooo"
|
|
@@ -577,19 +577,7 @@ msgstr ""
|
|
|
577
577
|
msgid "Hello"
|
|
578
578
|
msgstr ""
|
|
579
579
|
|
|
580
|
-
#: ../test/fixtures/
|
|
581
|
-
msgid "language"
|
|
582
|
-
msgstr ""
|
|
583
|
-
|
|
584
|
-
#: ../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
|
|
585
|
-
msgid "LANGUAGE"
|
|
586
|
-
msgstr ""
|
|
587
|
-
|
|
588
|
-
#: ../test/fixtures/multi_text_domain.rb:120
|
|
589
|
-
msgid "no data"
|
|
590
|
-
msgstr ""
|
|
591
|
-
|
|
592
|
-
#: ../test/fixtures/n_.rb:33
|
|
580
|
+
#: ../test/fixtures/lower_n_.rb:33
|
|
593
581
|
msgid ""
|
|
594
582
|
"bbb\n"
|
|
595
583
|
msgid_plural ""
|
|
@@ -598,7 +586,7 @@ msgid_plural ""
|
|
|
598
586
|
msgstr[0] ""
|
|
599
587
|
msgstr[1] ""
|
|
600
588
|
|
|
601
|
-
#: ../test/fixtures/
|
|
589
|
+
#: ../test/fixtures/lower_n_.rb:37
|
|
602
590
|
msgid ""
|
|
603
591
|
"ddd\n"
|
|
604
592
|
"ddd"
|
|
@@ -608,7 +596,7 @@ msgid_plural ""
|
|
|
608
596
|
msgstr[0] ""
|
|
609
597
|
msgstr[1] ""
|
|
610
598
|
|
|
611
|
-
#: ../test/fixtures/
|
|
599
|
+
#: ../test/fixtures/lower_n_.rb:42
|
|
612
600
|
msgid ""
|
|
613
601
|
"eee\n"
|
|
614
602
|
"eee\n"
|
|
@@ -618,7 +606,7 @@ msgid_plural ""
|
|
|
618
606
|
msgstr[0] ""
|
|
619
607
|
msgstr[1] ""
|
|
620
608
|
|
|
621
|
-
#: ../test/fixtures/
|
|
609
|
+
#: ../test/fixtures/lower_n_.rb:48
|
|
622
610
|
msgid ""
|
|
623
611
|
"ddd\n"
|
|
624
612
|
"eee\n"
|
|
@@ -628,31 +616,31 @@ msgid_plural ""
|
|
|
628
616
|
msgstr[0] ""
|
|
629
617
|
msgstr[1] ""
|
|
630
618
|
|
|
631
|
-
#: ../test/fixtures/
|
|
619
|
+
#: ../test/fixtures/lower_n_.rb:59
|
|
632
620
|
msgid "ggg"
|
|
633
621
|
msgid_plural "ggg2"
|
|
634
622
|
msgstr[0] ""
|
|
635
623
|
msgstr[1] ""
|
|
636
624
|
|
|
637
|
-
#: ../test/fixtures/
|
|
625
|
+
#: ../test/fixtures/lower_n_.rb:80
|
|
638
626
|
msgid "mmmmmm"
|
|
639
627
|
msgid_plural "mmm2mmm2"
|
|
640
628
|
msgstr[0] ""
|
|
641
629
|
msgstr[1] ""
|
|
642
630
|
|
|
643
|
-
#: ../test/fixtures/
|
|
631
|
+
#: ../test/fixtures/lower_n_.rb:81
|
|
644
632
|
msgid "nnn"
|
|
645
633
|
msgid_plural "nnn2"
|
|
646
634
|
msgstr[0] ""
|
|
647
635
|
msgstr[1] ""
|
|
648
636
|
|
|
649
|
-
#: ../test/fixtures/
|
|
637
|
+
#: ../test/fixtures/lower_n_.rb:85 ../test/fixtures/lower_n_.rb:86
|
|
650
638
|
msgid "ooo"
|
|
651
639
|
msgid_plural "ppp"
|
|
652
640
|
msgstr[0] ""
|
|
653
641
|
msgstr[1] ""
|
|
654
642
|
|
|
655
|
-
#: ../test/fixtures/
|
|
643
|
+
#: ../test/fixtures/lower_n_.rb:90 ../test/fixtures/lower_n_.rb:91
|
|
656
644
|
msgid "qqq"
|
|
657
645
|
msgid_plural "rrr"
|
|
658
646
|
msgstr[0] ""
|
|
@@ -660,12 +648,24 @@ msgstr[1] ""
|
|
|
660
648
|
|
|
661
649
|
#. TRANSLATORS:please provide translations for all
|
|
662
650
|
#. the plural forms!
|
|
663
|
-
#: ../test/fixtures/
|
|
651
|
+
#: ../test/fixtures/lower_n_.rb:97
|
|
664
652
|
msgid "comment"
|
|
665
653
|
msgid_plural "comments"
|
|
666
654
|
msgstr[0] ""
|
|
667
655
|
msgstr[1] ""
|
|
668
656
|
|
|
657
|
+
#: ../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
|
|
658
|
+
msgid "language"
|
|
659
|
+
msgstr ""
|
|
660
|
+
|
|
661
|
+
#: ../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
|
|
662
|
+
msgid "LANGUAGE"
|
|
663
|
+
msgstr ""
|
|
664
|
+
|
|
665
|
+
#: ../test/fixtures/multi_text_domain.rb:120
|
|
666
|
+
msgid "no data"
|
|
667
|
+
msgstr ""
|
|
668
|
+
|
|
669
669
|
#: ../test/fixtures/non_ascii.rb:10
|
|
670
670
|
msgid "こんにちは"
|
|
671
671
|
msgstr ""
|
data/po/cs/gettext.po
CHANGED
|
@@ -477,15 +477,6 @@ msgstr ""
|
|
|
477
477
|
msgid "Hello"
|
|
478
478
|
msgstr ""
|
|
479
479
|
|
|
480
|
-
msgid "language"
|
|
481
|
-
msgstr ""
|
|
482
|
-
|
|
483
|
-
msgid "LANGUAGE"
|
|
484
|
-
msgstr ""
|
|
485
|
-
|
|
486
|
-
msgid "no data"
|
|
487
|
-
msgstr ""
|
|
488
|
-
|
|
489
480
|
msgid ""
|
|
490
481
|
"bbb\n"
|
|
491
482
|
msgid_plural ""
|
|
@@ -553,6 +544,15 @@ msgid_plural "comments"
|
|
|
553
544
|
msgstr[0] ""
|
|
554
545
|
msgstr[1] ""
|
|
555
546
|
|
|
547
|
+
msgid "language"
|
|
548
|
+
msgstr ""
|
|
549
|
+
|
|
550
|
+
msgid "LANGUAGE"
|
|
551
|
+
msgstr ""
|
|
552
|
+
|
|
553
|
+
msgid "no data"
|
|
554
|
+
msgstr ""
|
|
555
|
+
|
|
556
556
|
msgid "こんにちは"
|
|
557
557
|
msgstr ""
|
|
558
558
|
|