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